Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crayzeewulf/libserial
/ functions
Functions
224 in github.com/crayzeewulf/libserial
⨍
Functions
224
◇
Types & classes
20
Method
Implementation
src/SerialPort.cpp:792
Method
IsDataAvailable
src/SerialStream.cpp:221
Method
IsDataAvailable
src/SerialStreamBuf.cpp:450
Method
MultiThreadUnitTests
test/MultiThreadUnitTests.cpp:45
Method
NotOpen
* @brief Exception error thrown when the serial port is not open. */
src/libserial/SerialPortConstants.h:129
Method
Open
src/SerialStreamBuf.cpp:412
Method
OpenFailed
* @brief Exception error thrown when the serial port could not be opened. */
src/libserial/SerialPortConstants.h:159
Method
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:176
Method
SerialPort
* @brief Copy construction is disallowed. */
src/libserial/SerialPort.h:92
Method
SerialPortUnitTests
test/SerialPortUnitTests.cpp:45
Method
SerialStream
src/SerialStream.cpp:39
Method
SerialStream
* @brief Prevents copying of objects of this class by declaring the copy * constructor private. This method is never defined.
src/libserial/SerialStream.h:119
Method
SerialStreamBuf
src/SerialStreamBuf.cpp:381
Method
SerialStreamBuf
* @brief Copy construction is disallowed. */
src/libserial/SerialStreamBuf.h:95
Method
SerialStreamUnitTests
test/SerialStreamUnitTests.cpp:45
Method
SetBaudRate
src/SerialStreamBuf.cpp:468
Method
SetCharacterSize
src/SerialStreamBuf.cpp:480
Method
SetDTR
src/SerialStream.cpp:677
Method
SetDTR
src/SerialStreamBuf.cpp:552
Method
SetDefaultControlModes
src/SerialPort.cpp:2128
Method
SetDefaultInputModes
src/SerialPort.cpp:2065
Method
SetDefaultLinuxSpecificModes
src/SerialPort.cpp:2032
Method
SetDefaultLocalModes
src/SerialPort.cpp:2160
Method
SetDefaultOutputModes
src/SerialPort.cpp:2097
Method
SetDefaultSerialPortParameters
src/SerialStreamBuf.cpp:462
Method
SetFlowControl
src/SerialStreamBuf.cpp:492
Method
SetParity
src/SerialStreamBuf.cpp:504
Method
SetRTS
src/SerialStream.cpp:733
Method
SetRTS
src/SerialStreamBuf.cpp:564
Method
SetStopBits
src/SerialStreamBuf.cpp:516
Method
SetVMin
src/SerialStream.cpp:565
Method
SetVMin
src/SerialStreamBuf.cpp:528
Method
SetVTime
src/SerialStream.cpp:621
Method
SetVTime
src/SerialStreamBuf.cpp:540
Function
TEST_F
test/SerialStreamUnitTests.cpp:945
Function
TEST_F
test/UnitTests.cpp:115
Function
TEST_F
test/SerialPortUnitTests.cpp:1030
Function
TEST_F
test/MultiThreadUnitTests.cpp:273
Method
UnitTests
test/UnitTests.cpp:44
Method
getTimeInMicroSeconds
test/UnitTests.cpp:66
Method
getTimeInMilliSeconds
test/UnitTests.cpp:55
Function
main
* @brief This example demonstrates configuring a serial port and * reading serial data. */
examples/serial_port_read.cpp:17
Function
main
* @brief This example reads the contents of a file and writes the entire * file to the serial port one character at a time. To use this *
examples/serial_port_write.cpp:18
Function
main
examples/main_page_example.cpp:10
Function
main
* @brief This example demonstrates multiple methods to read and write * serial stream data utilizing std::iostream functionality. */
examples/serial_stream_read_write.cpp:17
Function
main
* @brief This example reads the contents of a file and writes the entire * file to the serial port one character at a time. To use this *
examples/serial_stream_write.cpp:17
Function
main
* @brief This example demonstrates configuring a serial stream and * reading serial stream data. */
examples/serial_stream_read.cpp:15
Function
main
* @brief This example demonstrates multiple methods to read and write * serial stream data. */
examples/serial_port_read_write.cpp:16
Function
main
examples/example_project/example_project.cpp:10
Method
overflow
src/SerialStreamBuf.cpp:624
Method
pbackfail
src/SerialStreamBuf.cpp:642
Method
serialPort1ThreadLoop
test/MultiThreadUnitTests.cpp:133
Method
serialPort2ThreadLoop
test/MultiThreadUnitTests.cpp:177
Method
serialStream1ThreadLoop
test/MultiThreadUnitTests.cpp:55
Method
serialStream2ThreadLoop
test/MultiThreadUnitTests.cpp:94
Method
setbuf
src/SerialStreamBuf.cpp:606
Method
showmanyc
src/SerialStreamBuf.cpp:648
Method
testMultiThreadSerialPortReadWrite
test/MultiThreadUnitTests.cpp:247
Method
testMultiThreadSerialStreamReadWrite
test/MultiThreadUnitTests.cpp:221
Method
testSerialPortConstructors
test/SerialPortUnitTests.cpp:55
Method
testSerialPortDrainWriteBuffer
test/SerialPortUnitTests.cpp:118
Method
testSerialPortFlushIOBuffers
test/SerialPortUnitTests.cpp:230
Method
testSerialPortFlushInputBuffer
test/SerialPortUnitTests.cpp:155
Method
testSerialPortFlushOutputBuffer
test/SerialPortUnitTests.cpp:197
Method
testSerialPortGetAvailableSerialPorts
test/SerialPortUnitTests.cpp:785
Method
testSerialPortGetFileDescriptor
test/SerialPortUnitTests.cpp:712
Method
testSerialPortGetNumberOfBytesAvailable
test/SerialPortUnitTests.cpp:734
Method
testSerialPortIsDataAvailableTest
test/SerialPortUnitTests.cpp:276
Method
testSerialPortIsOpenTest
test/SerialPortUnitTests.cpp:323
Method
testSerialPortOpenClose
test/SerialPortUnitTests.cpp:82
Method
testSerialPortReadByteWriteByte
test/SerialPortUnitTests.cpp:940
Method
testSerialPortReadDataBufferWriteDataBuffer
test/SerialPortUnitTests.cpp:811
Method
testSerialPortReadLineWriteString
test/SerialPortUnitTests.cpp:988
Method
testSerialPortReadStringWriteString
test/SerialPortUnitTests.cpp:889
Method
testSerialPortSetDTRGetDSR
test/SerialPortUnitTests.cpp:666
Method
testSerialPortSetGetBaudRate
test/SerialPortUnitTests.cpp:342
Method
testSerialPortSetGetCharacterSize
test/SerialPortUnitTests.cpp:370
Method
testSerialPortSetGetDTR
test/SerialPortUnitTests.cpp:528
Method
testSerialPortSetGetFlowControl
test/SerialPortUnitTests.cpp:404
Method
testSerialPortSetGetParity
test/SerialPortUnitTests.cpp:438
Method
testSerialPortSetGetRTS
test/SerialPortUnitTests.cpp:574
Method
testSerialPortSetGetStopBits
test/SerialPortUnitTests.cpp:466
Method
testSerialPortSetGetVMin
test/SerialPortUnitTests.cpp:494
Method
testSerialPortSetGetVTime
test/SerialPortUnitTests.cpp:511
Method
testSerialPortSetRTSGetCTS
test/SerialPortUnitTests.cpp:620
Method
testSerialStreamConstructors
test/SerialStreamUnitTests.cpp:55
Method
testSerialStreamDrainWriteBuffer
test/SerialStreamUnitTests.cpp:124
Method
testSerialStreamFlushIOBuffers
test/SerialStreamUnitTests.cpp:233
Method
testSerialStreamFlushInputBuffer
test/SerialStreamUnitTests.cpp:158
Method
testSerialStreamFlushOutputBuffer
test/SerialStreamUnitTests.cpp:200
Method
testSerialStreamGetAvailableSerialPorts
test/SerialStreamUnitTests.cpp:807
Method
testSerialStreamGetFileDescriptor
test/SerialStreamUnitTests.cpp:737
Method
testSerialStreamGetLineWriteString
test/SerialStreamUnitTests.cpp:879
Method
testSerialStreamGetNumberOfBytesAvailable
test/SerialStreamUnitTests.cpp:759
Method
testSerialStreamGetWriteByte
test/SerialStreamUnitTests.cpp:904
Method
testSerialStreamIsDataAvailableTest
test/SerialStreamUnitTests.cpp:279
Method
testSerialStreamIsOpenTest
test/SerialStreamUnitTests.cpp:326
Method
testSerialStreamOpenClose
test/SerialStreamUnitTests.cpp:82
Method
testSerialStreamReadByteWriteByte
test/SerialStreamUnitTests.cpp:839
Method
testSerialStreamSetDTRGetDSR
test/SerialStreamUnitTests.cpp:691
← previous
next →
101–200 of 224, ranked by callers