eive-obsw/dummies/helpers.h
Robin Mueller 9ad649e43e
Some checks are pending
EIVE/eive-obsw/pipeline/head Build started...
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
ACS controller running in EM SW withour errors now
2022-09-15 13:40:57 +02:00

15 lines
236 B
C++

#pragma once
namespace dummy {
struct DummyCfg {
bool addCoreCtrlCfg = true;
bool addPowerDummies = true;
bool addAcsBoardDummies = true;
bool addSusDummies = true;
};
void createDummies(DummyCfg cfg);
} // namespace dummy