Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 303 → Rev 305

/cvi/apps/TempCtrl/TempCtrl.h
18,24 → 18,25
#define PA_STOP 3 /* control type: command, callback function: StopCB */
#define PA_START 4 /* control type: command, callback function: StartCB */
#define PA_TSET 5 /* control type: numeric, callback function: (none) */
#define PA_TMON 6 /* control type: numeric, callback function: (none) */
#define PA_DEBUG_1 7 /* control type: radioButton, callback function: (none) */
#define PA_LOG 8 /* control type: radioButton, callback function: (none) */
#define PA_GRAPH_VMON 9 /* control type: strip, callback function: (none) */
#define PA_GRAPH_3 10 /* control type: strip, callback function: (none) */
#define PA_GRAPH 11 /* control type: strip, callback function: (none) */
#define PA_FNAME 12 /* control type: string, callback function: (none) */
#define PA_ONOFF 13 /* control type: binary, callback function: SwitchOnOffCB */
#define PA_CHANNEL 14 /* control type: numeric, callback function: SelectChannelCB */
#define PA_IMAX 15 /* control type: numeric, callback function: (none) */
#define PA_VMAX 16 /* control type: numeric, callback function: (none) */
#define PA_VSET 17 /* control type: numeric, callback function: (none) */
#define PA_VMON 18 /* control type: numeric, callback function: (none) */
#define PA_ISET 19 /* control type: numeric, callback function: (none) */
#define PA_POLAR 20 /* control type: ring, callback function: (none) */
#define PA_IMON 21 /* control type: numeric, callback function: (none) */
#define PA_CVCC 22 /* control type: LED, callback function: (none) */
#define PA_PRESET 23 /* control type: numeric, callback function: SetPresetCB */
#define PA_HUMIDITY 6 /* control type: numeric, callback function: (none) */
#define PA_TMON 7 /* control type: numeric, callback function: (none) */
#define PA_DEBUG_1 8 /* control type: radioButton, callback function: (none) */
#define PA_LOG 9 /* control type: radioButton, callback function: (none) */
#define PA_GRAPH_VMON 10 /* control type: strip, callback function: (none) */
#define PA_GRAPH_3 11 /* control type: strip, callback function: (none) */
#define PA_GRAPH 12 /* control type: strip, callback function: (none) */
#define PA_FNAME 13 /* control type: string, callback function: (none) */
#define PA_ONOFF 14 /* control type: binary, callback function: SwitchOnOffCB */
#define PA_CHANNEL 15 /* control type: numeric, callback function: SelectChannelCB */
#define PA_IMAX 16 /* control type: numeric, callback function: (none) */
#define PA_VMAX 17 /* control type: numeric, callback function: (none) */
#define PA_VSET 18 /* control type: numeric, callback function: (none) */
#define PA_VMON 19 /* control type: numeric, callback function: (none) */
#define PA_ISET 20 /* control type: numeric, callback function: (none) */
#define PA_POLAR 21 /* control type: ring, callback function: (none) */
#define PA_IMON 22 /* control type: numeric, callback function: (none) */
#define PA_CVCC 23 /* control type: LED, callback function: (none) */
#define PA_PRESET 24 /* control type: numeric, callback function: SetPresetCB */
 
 
/* Control Arrays: */