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

Method get

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

Source from the content-addressed store, hash-verified

9namespace MdfLibrary {
10
11int64_t MdfChannel::Index::get() {
12 return channel_ != nullptr ? channel_->Index() : 0;
13}
14
15String^ MdfChannel::Name::get() {
16 return channel_ != nullptr ? MdfLibrary::Utf8Conversion(channel_->Name())

Callers

nothing calls this directly

Calls 15

VlsdRecordIdMethod · 0.80
IndexMethod · 0.45
IsUnitValidMethod · 0.45
TypeMethod · 0.45
SyncMethod · 0.45
DataTypeMethod · 0.45
FlagsMethod · 0.45
DataBytesMethod · 0.45
IsDecimalUsedMethod · 0.45
DecimalsMethod · 0.45
RangeMethod · 0.45
LimitMethod · 0.45

Tested by

no test coverage detected