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

Function SetChannelValue

lib/mdflib/mdflibrary/src/MdfChannel.h:142–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 MdfMetaData^ CreateMetaData();
141
142 void SetChannelValue(const int64_t value) { SetChannelValue(value, true); };
143 void SetChannelValue(const uint64_t value) { SetChannelValue(value, true); };
144 void SetChannelValue(const double value) { SetChannelValue(value, true); };
145 void SetChannelValue(String^ value) { SetChannelValue(value, true); };

Callers 2

MdfChannel.hFile · 0.85
SetChannelValuesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected