MCPcopy 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
206void CanDevice::configChanged()
207{
208 Q_D(CanDevice);
209
210 init();
211
212 if (d->_simStarted) {
213 startSimulation();
214 }
215}
216
217void CanDevice::simBcastRcv(const QJsonObject &msg, const QVariant &param)
218{

Callers 1

candevice_test.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected