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

Method UpdateCycleCounter

lib/mdflib/mdflib/src/cg4block.cpp:400–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398}
399
400void Cg4Block::UpdateCycleCounter(uint64_t nof_samples) {
401 nof_samples_ += nof_samples;
402}
403
404void Cg4Block::UpdateVlsdSize(uint64_t nof_data_bytes) {
405 if (Flags() & CgFlag::VlsdChannel) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected