Event Oriented Classes. More...
◆ ASYNC_DATA_EVENT
const char * Event::ASYNC_DATA_EVENT = "SYSTEM : async data" |
◆ GENICAM_SNAPSHOT_EVENT
const char * Event::GENICAM_SNAPSHOT_EVENT = "SYSTEM : genicam snap" |
◆ IO_BLOCK_INSERT_EVENT
const char * Event::IO_BLOCK_INSERT_EVENT = "SYSTEM : block insert" |
◆ IO_BLOCK_REMOVE_EVENT
const char * Event::IO_BLOCK_REMOVE_EVENT = "SYSTEM : block remove" |
◆ IO_LINK_INSERT_EVENT
const char * Event::IO_LINK_INSERT_EVENT = "SYSTEM : link insert" |
◆ IO_LINK_REMOVE_EVENT
const char * Event::IO_LINK_REMOVE_EVENT = "SYSTEM : link remove" |
◆ OPEN_FILE_EVENT
const char * Event::OPEN_FILE_EVENT = "SYSTEM : open file" |
◆ PAUSE_GENICAM_RECORDING_EVENT
const char * Event::PAUSE_GENICAM_RECORDING_EVENT = "SYSTEM : pause genicam recording" |
◆ PLUGIN_INSERT_EVENT
const char * Event::PLUGIN_INSERT_EVENT = "SYSTEM : plugin insert" |
◆ PLUGIN_REMOVE_EVENT
const char * Event::PLUGIN_REMOVE_EVENT = "SYSTEM : plugin remove" |
◆ RT_DEVICE_INSERT_EVENT
const char * Event::RT_DEVICE_INSERT_EVENT = "SYSTEM : device insert" |
Name of the event that is posted when a device is inserted.
- See also
- RT::Device
Definition at line 29 of file event.cpp.
◆ RT_DEVICE_REMOVE_EVENT
const char * Event::RT_DEVICE_REMOVE_EVENT = "SYSTEM : device remove" |
Name of the event that is posted when a device is removed.
- See also
- RT::Device
Definition at line 30 of file event.cpp.
◆ RT_PERIOD_EVENT
const char * Event::RT_PERIOD_EVENT = "SYSTEM : period" |
◆ RT_POSTPERIOD_EVENT
const char * Event::RT_POSTPERIOD_EVENT = "SYSTEM : post period" |
◆ RT_PREPERIOD_EVENT
const char * Event::RT_PREPERIOD_EVENT = "SYSTEM : pre period" |
◆ RT_THREAD_INSERT_EVENT
const char * Event::RT_THREAD_INSERT_EVENT = "SYSTEM : thread insert" |
Name of the event that is posted when a thread is inserted.
- See also
- RT::Thread
Definition at line 27 of file event.cpp.
◆ RT_THREAD_REMOVE_EVENT
const char * Event::RT_THREAD_REMOVE_EVENT = "SYSTEM : thread remove" |
Name of the event that is posted when a thread is removed.
- See also
- RT::Thread
Definition at line 28 of file event.cpp.
◆ SETTINGS_OBJECT_INSERT_EVENT
const char * Event::SETTINGS_OBJECT_INSERT_EVENT = "SYSTEM : settings object insert" |
◆ SETTINGS_OBJECT_REMOVE_EVENT
const char * Event::SETTINGS_OBJECT_REMOVE_EVENT = "SYSTEM : settings object remove" |
◆ START_GENICAM_RECORDING_EVENT
const char * Event::START_GENICAM_RECORDING_EVENT = "SYSTEM : start genicam recording" |
◆ START_RECORDING_EVENT
const char * Event::START_RECORDING_EVENT = "SYSTEM : start recording" |
◆ STOP_GENICAM_RECORDING_EVENT
const char * Event::STOP_GENICAM_RECORDING_EVENT = "SYSTEM : stop genicam recording" |
◆ STOP_RECORDING_EVENT
const char * Event::STOP_RECORDING_EVENT = "SYSTEM : stop recording" |
◆ THRESHOLD_CROSSING_EVENT
const char * Event::THRESHOLD_CROSSING_EVENT = "SYSTEM : threshold crossing event" |
◆ WORKSPACE_PARAMETER_CHANGE_EVENT
const char * Event::WORKSPACE_PARAMETER_CHANGE_EVENT = "SYSTEM : parameter change" |