MCPcopy Create free account
hub / github.com/GENIVI/CANdevStudio / startSimulation

Method startSimulation

src/components/canrawview/canrawview.cpp:34–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void CanRawView::startSimulation()
35{
36 Q_D(CanRawView);
37
38 d->_timer.restart();
39 d->_simStarted = true;
40 d->clear();
41}
42
43void CanRawView::stopSimulation()
44{

Callers 1

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected