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

Method get

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 10

CauseMethod · 0.80
SyncValueMethod · 0.80
SyncFactorMethod · 0.80
PreTrigMethod · 0.80
PostTrigMethod · 0.80
IndexMethod · 0.45
TypeMethod · 0.45
SyncMethod · 0.45
RangeMethod · 0.45
CreatorIndexMethod · 0.45

Tested by

no test coverage detected