Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
void CanRawView::startSimulation()
35
{
36
Q_D(CanRawView);
37
38
d->_timer.restart();
39
d->_simStarted = true;
40
d->clear();
41
}
42
43
void CanRawView::stopSimulation()
44
{
Callers
1
canrawview_test.cpp
File · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected