MOOS 0.2375
|
Go to the source code of this file.
Classes | |
class | CMOOSSerialPort |
Cross Platform Serial Port Base Class. More... | |
class | CMOOSSerialPort::CMOOSSerialTelegram |
Defines | |
#define | MOOSSERIALPORTH |
#define | DEFAULT_PORT "/dev/ttyS0" |
#define | DEFAULT_BAUDRATE 9600 |
#define | TELEGRAM_LEN 1000 |
Typedefs | |
typedef std::list< std::string > | STRING_LIST |
Definition in file MOOSSerialPort.h.
#define DEFAULT_BAUDRATE 9600 |
Definition at line 49 of file MOOSSerialPort.h.
#define DEFAULT_PORT "/dev/ttyS0" |
Definition at line 46 of file MOOSSerialPort.h.
#define MOOSSERIALPORTH |
Definition at line 37 of file MOOSSerialPort.h.
#define TELEGRAM_LEN 1000 |
Definition at line 50 of file MOOSSerialPort.h.
typedef std::list<std::string> STRING_LIST |
Definition at line 58 of file MOOSSerialPort.h.