![]() |
C++ API
|
Saved acquisition source class with sensor information. More...
#include <plux.h>
Public Attributes | |
| Sensor | sensor |
| Information about the Sensor associated with the source. | |
| Properties | properties |
| Additional source properties. | |
Public Attributes inherited from Plux::Source | |
| int | port |
| Source port (1...8 for analog ports). Default value is zero. | |
| int | freqDivisor |
| Source frequency divisor from acquisition base frequency (>= 1). Default value is 1. | |
| int | nBits |
| Source sampling resolution in bits (8, 16 or 24). The value 24 is accepted for SpO2 / fNIRS sensors only. Default value is 16. | |
| int | chMask |
| Bitmask of source channels to sample (bit 0 is channel 0, etc). Default value is 1 (channel 0 only). | |
Additional Inherited Members | |
Public Member Functions inherited from Plux::Source | |
| Source (int _port=0, int _freqDivisor=1, int _nBits=16, int _chMask=0x01) | |
| Initializes all structure fields. | |
Saved acquisition source class with sensor information.