Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GENIVI/CANdevStudio
/ stopSimulation
Method
stopSimulation
src/components/canrawview/canrawview.cpp:43–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
void CanRawView::stopSimulation()
44
{
45
Q_D(CanRawView);
46
47
d->_simStarted = false;
48
}
49
50
void CanRawView::frameReceived(const QCanBusFrame& frame)
51
{
Callers
1
canrawview_test.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected