| 
    LibTiePie
    0.7.4
    
   Library for interfacing TiePie engineering instruments 
   | 
 
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_INVALID 0 | 
This event ID value should not occur.
Definition at line 1342 of file libtiepie.h.
| #define LIBTIEPIE_EVENTID_OBJ_REMOVED 1 | 
Event ID for the event indicating that an object was removed.
Definition at line 1343 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 1344 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 1345 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 1346 of file libtiepie.h.
| #define LIBTIEPIE_EVENTID_SCP_TRIGGERED 5 | 
Event ID for the event indicating that the oscilloscope has triggered.
Definition at line 1347 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 1348 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 1349 of file libtiepie.h.
| #define LIBTIEPIE_EVENTID_SRV_STATUSCHANGED 8 | 
XXX.
Definition at line 1350 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 1351 of file libtiepie.h.