Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 162 → Rev 163

/HVtest/HVtest_ui.h
18,19 → 18,19
#define P1_EXIT 3 /* control type: command, callback function: (none) */
#define P1_HVcset 4 /* control type: numeric, callback function: (none) */
#define P1_HVvrise 5 /* control type: numeric, callback function: (none) */
#define P1_HVcdis3 6 /* control type: numeric, callback function: (none) */
#define P1_HVvdis3 7 /* control type: numeric, callback function: (none) */
#define P1_HVcdis2 8 /* control type: numeric, callback function: (none) */
#define P1_HVvdis2 9 /* control type: numeric, callback function: (none) */
#define P1_HVcdis1 10 /* control type: numeric, callback function: (none) */
#define P1_HVvdis1 11 /* control type: numeric, callback function: (none) */
#define P1_HVcdis0 12 /* control type: numeric, callback function: (none) */
#define P1_HVvdis0 13 /* control type: numeric, callback function: (none) */
#define P1_HVcdis_3 6 /* control type: numeric, callback function: (none) */
#define P1_HVvdis_3 7 /* control type: numeric, callback function: (none) */
#define P1_HVcdis_2 8 /* control type: numeric, callback function: (none) */
#define P1_HVvdis_2 9 /* control type: numeric, callback function: (none) */
#define P1_HVcdis_1 10 /* control type: numeric, callback function: (none) */
#define P1_HVvdis_1 11 /* control type: numeric, callback function: (none) */
#define P1_HVcdis_0 12 /* control type: numeric, callback function: (none) */
#define P1_HVvdis_0 13 /* control type: numeric, callback function: (none) */
#define P1_HVvset 14 /* control type: numeric, callback function: (none) */
#define P1_HVonoff3 15 /* control type: radioButton, callback function: (none) */
#define P1_HVonoff2 16 /* control type: radioButton, callback function: (none) */
#define P1_HVonoff1 17 /* control type: radioButton, callback function: (none) */
#define P1_HVonoff0 18 /* control type: radioButton, callback function: (none) */
#define P1_HVonoff_3 15 /* control type: radioButton, callback function: (none) */
#define P1_HVonoff_2 16 /* control type: radioButton, callback function: (none) */
#define P1_HVonoff_1 17 /* control type: radioButton, callback function: (none) */
#define P1_HVonoff_0 18 /* control type: radioButton, callback function: (none) */
#define P1_HVonoffall 19 /* control type: radioButton, callback function: (none) */
#define P1_REFRESHTIMER 20 /* control type: timer, callback function: refreshTimer */
#define P1_MSW 21 /* control type: binary, callback function: (none) */