Macros | |
#define | ACQ_ALREADY_OFF_ERROR 30006 |
#define | ACQ_ALREADY_OFF_ERROR_STR "Image acquisition already OFF" |
#define | ACQ_ALREADY_ON_ERROR 30005 |
#define | ACQ_ALREADY_ON_ERROR_STR "Image acquisition already ON" |
#define | CHUNK_NAME_ERROR 30008 |
#define | CHUNK_NAME_ERROR_STR "Chunk inaccessible" |
#define | CHUNK_NOT_SUPPORTED_ERROR 30007 |
#define | CHUNK_NOT_SUPPORTED_ERROR_STR "Chunk not supported" |
#define | EVENT_ALREADY_OFF_ERROR 30004 |
#define | EVENT_ALREADY_OFF_ERROR_STR "Event already OFF" |
#define | EVENT_ALREADY_ON_ERROR 30003 |
#define | EVENT_ALREADY_ON_ERROR_STR "Event already ON" |
#define | EVENT_NAME_ERROR 30012 |
#define | EVENT_NAME_ERROR_STR "Event inaccessible" |
#define | EVENT_NOT_SUPPORTED_ERROR 30011 |
#define | EVENT_NOT_SUPPORTED_ERROR_STR "Event not supported" |
#define | GENICAM_ERROR 30000 |
#define | GENICAM_ERROR_STR "GenICam error" |
#define | MODULE_ERROR 30001 |
#define | MODULE_ERROR_STR "Invalid module name" |
#define | NODE_ERROR 30002 |
#define | NODE_ERROR_STR "Invalid GenICam node" |
#define | TRIGGER_NAME_ERROR 30010 |
#define | TRIGGER_NAME_ERROR_STR "Trigger inaccessible" |
#define | TRIGGER_NOT_SUPPORTED_ERROR 30009 |
#define | TRIGGER_NOT_SUPPORTED_ERROR_STR "Trigger not supported" |
#define | UNKNOWN_ERROR 29999 |
#define | UNKNOWN_ERROR_STR "Unknown exception error" |
#define ACQ_ALREADY_OFF_ERROR 30006 |
Error code returned when disabling an-already-disabled image acquisition.
Definition at line 77 of file stheader.h.
#define ACQ_ALREADY_OFF_ERROR_STR "Image acquisition already OFF" |
Definition at line 78 of file stheader.h.
#define ACQ_ALREADY_ON_ERROR 30005 |
Error code returned when enabling an-already-enabled image acquisition.
Definition at line 73 of file stheader.h.
#define ACQ_ALREADY_ON_ERROR_STR "Image acquisition already ON" |
Definition at line 74 of file stheader.h.
#define CHUNK_NAME_ERROR 30008 |
Error code returned when enabling non-existance/inaccessible chunk.
Definition at line 85 of file stheader.h.
#define CHUNK_NAME_ERROR_STR "Chunk inaccessible" |
Definition at line 86 of file stheader.h.
#define CHUNK_NOT_SUPPORTED_ERROR 30007 |
Error code returned when accessing chunk while chunk is not supported.
Definition at line 81 of file stheader.h.
#define CHUNK_NOT_SUPPORTED_ERROR_STR "Chunk not supported" |
Definition at line 82 of file stheader.h.
#define EVENT_ALREADY_OFF_ERROR 30004 |
Error code returned when disabling an-already-disabled event.
Definition at line 69 of file stheader.h.
#define EVENT_ALREADY_OFF_ERROR_STR "Event already OFF" |
Definition at line 70 of file stheader.h.
#define EVENT_ALREADY_ON_ERROR 30003 |
Error code returned when enabling an-already-enabled event.
Definition at line 65 of file stheader.h.
#define EVENT_ALREADY_ON_ERROR_STR "Event already ON" |
Definition at line 66 of file stheader.h.
#define EVENT_NAME_ERROR 30012 |
Error code returned when enabling non-existance/inaccessible event or event node callback.
Definition at line 103 of file stheader.h.
#define EVENT_NAME_ERROR_STR "Event inaccessible" |
Definition at line 104 of file stheader.h.
#define EVENT_NOT_SUPPORTED_ERROR 30011 |
Error code returned when event is not fully supported.
Definition at line 98 of file stheader.h.
#define EVENT_NOT_SUPPORTED_ERROR_STR "Event not supported" |
Definition at line 99 of file stheader.h.
#define GENICAM_ERROR 30000 |
Error code returned when any GenICam/GenApi library throws exception.
Definition at line 52 of file stheader.h.
#define GENICAM_ERROR_STR "GenICam error" |
Definition at line 53 of file stheader.h.
#define MODULE_ERROR 30001 |
Error code returned when module name is invalid. Possible module name are as follows: System, Interface, LocalDevice, RemoteDevice, DataStream.
Definition at line 57 of file stheader.h.
#define MODULE_ERROR_STR "Invalid module name" |
Definition at line 58 of file stheader.h.
#define NODE_ERROR 30002 |
Error code returned when either node name is invalid or inaccessible.
Definition at line 61 of file stheader.h.
#define NODE_ERROR_STR "Invalid GenICam node" |
Definition at line 62 of file stheader.h.
#define TRIGGER_NAME_ERROR 30010 |
Error code returned when enabling non-existance/inaccessible trigger selector or source.
Definition at line 94 of file stheader.h.
#define TRIGGER_NAME_ERROR_STR "Trigger inaccessible" |
Definition at line 95 of file stheader.h.
#define TRIGGER_NOT_SUPPORTED_ERROR 30009 |
Error code returned when trigger is not fully supported.
Definition at line 89 of file stheader.h.
#define TRIGGER_NOT_SUPPORTED_ERROR_STR "Trigger not supported" |
Definition at line 90 of file stheader.h.
#define UNKNOWN_ERROR 29999 |
Error code returned when unknown exception happened.
Definition at line 48 of file stheader.h.
#define UNKNOWN_ERROR_STR "Unknown exception error" |
Definition at line 49 of file stheader.h.