| | |
| | | #include <userint.h> |
| | | |
| | | #ifdef __cplusplus |
| | | extern "C" { |
| | | extern "C" { |
| | | #endif |
| | | |
| | | /* Panels and Controls: */ |
| | | /* Panels and Controls: */ |
| | | |
| | | #define PANEL 1 |
| | | #define PANEL_OUTPUTDEBUG 2 /* control type: textBox, callback function: (none) */ |
| | |
| | | #define PANEL_LEDSRQ 59 /* control type: LED, callback function: (none) */ |
| | | |
| | | |
| | | /* Control Arrays: */ |
| | | /* Control Arrays: */ |
| | | |
| | | /* (no control arrays in the resource file) */ |
| | | /* (no control arrays in the resource file) */ |
| | | |
| | | |
| | | /* Menu Bars, Menus, and Menu Items: */ |
| | | /* Menu Bars, Menus, and Menu Items: */ |
| | | |
| | | /* (no menu bars in the resource file) */ |
| | | /* (no menu bars in the resource file) */ |
| | | |
| | | |
| | | /* Callback Prototypes: */ |
| | | /* Callback Prototypes: */ |
| | | |
| | | int CVICALLBACK cb_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
| | | int CVICALLBACK cb_scpi_input(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
| | | int CVICALLBACK cb_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
| | | int CVICALLBACK cb_scpi_input(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
| | | |
| | | |
| | | #ifdef __cplusplus |
| | | } |
| | | } |
| | | #endif |