Classes | |
| class | SerialCom |
Functions | |
| DEF_EXCEPTION (Exception, std::runtime_error) | |
| A standard exception. More... | |
| DEF_EXCEPTION (TimeoutException, Exception) | |
| An exception for use when a timeout is exceeded. More... | |
Variables | |
| const unsigned int | read_buffer_size =512 |
| serialcom::DEF_EXCEPTION | ( | Exception | , |
| std::runtime_error | |||
| ) |
A standard exception.
| serialcom::DEF_EXCEPTION | ( | TimeoutException | , |
| Exception | |||
| ) |
An exception for use when a timeout is exceeded.
| const unsigned int serialcom::read_buffer_size =512 |
Definition at line 57 of file AsyncSerial.h.