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
DaqInChanDescriptor Struct Reference

A structure that defines an input channel and its properties. More...

#include <uldaq.h>

Data Fields

int channel
 The channel number. More...
 
DaqInChanType type
 The type of input for the specified channel, such as analog, digital, or counter. 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 input channel and its properties.

Used with ulDaqInScan().

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

Field Documentation

int DaqInChanDescriptor::channel

The channel number.

Range DaqInChanDescriptor::range

The range to be used for the specified channel; ignored if not analog.

char DaqInChanDescriptor::reserved[64]

Reserved for future use.

DaqInChanType DaqInChanDescriptor::type

The type of input for the specified channel, such as analog, digital, or counter.


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