RTXI  3.0.0
The Real-Time eXperiment Interface Reference Manual
Enumerations | Functions
DAQ::ChannelType Namespace Reference

Enumerations

enum  type_t : size_t {
  AI = 0 , AO , DI , DO ,
  UNKNOWN
}
 

Functions

std::string type2string (type_t type)
 

Enumeration Type Documentation

◆ type_t

Used to specify the interface type.

Enumerator
AI 

Analog Input Interface

AO 

Analog Output Interface

DI 

Digital Input Interface

DO 

Digital Output Interface

UNKNOWN 

Definition at line 46 of file daq.hpp.

Function Documentation

◆ type2string()

std::string DAQ::ChannelType::type2string(type_t type)
inline

Definition at line 55 of file daq.hpp.

Here is the call graph for this function: