UTILLib 2.0
Common C++ library with utilities.
|
The serial port information is used to list COM and USB ports.
#include <map>
#include <string>
Go to the source code of this file.
Classes | |
class | util::serial::SerialPortInfo |
The serial port information class is an interface against a serial port and CAN devices. More... |
Namespaces | |
namespace | util |
Main namespace for the util library. | |
namespace | util::serial |
The serial namespace is used for serial and USB devices . |
Typedefs | |
using | util::serial::SerialPortList = std::map<std::string, SerialPortInfo> |
Sorted list of serial ports. Sorted by the name. |