LibTiePie  0.9.0
Library for interfacing TiePie engineering instruments
Event ID's

Description

Event IDs for events that can be used by LibTiePie to notify the calling application of changes with the instrument.

See also object notifications.

Macros

#define LIBTIEPIE_EVENTID_INVALID   0
 This event ID value should not occur. More...
 
#define LIBTIEPIE_EVENTID_OBJ_REMOVED   1
 Event ID for the event indicating that an object was removed. More...
 
#define LIBTIEPIE_EVENTID_SCP_DATAREADY   2
 Event ID for the event indicating that the oscilloscope measurement is ready. More...
 
#define LIBTIEPIE_EVENTID_SCP_DATAOVERFLOW   3
 Event ID for the event indicating that the data overflow occurred during a streaming measurement. More...
 
#define LIBTIEPIE_EVENTID_SCP_CONNECTIONTESTCOMPLETED   4
 Event ID for the event indicating that the connection test is ready. More...
 
#define LIBTIEPIE_EVENTID_SCP_TRIGGERED   5
 Event ID for the event indicating that the oscilloscope has triggered. More...
 
#define LIBTIEPIE_EVENTID_GEN_BURSTCOMPLETED   6
 Event ID for the event indicating that the generator burst is completed. More...
 
#define LIBTIEPIE_EVENTID_GEN_CONTROLLABLECHANGED   7
 Event ID for the event indicating that the generator controllable state has changed. More...
 
#define LIBTIEPIE_EVENTID_SRV_STATUSCHANGED   8
 XXX. More...
 
#define LIBTIEPIE_EVENTID_SCP_SAFEGROUNDERROR   9
 Event ID for the event indicating that the oscilloscope channel SafeGround was disabled because of a too large ground current. The value parameter of the event contains the channel number (0 to ChannelCount-1). More...
 
#define LIBTIEPIE_EVENTID_DEV_BATTERYSTATUSCHANGED   11
 XXX. More...
 

Macro Definition Documentation

#define LIBTIEPIE_EVENTID_INVALID   0

This event ID value should not occur.

Definition at line 1383 of file libtiepie.h.

#define LIBTIEPIE_EVENTID_OBJ_REMOVED   1

Event ID for the event indicating that an object was removed.

Definition at line 1384 of file libtiepie.h.

#define LIBTIEPIE_EVENTID_SCP_DATAREADY   2

Event ID for the event indicating that the oscilloscope measurement is ready.

Definition at line 1385 of file libtiepie.h.

#define LIBTIEPIE_EVENTID_SCP_DATAOVERFLOW   3

Event ID for the event indicating that the data overflow occurred during a streaming measurement.

Definition at line 1386 of file libtiepie.h.

#define LIBTIEPIE_EVENTID_SCP_CONNECTIONTESTCOMPLETED   4

Event ID for the event indicating that the connection test is ready.

Definition at line 1387 of file libtiepie.h.

#define LIBTIEPIE_EVENTID_SCP_TRIGGERED   5

Event ID for the event indicating that the oscilloscope has triggered.

Definition at line 1388 of file libtiepie.h.

#define LIBTIEPIE_EVENTID_GEN_BURSTCOMPLETED   6

Event ID for the event indicating that the generator burst is completed.

Definition at line 1389 of file libtiepie.h.

#define LIBTIEPIE_EVENTID_GEN_CONTROLLABLECHANGED   7

Event ID for the event indicating that the generator controllable state has changed.

Definition at line 1390 of file libtiepie.h.

#define LIBTIEPIE_EVENTID_SRV_STATUSCHANGED   8

XXX.

Definition at line 1391 of file libtiepie.h.

#define LIBTIEPIE_EVENTID_SCP_SAFEGROUNDERROR   9

Event ID for the event indicating that the oscilloscope channel SafeGround was disabled because of a too large ground current. The value parameter of the event contains the channel number (0 to ChannelCount-1).

Definition at line 1392 of file libtiepie.h.

#define LIBTIEPIE_EVENTID_DEV_BATTERYSTATUSCHANGED   11

XXX.

Definition at line 1398 of file libtiepie.h.