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

Method PreTriggerInterval

lib/mdflib/mdflib/src/evcomment.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void EvComment::PreTriggerInterval(MdNumber interval) {
25 pre_trigger_interval_ = std::move(interval);
26}
27
28const MdNumber& EvComment::PreTriggerInterval() const {
29 return pre_trigger_interval_;

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64