RTXI 3.0.0 The Real-Time eXperiment Interface Reference Manual |

Go to the source code of this file.
Data Structures | |
| struct | physical_channel_t |
| class | Device |
| class | Driver |
Functions | |
| std::vector< std::string > | split_string (const std::string &buffer, const std::string &delim) |
| std::vector< std::string > | physical_channel_names (const std::string &device, DAQ::ChannelType::type_t chan_type) |
| void | printError (int32_t status) |
| std::string | physical_card_name (const std::string &device_name) |
| DAQ::Driver * | getRTXIDAQDriver () |
| void | deleteRTXIDAQDriver () |
Variables | |
| const std::string_view | DEFAULT_DRIVER_NAME = "National Instruments" |
| void deleteRTXIDAQDriver | ( | ) |
Definition at line 870 of file nidaq_driver.cpp.
| DAQ::Driver* getRTXIDAQDriver | ( | ) |
| std::string physical_card_name | ( | const std::string & | device_name | ) |
Definition at line 95 of file nidaq_driver.cpp.
| std::vector<std::string> physical_channel_names | ( | const std::string & | device, |
| DAQ::ChannelType::type_t | chan_type | ||
| ) |
| void printError | ( | int32_t | status | ) |
| std::vector<std::string> split_string | ( | const std::string & | buffer, |
| const std::string & | delim | ||
| ) |
Definition at line 16 of file nidaq_driver.cpp.
| const std::string_view DEFAULT_DRIVER_NAME = "National Instruments" |
Definition at line 14 of file nidaq_driver.cpp.