MCPcopy Create free account

hub / github.com/crayzeewulf/libserial / functions

Functions224 in github.com/crayzeewulf/libserial

MethodImplementation
src/SerialPort.cpp:792
MethodIsDataAvailable
src/SerialStream.cpp:221
MethodIsDataAvailable
src/SerialStreamBuf.cpp:450
MethodMultiThreadUnitTests
test/MultiThreadUnitTests.cpp:45
MethodNotOpen
* @brief Exception error thrown when the serial port is not open. */
src/libserial/SerialPortConstants.h:129
MethodOpen
src/SerialStreamBuf.cpp:412
MethodOpenFailed
* @brief Exception error thrown when the serial port could not be opened. */
src/libserial/SerialPortConstants.h:159
MethodReadTimeout
* @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
MethodSerialPort
* @brief Copy construction is disallowed. */
src/libserial/SerialPort.h:92
MethodSerialPortUnitTests
test/SerialPortUnitTests.cpp:45
MethodSerialStream
src/SerialStream.cpp:39
MethodSerialStream
* @brief Prevents copying of objects of this class by declaring the copy * constructor private. This method is never defined.
src/libserial/SerialStream.h:119
MethodSerialStreamBuf
src/SerialStreamBuf.cpp:381
MethodSerialStreamBuf
* @brief Copy construction is disallowed. */
src/libserial/SerialStreamBuf.h:95
MethodSerialStreamUnitTests
test/SerialStreamUnitTests.cpp:45
MethodSetBaudRate
src/SerialStreamBuf.cpp:468
MethodSetCharacterSize
src/SerialStreamBuf.cpp:480
MethodSetDTR
src/SerialStream.cpp:677
MethodSetDTR
src/SerialStreamBuf.cpp:552
MethodSetDefaultControlModes
src/SerialPort.cpp:2128
MethodSetDefaultInputModes
src/SerialPort.cpp:2065
MethodSetDefaultLinuxSpecificModes
src/SerialPort.cpp:2032
MethodSetDefaultLocalModes
src/SerialPort.cpp:2160
MethodSetDefaultOutputModes
src/SerialPort.cpp:2097
MethodSetDefaultSerialPortParameters
src/SerialStreamBuf.cpp:462
MethodSetFlowControl
src/SerialStreamBuf.cpp:492
MethodSetParity
src/SerialStreamBuf.cpp:504
MethodSetRTS
src/SerialStream.cpp:733
MethodSetRTS
src/SerialStreamBuf.cpp:564
MethodSetStopBits
src/SerialStreamBuf.cpp:516
MethodSetVMin
src/SerialStream.cpp:565
MethodSetVMin
src/SerialStreamBuf.cpp:528
MethodSetVTime
src/SerialStream.cpp:621
MethodSetVTime
src/SerialStreamBuf.cpp:540
FunctionTEST_F
test/SerialStreamUnitTests.cpp:945
FunctionTEST_F
test/UnitTests.cpp:115
FunctionTEST_F
test/SerialPortUnitTests.cpp:1030
FunctionTEST_F
test/MultiThreadUnitTests.cpp:273
MethodUnitTests
test/UnitTests.cpp:44
MethodgetTimeInMicroSeconds
test/UnitTests.cpp:66
MethodgetTimeInMilliSeconds
test/UnitTests.cpp:55
Functionmain
* @brief This example demonstrates configuring a serial port and * reading serial data. */
examples/serial_port_read.cpp:17
Functionmain
* @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
Functionmain
examples/main_page_example.cpp:10
Functionmain
* @brief This example demonstrates multiple methods to read and write * serial stream data utilizing std::iostream functionality. */
examples/serial_stream_read_write.cpp:17
Functionmain
* @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
Functionmain
* @brief This example demonstrates configuring a serial stream and * reading serial stream data. */
examples/serial_stream_read.cpp:15
Functionmain
* @brief This example demonstrates multiple methods to read and write * serial stream data. */
examples/serial_port_read_write.cpp:16
Functionmain
examples/example_project/example_project.cpp:10
Methodoverflow
src/SerialStreamBuf.cpp:624
Methodpbackfail
src/SerialStreamBuf.cpp:642
MethodserialPort1ThreadLoop
test/MultiThreadUnitTests.cpp:133
MethodserialPort2ThreadLoop
test/MultiThreadUnitTests.cpp:177
MethodserialStream1ThreadLoop
test/MultiThreadUnitTests.cpp:55
MethodserialStream2ThreadLoop
test/MultiThreadUnitTests.cpp:94
Methodsetbuf
src/SerialStreamBuf.cpp:606
Methodshowmanyc
src/SerialStreamBuf.cpp:648
MethodtestMultiThreadSerialPortReadWrite
test/MultiThreadUnitTests.cpp:247
MethodtestMultiThreadSerialStreamReadWrite
test/MultiThreadUnitTests.cpp:221
MethodtestSerialPortConstructors
test/SerialPortUnitTests.cpp:55
MethodtestSerialPortDrainWriteBuffer
test/SerialPortUnitTests.cpp:118
MethodtestSerialPortFlushIOBuffers
test/SerialPortUnitTests.cpp:230
MethodtestSerialPortFlushInputBuffer
test/SerialPortUnitTests.cpp:155
MethodtestSerialPortFlushOutputBuffer
test/SerialPortUnitTests.cpp:197
MethodtestSerialPortGetAvailableSerialPorts
test/SerialPortUnitTests.cpp:785
MethodtestSerialPortGetFileDescriptor
test/SerialPortUnitTests.cpp:712
MethodtestSerialPortGetNumberOfBytesAvailable
test/SerialPortUnitTests.cpp:734
MethodtestSerialPortIsDataAvailableTest
test/SerialPortUnitTests.cpp:276
MethodtestSerialPortIsOpenTest
test/SerialPortUnitTests.cpp:323
MethodtestSerialPortOpenClose
test/SerialPortUnitTests.cpp:82
MethodtestSerialPortReadByteWriteByte
test/SerialPortUnitTests.cpp:940
MethodtestSerialPortReadDataBufferWriteDataBuffer
test/SerialPortUnitTests.cpp:811
MethodtestSerialPortReadLineWriteString
test/SerialPortUnitTests.cpp:988
MethodtestSerialPortReadStringWriteString
test/SerialPortUnitTests.cpp:889
MethodtestSerialPortSetDTRGetDSR
test/SerialPortUnitTests.cpp:666
MethodtestSerialPortSetGetBaudRate
test/SerialPortUnitTests.cpp:342
MethodtestSerialPortSetGetCharacterSize
test/SerialPortUnitTests.cpp:370
MethodtestSerialPortSetGetDTR
test/SerialPortUnitTests.cpp:528
MethodtestSerialPortSetGetFlowControl
test/SerialPortUnitTests.cpp:404
MethodtestSerialPortSetGetParity
test/SerialPortUnitTests.cpp:438
MethodtestSerialPortSetGetRTS
test/SerialPortUnitTests.cpp:574
MethodtestSerialPortSetGetStopBits
test/SerialPortUnitTests.cpp:466
MethodtestSerialPortSetGetVMin
test/SerialPortUnitTests.cpp:494
MethodtestSerialPortSetGetVTime
test/SerialPortUnitTests.cpp:511
MethodtestSerialPortSetRTSGetCTS
test/SerialPortUnitTests.cpp:620
MethodtestSerialStreamConstructors
test/SerialStreamUnitTests.cpp:55
MethodtestSerialStreamDrainWriteBuffer
test/SerialStreamUnitTests.cpp:124
MethodtestSerialStreamFlushIOBuffers
test/SerialStreamUnitTests.cpp:233
MethodtestSerialStreamFlushInputBuffer
test/SerialStreamUnitTests.cpp:158
MethodtestSerialStreamFlushOutputBuffer
test/SerialStreamUnitTests.cpp:200
MethodtestSerialStreamGetAvailableSerialPorts
test/SerialStreamUnitTests.cpp:807
MethodtestSerialStreamGetFileDescriptor
test/SerialStreamUnitTests.cpp:737
MethodtestSerialStreamGetLineWriteString
test/SerialStreamUnitTests.cpp:879
MethodtestSerialStreamGetNumberOfBytesAvailable
test/SerialStreamUnitTests.cpp:759
MethodtestSerialStreamGetWriteByte
test/SerialStreamUnitTests.cpp:904
MethodtestSerialStreamIsDataAvailableTest
test/SerialStreamUnitTests.cpp:279
MethodtestSerialStreamIsOpenTest
test/SerialStreamUnitTests.cpp:326
MethodtestSerialStreamOpenClose
test/SerialStreamUnitTests.cpp:82
MethodtestSerialStreamReadByteWriteByte
test/SerialStreamUnitTests.cpp:839
MethodtestSerialStreamSetDTRGetDSR
test/SerialStreamUnitTests.cpp:691
← previousnext →101–200 of 224, ranked by callers