Files
sics/event.h
cvs 3ce5573ea7 - Updates to the documentation
SKIPPED:
	psi/velodorn.h
2003-12-11 10:52:00 +00:00

57 lines
1.1 KiB
C

#line 79 "event.w"
/*----------------------------------------------------------------------------
E V E N T
This header file lists the event codes known to SICS. These event code
are used in callback functions. Where apropriate, the event data
structures are also defined in this file.
Mark Koennecke, 1997
----------------------------------------------------------------------------*/
#ifndef SICSEVENT
#define SICSEVENT
#line 13 "event.w"
int Text2Event(char *pText);
#line 92 "event.w"
#line 20 "event.w"
#define VALUECHANGE 0
#define MOTDRIVE 1
#define MONITOR 2
#define ROTSTART 3
#define ROTMOVE 4
#define SCANEND 5
#define SCANSTART 6
#define SCANPOINT 7
#define WLCHANGE 8
#define REFLECTIONDONE 9
#define COUNTSTART 10
#define COUNTEND 11
#define FILELOADED 12
#define MOTEND 13
#line 94 "event.w"
/*--------------- Signals for the Signalfunction of each task ------------*/
#line 64 "event.w"
#define SICSINT 300
#define SICSBROADCAST 301
#define TOKENGRAB 302
#define TOKENRELEASE 303
#line 97 "event.w"
#endif