![]() |
RMVL
2.4.0-dev
Robotic Manipulation and Vision Library
|
成员的完整列表,这些成员属于 rm::SerialPort,包括所有继承而来的类成员
| _baud_rate | rm::SerialPort | protected |
| _device | rm::SerialPort | protected |
| _fd | rm::SerialPort | protected |
| _is_open | rm::SerialPort | protected |
| _read_mode | rm::SerialPort | protected |
| fdread(void *data, size_t len) | rm::SerialPort | protected |
| fdwrite(const void *data, size_t len) | rm::SerialPort | protected |
| isOpened() const | rm::SerialPort | inline |
| operator<<(const Tp &data) | rm::SerialPort | inline |
| operator>>(Tp &data) | rm::SerialPort | inline |
| read(uint8_t head_flag, uint8_t tail_flag, Tp &data) | rm::SerialPort | inline |
| read(Tp &data) | rm::SerialPort | inline |
| read(std::string &data) | rm::SerialPort | |
| SerialPort(std::string_view device, BaudRate baud_rate, SerialReadMode read_mode={}) | rm::SerialPort | |
| write(const Tp &data) | rm::SerialPort | inline |
| write(std::string_view data) | rm::SerialPort | inline |