This is the complete list of members for SerialPort, including all inherited members.
| baud_ | SerialPort | private |
| baudRate() | SerialPort | inline |
| close() | SerialPort | |
| fd_ | SerialPort | private |
| flush() | SerialPort | |
| open(const char *port_name, int baud_rate=115200) | SerialPort | |
| pauseStream() | SerialPort | |
| portOpen() | SerialPort | inline |
| read(char *data, int max_length, int timeout=-1) | SerialPort | |
| readBetween(std::string *data, char start, char end, int timeout=-1) | SerialPort | |
| readBetweenCallback | SerialPort | private |
| readBetweenThread(char start, char end) | SerialPort | private |
| readBytes(char *data, int length, int timeout=-1) | SerialPort | |
| readCallback | SerialPort | private |
| readLine(char *data, int length, int timeout=-1) | SerialPort | |
| readLine(std::string *data, int timeout=-1) | SerialPort | |
| readLineCallback | SerialPort | private |
| readLineThread() | SerialPort | private |
| readThread() | SerialPort | private |
| resumeStream() | SerialPort | |
| SerialPort() | SerialPort | |
| startReadBetweenStream(std::function< void(std::string *)> f, char start, char end) | SerialPort | |
| startReadLineStream(std::function< void(std::string *)> f) | SerialPort | |
| startReadStream(std::function< void(char *, int)> f) | SerialPort | |
| stopStream() | SerialPort | |
| stream_paused_ | SerialPort | private |
| stream_stopped_ | SerialPort | private |
| stream_thread_ | SerialPort | private |
| write(const char *data, int length=-1) | SerialPort | |
| ~SerialPort() | SerialPort | |