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

Method Parameter

lib/mdflib/mdflibrary/src/MdfChannelConversion.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152double MdfChannelConversion::Parameter(uint16_t index) {
153 return conversion_ != nullptr ?
154 conversion_->Parameter(index) : 0.0;
155}
156
157void MdfChannelConversion::Parameter(uint16_t index, double parameter) {
158 if (conversion_ != nullptr) {

Callers 2

TestChannelConversionMethod · 0.45
EXPORTFEATUREFUNCFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestChannelConversionMethod · 0.36