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

Method PostTrig

lib/mdflib/mdflib/src/ievent.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void IEvent::PostTrig(double post_trig) {
36 auto* metadata = CreateMetaData();
37 if (metadata != nullptr) {
38 metadata->FloatProperty("post_trigger_interval", post_trig);
39 }
40}
41
42double IEvent::PostTrig() const {
43 const auto* metadata = MetaData();

Callers 3

getMethod · 0.80
setMethod · 0.80
EXPORTFEATUREFUNCFunction · 0.80

Calls 1

FloatPropertyMethod · 0.80

Tested by

no test coverage detected