LibTiePie  0.4.5
Library for interfacing TiePie engineering instruments
 All Files Functions Typedefs Macros Modules Pages
Messages

Description

Macros

#define WM_LIBTIEPIE   ( WM_USER + 1337 )
 Message number offset used by LibTiePie. More...
 
#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 )
 

Macro Definition Documentation

#define WM_LIBTIEPIE   ( WM_USER + 1337 )

Message number offset used by LibTiePie.

Definition at line 1369 of file libtiepie.h.

#define WM_LIBTIEPIE_LST_DEVICEADDED   ( WM_LIBTIEPIE + 2 )
See also
LstSetMessageDeviceAdded

Definition at line 1371 of file libtiepie.h.

#define WM_LIBTIEPIE_LST_DEVICEREMOVED   ( WM_LIBTIEPIE + 3 )
See also
LstSetMessageDeviceRemoved

Definition at line 1372 of file libtiepie.h.

#define WM_LIBTIEPIE_DEV_REMOVED   ( WM_LIBTIEPIE + 4 )
See also
DevSetMessageRemoved

Definition at line 1374 of file libtiepie.h.

#define WM_LIBTIEPIE_SCP_DATAREADY   ( WM_LIBTIEPIE + 0 )
See also
ScpSetMessageDataReady

Definition at line 1376 of file libtiepie.h.

#define WM_LIBTIEPIE_SCP_DATAOVERFLOW   ( WM_LIBTIEPIE + 1 )
See also
ScpSetMessageDataOverflow

Definition at line 1377 of file libtiepie.h.

#define WM_LIBTIEPIE_SCP_CONNECTIONTESTCOMPLETED   ( WM_LIBTIEPIE + 7 )
See also
ScpSetMessageConnectionTestCompleted

Definition at line 1378 of file libtiepie.h.

#define WM_LIBTIEPIE_GEN_BURSTCOMPLETED   ( WM_LIBTIEPIE + 5 )
See also
GenSetMessageBurstCompleted

Definition at line 1380 of file libtiepie.h.

#define WM_LIBTIEPIE_GEN_CONTROLLABLECHANGED   ( WM_LIBTIEPIE + 6 )
See also
GenSetMessageControllableChanged

Definition at line 1381 of file libtiepie.h.