MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / StreamThreadTSWriter

Method StreamThreadTSWriter

src/output/StreamThreadTSWriter.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36// =============================================================================
37
38StreamThreadTSWriter::StreamThreadTSWriter(
39 StreamInterface &stream,
40 const std::string &file) :
41 StreamThreadBase("TSWRITER", stream),
42 _filePath(file) {}
43
44StreamThreadTSWriter::~StreamThreadTSWriter() {
45 terminateThread();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected