UL for Linux
User library to access and control supported MCC hardware over the Linux platform
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
DaqOutChanDescriptor Struct Reference

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...
 

Detailed Description

A structure that defines an output channel and its properties.

Used with ulDaqOutScan().

The struct contains fields for the channel number, type, and range.

Field Documentation

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.


The documentation for this struct was generated from the following file: