|
irioCoreCpp Library Module
2.1.0
|
Modules | |
| Bitfile Parsing | |
| IRIO Terminals | |
| IRIO Profiles | |
| Modules types | |
| IrioCoreCpp Errors | |
Classes | |
| class | irio::Irio |
| irioCoreCpp main class. More... | |
| class | irio::ParserManager |
| Responsible for managing the parsing of resources for a bitfile. More... | |
Functions | |
| RIODeviceInfo | irio::searchRIODevice (const std::string serialNumber) |
| Searches for a RIO device with the specified serial number. More... | |
| RIODeviceInfo irio::searchRIODevice | ( | const std::string | serialNumber | ) |
Searches for a RIO device with the specified serial number.
Returns its resource name and the device model
| irio::errors::RIODeviceNotFoundError | Not found device with specified serial number |
| irio::errors::RIODiscoveryError | Error while discovering devices |
| serialNumber | Serial number to search |