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

Method PostTriggerInterval

lib/mdflib/mdflib/src/evcomment.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void EvComment::PostTriggerInterval(MdNumber interval) {
33 post_trigger_interval_ = std::move(interval);
34}
35
36const MdNumber& EvComment::PostTriggerInterval() const {
37 return post_trigger_interval_;

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64