Macros | |
#define | STSRV_E_chunk "enable_chunk" |
#define | STSRV_E_event_acquisition "enable_event_acquisition" |
#define | STSRV_E_event_node "enable_event_node" |
#define | STSRV_E_image_acquisition "enable_image_acquisition" |
#define | STSRV_E_trigger "enable_trigger" |
#define | STSRV_G_chunk_list "get_chunk_list" |
#define | STSRV_G_device_list "get_device_list" |
#define | STSRV_G_enum_list "get_enum_list" |
#define | STSRV_G_error_code_info "get_error_code_info" |
#define | STSRV_G_event_acquisition_status_list "get_event_acquisition_status_list" |
#define | STSRV_G_event_node_status_list "get_event_node_status_list" |
#define | STSRV_G_genicam_node_info "get_genicam_node_info" |
#define | STSRV_G_gige_ip "get_gige_ip" |
#define | STSRV_G_image_acquisition_status "get_image_acquisition_status" |
#define | STSRV_G_last_error "get_last_error" |
#define | STSRV_G_module_list "get_module_list" |
#define | STSRV_G_sdk_info "get_sdk_info" |
#define | STSRV_G_trigger_list "get_trigger_list" |
#define | STSRV_R_node "read_node" |
#define | STSRV_R_node_bool "read_node_bool" |
#define | STSRV_R_node_enum "read_node_enum" |
#define | STSRV_R_node_float "read_node_float" |
#define | STSRV_R_node_int "read_node_int" |
#define | STSRV_R_node_string "read_node_string" |
#define | STSRV_S_gige_ip "set_gige_ip" |
#define | STSRV_send_soft_trigger "send_soft_trigger" |
#define | STSRV_W_node "write_node" |
#define | STSRV_W_node_bool "write_node_bool" |
#define | STSRV_W_node_command "execute_node" |
#define | STSRV_W_node_enum_int "write_node_enum_int" |
#define | STSRV_W_node_enum_str "write_node_enum_str" |
#define | STSRV_W_node_float "write_node_float" |
#define | STSRV_W_node_int "write_node_int" |
#define | STSRV_W_node_string "write_node_string" |
#define STSRV_E_chunk "enable_chunk" |
Service name for enabling or disabling a given chunk. Service name for enabling or disabling a given chunk.
Definition at line 203 of file stheader.h.
#define STSRV_E_event_acquisition "enable_event_acquisition" |
Service name for enabling or disabling event acquisition.
Definition at line 215 of file stheader.h.
#define STSRV_E_event_node "enable_event_node" |
Service name for enabling or disabling a given GenICam node event.
Definition at line 209 of file stheader.h.
#define STSRV_E_image_acquisition "enable_image_acquisition" |
Service name for enabling or disabling image acquisition.
Definition at line 212 of file stheader.h.
#define STSRV_E_trigger "enable_trigger" |
Service name for enabling or disabling a given trigger.
Definition at line 206 of file stheader.h.
#define STSRV_G_chunk_list "get_chunk_list" |
Service name for obtaining the list of chunks provided by the device.
Definition at line 227 of file stheader.h.
#define STSRV_G_device_list "get_device_list" |
Service name for obtaining the list of detected devices.
Definition at line 135 of file stheader.h.
#define STSRV_G_enum_list "get_enum_list" |
Service name for obtaining the list of enumeration entries for a given GenICam Enumeration node.
Definition at line 234 of file stheader.h.
#define STSRV_G_error_code_info "get_error_code_info" |
Service name for obtaining the description of a given error code.
Definition at line 138 of file stheader.h.
#define STSRV_G_event_acquisition_status_list "get_event_acquisition_status_list" |
Service name for obtaining all event acquisition status.
Definition at line 221 of file stheader.h.
#define STSRV_G_event_node_status_list "get_event_node_status_list" |
Service name for obtaining GenICam node event status.
Definition at line 224 of file stheader.h.
#define STSRV_G_genicam_node_info "get_genicam_node_info" |
Service name for obtaining the information of a given GenICam node.
Definition at line 237 of file stheader.h.
#define STSRV_G_gige_ip "get_gige_ip" |
Service name for obtaining the IP configuration of a GigEVision camera.
Definition at line 147 of file stheader.h.
#define STSRV_G_image_acquisition_status "get_image_acquisition_status" |
Service name for obtaining image acquisition status.
Definition at line 218 of file stheader.h.
#define STSRV_G_last_error "get_last_error" |
Service name for obtaining the last error information.
Definition at line 243 of file stheader.h.
#define STSRV_G_module_list "get_module_list" |
Service name for obtaining the list of module name.
Definition at line 141 of file stheader.h.
#define STSRV_G_sdk_info "get_sdk_info" |
Service name for obtaining the SentechSDK version and GenTL information.
Definition at line 144 of file stheader.h.
#define STSRV_G_trigger_list "get_trigger_list" |
Service name for obtaining the list of triggers provided by the device.
Definition at line 230 of file stheader.h.
#define STSRV_R_node "read_node" |
Service name for obtaining GenICam node value regardless the interface type.
Definition at line 154 of file stheader.h.
#define STSRV_R_node_bool "read_node_bool" |
Service name for obtaining GenICam node value with boolean interface type.
Definition at line 158 of file stheader.h.
#define STSRV_R_node_enum "read_node_enum" |
Service name for obtaining GenICam node value with enumeration interface type.
Definition at line 162 of file stheader.h.
#define STSRV_R_node_float "read_node_float" |
Service name for obtaining GenICam node value with float interface type.
Definition at line 169 of file stheader.h.
#define STSRV_R_node_int "read_node_int" |
Service name for obtaining GenICam node value with integer interface type.
Definition at line 166 of file stheader.h.
#define STSRV_R_node_string "read_node_string" |
Service name for obtaining GenICam node value with string interface type.
Definition at line 172 of file stheader.h.
#define STSRV_S_gige_ip "set_gige_ip" |
Service name for assigning IP address to a GigEVision camera.
Definition at line 150 of file stheader.h.
#define STSRV_send_soft_trigger "send_soft_trigger" |
Service name for sending software trigger execution command.
Definition at line 240 of file stheader.h.
#define STSRV_W_node "write_node" |
Service name for writing GenICam node value regardless the interface type.
Definition at line 176 of file stheader.h.
#define STSRV_W_node_bool "write_node_bool" |
Service name for writing GenICam node value with boolean interface type.
Definition at line 179 of file stheader.h.
#define STSRV_W_node_command "execute_node" |
Service name for executing GenICam node command.
Definition at line 199 of file stheader.h.
#define STSRV_W_node_enum_int "write_node_enum_int" |
Service name for writing GenICam node value with Enumeration interface type using the integer value of the enumeration entry.
Definition at line 183 of file stheader.h.
#define STSRV_W_node_enum_str "write_node_enum_str" |
Service name for writing GenICam node value with Enumeration interface type using the symbolic name of the enumeration entry.
Definition at line 187 of file stheader.h.
#define STSRV_W_node_float "write_node_float" |
Service name for writing GenICam node value with float interface type.
Definition at line 193 of file stheader.h.
#define STSRV_W_node_int "write_node_int" |
Service name for writing GenICam node value with integer interface type.
Definition at line 190 of file stheader.h.
#define STSRV_W_node_string "write_node_string" |
Service name for writing GenICam node value with string interface type.
Definition at line 196 of file stheader.h.