TwiceAsNice  2019-02-18
Classes | Typedefs | Functions | Variables
UeiPalTestC.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include "UeiDaqPAL.h"
Include dependency graph for UeiPalTestC.c:

Classes

struct  _tThreadParam
 

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 TestThread1 (int numThreads)
 
int TestThread2 ()
 
void TestTimer (int delayMs, int periodMs)
 
void STDCALL threadevent (void *param)
 
void TestEvent (int delayMs)
 
void TestSleep (int delayMs)
 
int main (int argc, char *argv[])
 

Variables

static int G_Var1 = 0
 

Typedef Documentation

◆ tThreadParam

typedef struct _tThreadParam tThreadParam

Function Documentation

◆ main()

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

◆ TestEvent()

void TestEvent ( int  delayMs)

◆ TestSleep()

void TestSleep ( int  delayMs)

◆ TestThread1()

int TestThread1 ( int  numThreads)

◆ TestThread2()

int TestThread2 ( )

◆ TestTimer()

void TestTimer ( int  delayMs,
int  periodMs 
)

◆ 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