The SerialInterfaceParams class serves as a data struct to configure the setup of a serial connection. More...
#include <communicationconfig.h>
Public Attributes | |
unsigned int | baudRate |
std::string | deviceTag |
unsigned int | maxLineLength |
std::string | serialDevicesFolder |
unsigned int | serialTimeout |
The SerialInterfaceParams class serves as a data struct to configure the setup of a serial connection.
Definition at line 27 of file communicationconfig.h.
unsigned int SerialInterfaceParams::baudRate |
Baudrate of the serial connection (for rs232: baudrate := bit/s)
Definition at line 29 of file communicationconfig.h.
std::string SerialInterfaceParams::deviceTag |
identifier of a serial device
Definition at line 30 of file communicationconfig.h.
unsigned int SerialInterfaceParams::maxLineLength |
How many characters can be parsed in one query.
Definition at line 32 of file communicationconfig.h.
std::string SerialInterfaceParams::serialDevicesFolder |
Path to the serial device folder of the OS.
Definition at line 33 of file communicationconfig.h.
unsigned int SerialInterfaceParams::serialTimeout |
How long should the interface wait (ms) for a buffer interrupt?
Definition at line 31 of file communicationconfig.h.