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

Method SerialStreamBuf

src/SerialStreamBuf.cpp:381–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379 } ;
380
381 SerialStreamBuf::SerialStreamBuf()
382 : mImpl(new Implementation)
383 {
384 setbuf(nullptr, 0) ;
385 }
386
387 SerialStreamBuf::SerialStreamBuf(const std::string& fileName,
388 const BaudRate& baudRate,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected