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

Method SyncValue

lib/mdflib/mdflib/src/ev4block.cpp:266–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264size_t Ev4Block::CreatorIndex() const { return creator_index_; }
265
266void Ev4Block::SyncValue(int64_t value) { sync_base_value_ = value; }
267
268int64_t Ev4Block::SyncValue() const { return sync_base_value_; }
269

Callers 3

getMethod · 0.80
setMethod · 0.80
EXPORTFEATUREFUNCFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected