|
UL for Linux
User library to access and control supported MCC hardware over the Linux platform
|
A structure that defines an output channel and its properties. More...
#include <uldaq.h>
Data Fields | |
| int | channel |
| The channel number. More... | |
| DaqOutChanType | type |
| The type of the specified channel, such as analog or digital. More... | |
| Range | range |
| The range to be used for the specified channel; ignored if not analog. More... | |
| char | reserved [64] |
| Reserved for future use. More... | |
A structure that defines an output channel and its properties.
Used with ulDaqOutScan().
The struct contains fields for the channel number, type, and range.
| int DaqOutChanDescriptor::channel |
The channel number.
| Range DaqOutChanDescriptor::range |
The range to be used for the specified channel; ignored if not analog.
| char DaqOutChanDescriptor::reserved[64] |
Reserved for future use.
| DaqOutChanType DaqOutChanDescriptor::type |
The type of the specified channel, such as analog or digital.
1.8.8