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

Method get

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

Source from the content-addressed store, hash-verified

9namespace MdfLibrary {
10
11Int64 MdfChannelConversion::Index::get() {
12 return conversion_ != nullptr ? conversion_->Index() : 0;
13}
14
15String^ MdfChannelConversion::Name::get() {
16 return conversion_ != nullptr ? MdfLibrary::Utf8Conversion(conversion_->Name()) : gcnew String("");

Callers

nothing calls this directly

Calls 9

NofParametersMethod · 0.80
IndexMethod · 0.45
IsUnitValidMethod · 0.45
TypeMethod · 0.45
IsDecimalUsedMethod · 0.45
DecimalsMethod · 0.45
RangeMethod · 0.45
FlagsMethod · 0.45
NofReferencesMethod · 0.45

Tested by

no test coverage detected