LibTiePie  0.4.3
Library for interfacing TiePie engineering instruments
 All Files Functions Typedefs Macros Groups Pages
Messages

Macros

#define WM_LIBTIEPIE   ( WM_USER + 1337 )
 Message number offset used by LibTiePie.
 
#define WM_LIBTIEPIE_LST_DEVICEADDED   ( WM_LIBTIEPIE + 2 )
 
#define WM_LIBTIEPIE_LST_DEVICEREMOVED   ( WM_LIBTIEPIE + 3 )
 
#define WM_LIBTIEPIE_DEV_REMOVED   ( WM_LIBTIEPIE + 4 )
 
#define WM_LIBTIEPIE_SCP_DATAREADY   ( WM_LIBTIEPIE + 0 )
 
#define WM_LIBTIEPIE_SCP_DATAOVERFLOW   ( WM_LIBTIEPIE + 1 )
 
#define WM_LIBTIEPIE_SCP_CONNECTIONTESTCOMPLETED   ( WM_LIBTIEPIE + 7 )
 
#define WM_LIBTIEPIE_GEN_BURSTCOMPLETED   ( WM_LIBTIEPIE + 5 )
 
#define WM_LIBTIEPIE_GEN_CONTROLLABLECHANGED   ( WM_LIBTIEPIE + 6 )
 

Detailed Description

Macro Definition Documentation

#define WM_LIBTIEPIE   ( WM_USER + 1337 )

Message number offset used by LibTiePie.

Definition at line 1196 of file libtiepie.h.

#define WM_LIBTIEPIE_LST_DEVICEADDED   ( WM_LIBTIEPIE + 2 )
See Also
LstSetMessageDeviceAdded

Definition at line 1198 of file libtiepie.h.

#define WM_LIBTIEPIE_LST_DEVICEREMOVED   ( WM_LIBTIEPIE + 3 )
See Also
LstSetMessageDeviceRemoved

Definition at line 1199 of file libtiepie.h.

#define WM_LIBTIEPIE_DEV_REMOVED   ( WM_LIBTIEPIE + 4 )
See Also
DevSetMessageRemoved

Definition at line 1201 of file libtiepie.h.

#define WM_LIBTIEPIE_SCP_DATAREADY   ( WM_LIBTIEPIE + 0 )
See Also
ScpSetMessageDataReady

Definition at line 1203 of file libtiepie.h.

#define WM_LIBTIEPIE_SCP_DATAOVERFLOW   ( WM_LIBTIEPIE + 1 )
See Also
ScpSetMessageDataOverflow

Definition at line 1204 of file libtiepie.h.

#define WM_LIBTIEPIE_SCP_CONNECTIONTESTCOMPLETED   ( WM_LIBTIEPIE + 7 )
See Also
ScpSetMessageConnectionTestCompleted

Definition at line 1205 of file libtiepie.h.

#define WM_LIBTIEPIE_GEN_BURSTCOMPLETED   ( WM_LIBTIEPIE + 5 )
See Also
GenSetMessageBurstCompleted

Definition at line 1207 of file libtiepie.h.

#define WM_LIBTIEPIE_GEN_CONTROLLABLECHANGED   ( WM_LIBTIEPIE + 6 )
See Also
GenSetMessageControllableChanged

Definition at line 1208 of file libtiepie.h.