MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / Close

Method Close

lib/mdflib/mdflib/src/samplequeue.cpp:456–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454
455bool SampleQueue::IsOpen() const { return writer_.IsOpen(); }
456void SampleQueue::Close() {
457 writer_.Close();
458}
459bool SampleQueue::IsEmpty() const { return queue_.empty(); }
460
461void SampleQueue::SetLastPosition(std::streambuf& buffer) {

Callers 1

CleanQueueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected