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

Method IsDecimalUsed

lib/mdflib/mdflib/src/cc4block.cpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117bool Cc4Block::IsUnitValid() const { return Link(kIndexUnit) != 0; }
118
119bool Cc4Block::IsDecimalUsed() const {
120 return (flags_ & CcFlag::PrecisionValid) != 0;
121}
122
123void Cc4Block::Range(double min, double max) {
124 if (max > min) {

Callers 5

TESTFunction · 0.45
EXPORTFEATUREFUNCFunction · 0.45
getMethod · 0.45
getMethod · 0.45
GetChannelValueMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36