MCPcopy Create free account

hub / github.com/crayzeewulf/libserial / types & classes

Types & classes20 in github.com/crayzeewulf/libserial

↓ 53 callersClassNotOpen
* @brief Exception error thrown when the serial port is not open. */
src/libserial/SerialPortConstants.h:123
↓ 10 callersClassOpenFailed
* @brief Exception error thrown when the serial port could not be opened. */
src/libserial/SerialPortConstants.h:153
↓ 4 callersClassReadTimeout
* @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 callersClassSerialPort
* @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 callersClassAlreadyOpen
* @brief Exception error thrown when the serial port is already open. */
src/libserial/SerialPortConstants.h:138
↓ 1 callersEnumBaudRate
* @brief The baud rates currently supported by the Single Unix * Specification V3 general terminal interface specification. *
src/libserial/SerialPortConstants.h:189
↓ 1 callersEnumCharacterSize
* @brief The allowed character sizes. */
src/libserial/SerialPortConstants.h:234
EnumFlowControl
* @brief The allowed flow control types. */
src/libserial/SerialPortConstants.h:247
ClassImplementation
src/libserial/SerialStreamBuf.h:414
ClassImplementation
src/libserial/SerialPort.h:449
ClassMultiThreadUnitTests
test/MultiThreadUnitTests.h:48
EnumParity
* @brief The allowed parity types. */
src/libserial/SerialPortConstants.h:259
ClassSerialPort::Implementation
* @brief SerialPort::Implementation is the SerialPort implementation class. */
src/SerialPort.cpp:50
ClassSerialPortUnitTests
test/SerialPortUnitTests.h:48
ClassSerialStream
* @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
ClassSerialStreamBuf
* @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
ClassSerialStreamBuf::Implementation
* @brief SerialStreamBuf::Implementation is the SerialStreamBuf implementation class. */
src/SerialStreamBuf.cpp:49
ClassSerialStreamUnitTests
test/SerialStreamUnitTests.h:49
EnumStopBits
* @brief The allowed number of stop bits. */
src/libserial/SerialPortConstants.h:271
ClassUnitTests
test/UnitTests.h:66