Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
void EvComment::PreTriggerInterval(MdNumber interval) {
25
pre_trigger_interval_ = std::move(interval);
26
}
27
28
const MdNumber& EvComment::PreTriggerInterval() const {
29
return pre_trigger_interval_;
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64