MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / S

Function S

pj_scripting/tests/builtin_golden_test.cpp:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77Sample S(std::int64_t ts_ns, double v) {
78 return Sample::scalar(ts_ns, PJ::VarValue{v});
79}
80Sample Si(std::int64_t ts_ns, std::int64_t v) {
81 return Sample::scalar(ts_ns, PJ::VarValue{v});
82}

Callers 2

stepFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected