TwiceAsNice  2019-02-18
Classes | Macros | Typedefs | Functions | Variables
UeiPalTest.cpp File Reference
#include "StdAfx.h"
#include "UeiDaqPAL.h"
Include dependency graph for UeiPalTest.cpp:

Classes

struct  _tThreadParam
 

Macros

#define PRINT   printf
 
#define PRINT_STATUS()
 

Typedefs

typedef struct _tThreadParam tThreadParam
 

Functions

void STDCALL threadproc (void *param)
 
void STDCALL threadproducer (void *param)
 
void STDCALL threadconsumer (void *param)
 
void STDCALL timerproc (void *param)
 
int TestSleep (unsigned long delayMs)
 
int TestThread1 (int numThreads)
 
int TestThread2 ()
 
void TestTimer (int periodMs, int durationMs)
 
void STDCALL threadevent (void *param)
 
void TestEvent (int delayMs)
 
void TestClockWatch1 (int iterations, int periodMs)
 
void TestClockWatch2 (int iterations, int stepMs)
 
int main (int argc, char *argv[])
 

Variables

static int G_Var1 = 0
 

Macro Definition Documentation

◆ PRINT

#define PRINT   printf

◆ PRINT_STATUS

#define PRINT_STATUS ( )

Typedef Documentation

◆ tThreadParam

typedef struct _tThreadParam tThreadParam

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

◆ TestClockWatch1()

void TestClockWatch1 ( int  iterations,
int  periodMs 
)

◆ TestClockWatch2()

void TestClockWatch2 ( int  iterations,
int  stepMs 
)

◆ TestEvent()

void TestEvent ( int  delayMs)

◆ TestSleep()

int TestSleep ( unsigned long  delayMs)

◆ TestThread1()

int TestThread1 ( int  numThreads)

◆ TestThread2()

int TestThread2 ( )

◆ TestTimer()

void TestTimer ( int  periodMs,
int  durationMs 
)

◆ threadconsumer()

void STDCALL threadconsumer ( void *  param)

◆ threadevent()

void STDCALL threadevent ( void *  param)

◆ threadproc()

void STDCALL threadproc ( void *  param)

◆ threadproducer()

void STDCALL threadproducer ( void *  param)

◆ timerproc()

void STDCALL timerproc ( void *  param)

Variable Documentation

◆ G_Var1

int G_Var1 = 0
static