RTXI 3.0.0 The Real-Time eXperiment Interface Reference Manual |
Namespaces | |
| ChannelType | |
| Reference | |
Data Structures | |
| class | Device |
| class | Driver |
Typedefs | |
| using | analog_range_t = std::pair< double, double > |
| typedef uint64_t | index_t |
Enumerations | |
| enum | direction_t { INPUT , OUTPUT } |
Functions | |
| std::array< analog_range_t, 7 > | get_default_ranges () |
| std::array< std::string, 2 > | get_default_units () |
DAQ Oriented Classes.
Objects contained within this namespace are responsible for providing a standardized interface for dealing with DAQ cards.
| using DAQ::analog_range_t = typedef std::pair<double, double> |
| typedef uint64_t DAQ::index_t |
| enum DAQ::direction_t |
| inline |