51 int pifActualDeviceCount,
52 int pifConfigurableDeviceCount);
67 void setSize(
int size) noexcept;
102 void setCounters(
unsigned int counter,
unsigned int counterHardware) noexcept;
125 void setTimestamps(
long long timestamp,
long long timestampMedia) noexcept;
285 int configurableDeviceCount,
286 int aiCountPerDevice,
287 int diCountPerDevice) noexcept;
322 unsigned short _size;
325 unsigned int _counter;
327 unsigned int _counterHardware;
330 long long _timestamp;
332 long long _timestampMedia;
338 float _temperatureFlag;
340 float _temperatureBox;
342 float _temperatureChip;
352 int _pifActualDeviceCount;
354 int _pifConfigurableDeviceCount;
357 int _pifAiCountPerDevice;
359 std::vector<
float> _pifAiValues;
362 int _pifDiCountPerDevice;
364 std::vector<
bool> _pifDiValues;
391 return _counterHardware;
397 _counterHardware = counterHardware;
407 return _timestampMedia;
412 _timestamp = timestamp;
413 _timestampMedia = timestampMedia;
423 _flagState = flagState;
428 return _temperatureFlag;
433 return _temperatureBox;
438 return _temperatureChip;
443 _temperatureFlag = flag;
444 _temperatureBox = box;
445 _temperatureChip = chip;
455 return _emissivitySource;
465 return _ambientTemperatureSource;
471 _emissivitySource = emissivitySource;
472 _ambientTemperatureSource = ambientTemperatureSource;
477 return _pifActualDeviceCount;
482 return _pifConfigurableDeviceCount;
487 return _pifAiCountPerDevice;
492 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.
Holds the radiation parameters for a frame or a measurement field.
Definition RadiationParameters.h:34
Main SDK namespace.
Definition DeviceInfo.h:24
RadiationParameterSource
Represents the different sources of radiation parameters.
Definition RadiationParameters.h:26
@ Sdk
The radiation parameter are/can be set via the SDK.
Definition RadiationParameters.h:27
FlagState
Represents the different states of the shutter flag.
Definition FlagState.h:33
@ Initializing
Flag state is beeing initialized/calibrated.
Definition FlagState.h:39