Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GENIVI/CANdevStudio
/ configChanged
Method
configChanged
src/components/candevice/candevice.cpp:206–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
}
205
206
void CanDevice::configChanged()
207
{
208
Q_D(CanDevice);
209
210
init();
211
212
if (d->_simStarted) {
213
startSimulation();
214
}
215
}
216
217
void CanDevice::simBcastRcv(const QJsonObject &msg, const QVariant ¶m)
218
{
Callers
1
candevice_test.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected