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

Method PopSample

lib/mdflib/mdflib/src/samplequeue.cpp:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void SampleQueue::PopSample() {
47 const SampleRecord& record = queue_.front();
48 queue_.pop_front();
49 size_ -= record.SampleSize();
50
51}
52void SampleQueue::Reset() {
53 queue_.clear();
54 size_ = 0;

Callers

nothing calls this directly

Calls 1

SampleSizeMethod · 0.80

Tested by

no test coverage detected