Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 80 → Rev 81

/pts/PtsModule_CVI.h
1,6 → 1,5
/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File */
/* Copyright (c) National Instruments 2014. All Rights Reserved. */
/* */
/* WARNING: Do not add to, delete from, or otherwise modify the contents */
/* of this include file. */
35,7 → 34,10
#define P1_EXIT 19 /* control type: command, callback function: Exit */
#define P1_LED 20 /* control type: LED, callback function: LedCB */
#define P1_FSELECT 21 /* control type: command, callback function: FSelect */
#define P1_TEXTMSG 22 /* control type: textMsg, callback function: (none) */
#define P1_VMEINTERFACE 22 /* control type: ring, callback function: (none) */
#define P1_DISCONNECT 23 /* control type: command, callback function: Disconnect */
#define P1_CONNECT 24 /* control type: command, callback function: Connect */
#define P1_TEXTMSG 25 /* control type: textMsg, callback function: (none) */
 
 
/* Control Arrays: */
52,6 → 54,8
 
int CVICALLBACK Address(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK Check(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK Connect(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK Disconnect(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK Download(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK Erase(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK Execute(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);