239 unsigned int _counter;
241 unsigned int _counterHardware;
244 long long _timestamp;
246 long long _timestampMedia;
252 float _temperatureFlag;
254 float _temperatureBox;
256 float _temperatureChip;
266 int _pifActualDeviceCount;
268 int _pifConfigurableDeviceCount;
271 int _pifAiCountPerDevice;
273 std::vector<
float> _pifAiValues;
276 int _pifDiCountPerDevice;
278 std::vector<
bool> _pifDiValues;
295 return _counterHardware;
305 return _timestampMedia;
315 _flagState = flagState;
320 return _temperatureFlag;
325 return _temperatureBox;
330 return _temperatureChip;
341 _radiation = radiation;
346 return _emissivitySource;
356 return _ambientTemperatureSource;
361 return _pifActualDeviceCount;
366 return _pifConfigurableDeviceCount;
371 return _pifAiCountPerDevice;
376 return _pifDiCountPerDevice;
Contains defines controlling the Windows DLL export and import of symbols.
#define OTC_SDK_API
Only needed when working with Windows DLLs.
Definition Api.h:65
Contains the exceptions raised by the SDK.
Contains an enum representing the different states of the shutter flag.
Contains a class holding the individual radiation parameters.
Main SDK namespace.
Definition AlarmChannel.h:21
RadiationParameterSource
Represents the different sources of radiation parameters.
Definition RadiationParameters.h:27
@ Sdk
The radiation parameter are/can be set via the SDK.
Definition RadiationParameters.h:28
FlagState
Represents the different states of the shutter flag.
Definition FlagState.h:33
@ Initializing
Flag state is beeing initialized/calibrated.
Definition FlagState.h:39
Holds the radiation parameters for a frame or a measurement field.
Definition RadiationParameters.h:35