Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crayzeewulf/libserial
/ types & classes
Types & classes
20 in github.com/crayzeewulf/libserial
⨍
Functions
224
◇
Types & classes
20
↓ 53 callers
Class
NotOpen
* @brief Exception error thrown when the serial port is not open. */
src/libserial/SerialPortConstants.h:123
↓ 10 callers
Class
OpenFailed
* @brief Exception error thrown when the serial port could not be opened. */
src/libserial/SerialPortConstants.h:153
↓ 4 callers
Class
ReadTimeout
* @brief Exception error thrown when data could not be read from the * serial port before the timeout had been exceeded. */
src/libserial/SerialPortConstants.h:169
↓ 2 callers
Class
SerialPort
* @brief SerialPort allows an object oriented approach to serial port * communication. A serial port object can be created to *
src/libserial/SerialPort.h:55
↓ 1 callers
Class
AlreadyOpen
* @brief Exception error thrown when the serial port is already open. */
src/libserial/SerialPortConstants.h:138
↓ 1 callers
Enum
BaudRate
* @brief The baud rates currently supported by the Single Unix * Specification V3 general terminal interface specification. *
src/libserial/SerialPortConstants.h:189
↓ 1 callers
Enum
CharacterSize
* @brief The allowed character sizes. */
src/libserial/SerialPortConstants.h:234
Enum
FlowControl
* @brief The allowed flow control types. */
src/libserial/SerialPortConstants.h:247
Class
Implementation
src/libserial/SerialStreamBuf.h:414
Class
Implementation
src/libserial/SerialPort.h:449
Class
MultiThreadUnitTests
test/MultiThreadUnitTests.h:48
Enum
Parity
* @brief The allowed parity types. */
src/libserial/SerialPortConstants.h:259
Class
SerialPort::Implementation
* @brief SerialPort::Implementation is the SerialPort implementation class. */
src/SerialPort.cpp:50
Class
SerialPortUnitTests
test/SerialPortUnitTests.h:48
Class
SerialStream
* @brief SerialStream is a stream class for accessing serial ports on * POSIX operating systems. A lot of the functionality of this class
src/libserial/SerialStream.h:73
Class
SerialStreamBuf
* @brief SerialStreamBuf is the streambuf subclass used by SerialStream. * This subclass takes care of opening the serial port file in the
src/libserial/SerialStreamBuf.h:58
Class
SerialStreamBuf::Implementation
* @brief SerialStreamBuf::Implementation is the SerialStreamBuf implementation class. */
src/SerialStreamBuf.cpp:49
Class
SerialStreamUnitTests
test/SerialStreamUnitTests.h:49
Enum
StopBits
* @brief The allowed number of stop bits. */
src/libserial/SerialPortConstants.h:271
Class
UnitTests
test/UnitTests.h:66