#include <myahrs_plus.hpp>
|
void | Close () |
|
int | Flush () |
|
bool | Open (const char *port, int brate) |
|
bool | Open () |
|
int | Read (unsigned char *buf, unsigned int buf_len) |
|
| SerialPort (const char *port="", unsigned int brate=115200) |
|
int | Write (unsigned char *data, unsigned int data_len) |
|
| ~SerialPort () |
|
Definition at line 380 of file myahrs_plus.hpp.
WithRobot::Platform::SerialPort::SerialPort |
( |
const char * |
port = "" , |
|
|
unsigned int |
brate = 115200 |
|
) |
| |
|
inline |
WithRobot::Platform::SerialPort::~SerialPort |
( |
| ) |
|
|
inline |
void WithRobot::Platform::SerialPort::Close |
( |
| ) |
|
|
inline |
int WithRobot::Platform::SerialPort::Flush |
( |
| ) |
|
|
inline |
bool WithRobot::Platform::SerialPort::Open |
( |
const char * |
port, |
|
|
int |
brate |
|
) |
| |
|
inline |
bool WithRobot::Platform::SerialPort::Open |
( |
| ) |
|
|
inline |
int WithRobot::Platform::SerialPort::Read |
( |
unsigned char * |
buf, |
|
|
unsigned int |
buf_len |
|
) |
| |
|
inline |
int WithRobot::Platform::SerialPort::Write |
( |
unsigned char * |
data, |
|
|
unsigned int |
data_len |
|
) |
| |
|
inline |
unsigned int WithRobot::Platform::SerialPort::baudrate |
|
private |
int WithRobot::Platform::SerialPort::port_fd |
|
private |
std::string WithRobot::Platform::SerialPort::port_name |
|
private |
The documentation for this class was generated from the following file: