Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GENIVI/CANdevStudio
/ currentLoad
Method
currentLoad
src/components/canload/canloadmodel.cpp:70–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void CanLoadModel::currentLoad(uint8_t load)
71
{
72
bool valueChanged = _currentLoad != load;
73
_currentLoad = load;
74
75
if (valueChanged) {
76
emit requestRedraw();
77
}
78
}
Callers
1
canloadmodel_test.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected