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

Method SaveSample

lib/mdflib/mdflib/src/writecache.cpp:157–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void WriteCache::SaveSample(const IChannelGroup& channel_group, uint64_t time) {
158 if (SampleQueue* queue = GetSampleQueue(channel_group);
159 queue != nullptr) {
160 std::lock_guard lock(locker_);
161 queue->SaveSample(channel_group, time);
162 }
163}
164
165void WriteCache::SaveSample(const IDataGroup& data_group,
166 const IChannelGroup& channel_group,

Callers 12

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TestMetaDataMethod · 0.45
TestChannelConversionMethod · 0.45
TestWriterMethod · 0.45
EXPORTFEATUREFUNCFunction · 0.45
MdfWriter.cppFile · 0.45
cpp_exampleFunction · 0.45
writeFrameGroupsMethod · 0.45

Calls

no outgoing calls

Tested by 9

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TestMetaDataMethod · 0.36
TestChannelConversionMethod · 0.36
TestWriterMethod · 0.36
cpp_exampleFunction · 0.36