RTXI 1.3
DAQ Namespace Reference

DAQ Oriented Classes. More...

Classes

class  Manager
class  Device
class  Driver

Typedefs

typedef unsigned long index_t

Enumerations

enum  type_t {
  AI, AO, DIO, DI,
  DO
}
enum  direction_t { INPUT, OUTPUT }

Detailed Description

DAQ Oriented Classes.

Objects contained within this namespace are responsible for providing a standardized interface for dealing with DAQ cards.


Typedef Documentation

typedef unsigned long DAQ::index_t

Used to specify indexes for channel number, range, reference, and units.

Definition at line 46 of file daq.h.


Enumeration Type Documentation

Used to specify digital interface direction.

Enumerator:
INPUT 

Digital Input

OUTPUT 

Digital Output

Definition at line 54 of file daq.h.

Used to specify the interface type.

Enumerator:
AI 

Analog Input Interface

AO 

Analog Output Interface

DIO 

Digital Input/Output Interface

DI 

Digital Input Interface

DO 

Digital Output Interface

Definition at line 36 of file daq.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines