MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / Signal

Method Signal

DSView/pv/view/signal.cpp:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32namespace view {
33
34Signal::Signal(sr_channel *probe) :
35 Trace(probe->name, probe->index, probe->type),
36 _probe(probe)
37{
38 session = AppControl::Instance()->GetSession();
39}
40
41Signal::Signal(const Signal &s, sr_channel *probe) :
42 Trace((const Trace &)s),

Callers

nothing calls this directly

Calls 1

GetSessionMethod · 0.80

Tested by

no test coverage detected