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

Method RangeEvent

lib/mdflib/mdflib/src/ev4block.cpp:278–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276const IEvent *Ev4Block::ParentEvent() const { return parent_event_; }
277
278void Ev4Block::RangeEvent(const IEvent *range_event) {
279 range_event_ = range_event;
280}
281
282const IEvent *Ev4Block::RangeEvent() const { return range_event_; }
283

Callers 2

MdfEvent.cppFile · 0.80
EXPORTFEATUREFUNCFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected