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

Method Cause

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

Source from the content-addressed store, hash-verified

256}
257
258void Ev4Block::Cause(EventCause cause) { cause_ = static_cast<uint8_t>(cause); }
259
260EventCause Ev4Block::Cause() const { return static_cast<EventCause>(cause_); }
261

Callers 3

getMethod · 0.80
setMethod · 0.80
EXPORTFEATUREFUNCFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected