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

Method set

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

Source from the content-addressed store, hash-verified

48}
49
50void MdfEvent::Type::set(EventType type) {
51 if (event_ != nullptr) {
52 event_->Type(static_cast<mdf::EventType>(type));
53 }
54}
55
56SyncType MdfEvent::Sync::get() {
57 return event_ != nullptr ?

Callers

nothing calls this directly

Calls 9

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

Tested by

no test coverage detected