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

Method NofParameters

lib/mdflib/mdflib/src/ichannelconversion.cpp:304–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304uint16_t IChannelConversion::NofParameters() const {
305 return nof_values_;
306}
307
308void IChannelConversion::Parameter(uint16_t index, double parameter) {
309 while (index >= value_list_.size()) {

Callers 2

EXPORTFEATUREFUNCFunction · 0.80
getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected