SIDX 7
SIDXConstants.h
Go to the documentation of this file.
1 
6 #include <stdint.h>
7 
8 #ifndef SIDXConstants_H
9 #define SIDXConstants_H
10 
15 {
25 };
26 
43 };
44 
60 };
61 
79 };
80 
98 };
99 
111 };
112 
123 };
124 
136 };
137 
146 };
147 
148 static const size_t SIDX_NAME_LENGTH = 256;
149 
150 static const size_t SIDX_LABEL_LENGTH = 256;
151 
152 static const size_t SIDX_UNIT_LENGTH = 256;
153 
154 static const size_t SIDX_VALUE_LENGTH = 1024;
155 
156 static const size_t SIDX_SETTINGS_LENGTH = 4096;
157 
158 static const size_t SIDX_REPORT_LENGTH = 8192;
159 
160 #endif
Analog input.
Definition: SIDXConstants.h:129
Bit output.
Definition: SIDXConstants.h:132
The setting is an array of integer values.
Definition: SIDXConstants.h:58
The total number of possible trigger signal modes.
Definition: SIDXConstants.h:110
16 bit grayscale image type.
Definition: SIDXConstants.h:143
The setting value is selected from a range of integer values.
Definition: SIDXConstants.h:50
The total number of possible shutter modes.
Definition: SIDXConstants.h:78
The shutter is always closed.
Definition: SIDXConstants.h:77
Trigger signal transition starts the trigger.
Definition: SIDXConstants.h:107
A hardware device is not found.
Definition: SIDXConstants.h:20
The setting value is selected from a range of real (floating point) values.
Definition: SIDXConstants.h:56
SIDXCoolingControl
A value of this type represents a temperature control capability.
Definition: SIDXConstants.h:116
The shutter is open during each individual exposure.
Definition: SIDXConstants.h:66
The setting is a text string.
Definition: SIDXConstants.h:59
The setting is one of the values true or false.
Definition: SIDXConstants.h:49
Trigger signal rising edge starts the trigger.
Definition: SIDXConstants.h:105
The camera provides the sensor temperature, and also provides control of the sensor temperature...
Definition: SIDXConstants.h:121
Trigger signal high starts the trigger.
Definition: SIDXConstants.h:108
The camera does not provide any temperature information, and does not provide any temperature control...
Definition: SIDXConstants.h:117
Applied Scientific Instrumentation.
Definition: SIDXConstants.h:38
Digital input.
Definition: SIDXConstants.h:133
Digital output.
Definition: SIDXConstants.h:134
RGB color image with 8 bit per color.
Definition: SIDXConstants.h:144
SIDXDriverType
A value of this type represents a camera driver.
Definition: SIDXConstants.h:31
No errors.
Definition: SIDXConstants.h:16
Jenoptik.
Definition: SIDXConstants.h:36
Trigger signal low starts the trigger.
Definition: SIDXConstants.h:109
Princeton Instruments PVCAM.
Definition: SIDXConstants.h:41
The trigger input gates a single exposure.
Definition: SIDXConstants.h:90
The shutter is open while image acquisition is enabled.
Definition: SIDXConstants.h:70
The current hardware configuration is not supported.
Definition: SIDXConstants.h:24
No setting available.
Definition: SIDXConstants.h:55
Photometrics.
Definition: SIDXConstants.h:34
SIDXSignalActiveMode
A value of this type represents the trigger signal mode for acquisition.
Definition: SIDXConstants.h:104
Trigger signal falling edge starts the trigger.
Definition: SIDXConstants.h:106
The trigger is always asserted.
Definition: SIDXConstants.h:86
SIDXTriggerInMode
A value of this type represents the trigger input control mode for acquisition.
Definition: SIDXConstants.h:85
RBG color image with 16 bit per color.
Definition: SIDXConstants.h:145
Unanticipated error.
Definition: SIDXConstants.h:22
The total number of possible device ports.
Definition: SIDXConstants.h:135
Andor Technology CCD.
Definition: SIDXConstants.h:32
Ludl.
Definition: SIDXConstants.h:39
The shutter is open during an exposure sequence.
Definition: SIDXConstants.h:67
Unanticipated error.
Definition: SIDXConstants.h:21
Analog output.
Definition: SIDXConstants.h:130
Andor Technology sCMOS.
Definition: SIDXConstants.h:42
Bit input.
Definition: SIDXConstants.h:131
SIDXShutterMode
A value of this type represents a shutter control mode.
Definition: SIDXConstants.h:65
An error has been detected in the hardware.
Definition: SIDXConstants.h:19
The trigger input delimits exposures, ending one exposure and starting another.
Definition: SIDXConstants.h:96
SIDXSettingType
A value of this type represents a setting type.
Definition: SIDXConstants.h:48
Allied Vision Technologies.
Definition: SIDXConstants.h:37
The shutter is always open.
Definition: SIDXConstants.h:76
The trigger input starts an acquisition sequence.
Definition: SIDXConstants.h:94
The operation is not valid in the current conditions.
Definition: SIDXConstants.h:23
The trigger input starts a single exposure.
Definition: SIDXConstants.h:88
Prior Scientific.
Definition: SIDXConstants.h:40
The total number of possible trigger input modes.
Definition: SIDXConstants.h:97
Hamamatsu DCAM.
Definition: SIDXConstants.h:33
The memory resource is insufficient.
Definition: SIDXConstants.h:18
The parameter is not valid.
Definition: SIDXConstants.h:17
SIDXImageType
A value of this type represents either a source image type or a target image type.
Definition: SIDXConstants.h:142
The setting value is selected from a small set (list) of values.
Definition: SIDXConstants.h:52
PCO pixelfly.
Definition: SIDXConstants.h:35
SIDXStatus
SIDX function return values.
Definition: SIDXConstants.h:14
The camera provides the sensor temperature, but does not provide control of the sensor temperature...
Definition: SIDXConstants.h:119
SIDXPortType
A value of this type represents a device port.
Definition: SIDXConstants.h:128