Find the details for USB serial devices. More...
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | MagAOX |
namespace | MagAOX::tty |
Functions | |
int | MagAOX::tty::ttyUSBDevName (std::string &devName, const std::string &vendor, const std::string &product, const std::string &serial) |
Get the ttyUSB device name for a specific device. | |
int | MagAOX::tty::ttyUSBDevNames (std::vector< std::string > &devNames, const std::string &vendor, const std::string &product) |
Get the ttyUSB device name for a set of devices specified by their vendor and product ids. | |
Find the details for USB serial devices.
Definition in file ttyUSB.hpp.