A lot of stuff
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

- refactored and simplified RW assemblies
- create separate SPI Com IF for RWs
- Update .cproject file: Fixed to decrease indexer parsing times
This commit is contained in:
2022-05-11 01:48:26 +02:00
parent df7e0007d0
commit 91b69eacf6
12 changed files with 192 additions and 1059 deletions

View File

@ -20,6 +20,7 @@ class RwAssembly : public AssemblyBase {
RwHelper helper;
PowerSwitcher switcher;
bool warningSwitch = true;
bool modeTransitionFailedSwitch = true;
FixedArrayList<ModeListEntry, NUMBER_RWS> modeTable;
ReturnValue_t initialize() override;