MCPcopy Create free account
hub / github.com/crayzeewulf/libserial / SerialStream

Method SerialStream

src/SerialStream.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37namespace LibSerial
38{
39 SerialStream::SerialStream() : std::iostream(nullptr)
40 {
41 this->flush() ;
42 }
43
44 SerialStream::SerialStream(const std::string& fileName,
45 const BaudRate& baudRate,

Callers

nothing calls this directly

Calls 7

OpenMethod · 0.95
SetBaudRateMethod · 0.95
SetCharacterSizeMethod · 0.95
SetFlowControlMethod · 0.95
SetParityMethod · 0.95
SetStopBitsMethod · 0.95
FlushIOBuffersMethod · 0.95

Tested by

no test coverage detected