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

Method SetChannelValue

lib/mdflib/mdflibrary/src/MdfChannel.cpp:302–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302void MdfChannel::SetChannelValue(const int64_t value, bool valid) {
303 if (channel_ != nullptr) channel_->SetChannelValue(value, valid);
304}
305
306void MdfChannel::SetChannelValue(const uint64_t value, bool valid) {
307 if (channel_ != nullptr) channel_->SetChannelValue(value, valid);

Callers 5

TestChannelConversionMethod · 0.45
TestWriterMethod · 0.45
EXPORTFEATUREFUNCFunction · 0.45
MdfChannel.cppFile · 0.45
cpp_exampleFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestChannelConversionMethod · 0.36
TestWriterMethod · 0.36
cpp_exampleFunction · 0.36