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

Method ExtLimit

lib/mdflib/mdflib/src/ichannel.cpp:862–862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

860std::optional<std::pair<double, double>> IChannel::Limit() const { return {}; }
861
862void IChannel::ExtLimit(double min, double max) {}
863
864std::optional<std::pair<double, double>> IChannel::ExtLimit() const {
865 return {};

Callers 5

TEST_FFunction · 0.45
TESTFunction · 0.45
EXPORTFEATUREFUNCFunction · 0.45
getMethod · 0.45
MdfChannel.cppFile · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TESTFunction · 0.36