![]() |
C++ API
|
Acquisition source class. More...
#include <plux.h>
Public Member Functions | |
Source (int _port=0, int _freqDivisor=1, int _nBits=16, int _chMask=0x01) | |
Initializes all structure fields. | |
Acquisition source class.
An acquisition source is an external sensor connected to a device port or a device internal sensor. Sampling frequency divisor and sampling resolution can be set for each source. Each source can have up to 8 channels. All source channels share the same frequency divisor and sampling resolution settings defined for the source.
|
inline |
Initializes all structure fields.
All arguments are optional. A structure field is initialized with the corresponding argument value, if provided. Otherwise, the field is initialized with its default value.