connect acs ctrl to subsystem
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2022-09-30 14:30:30 +02:00
parent f0e4d5a61e
commit 66c6f08447
10 changed files with 40 additions and 43 deletions

View File

@ -20,6 +20,6 @@ void createRtdComponents(std::string spiDev, GpioIF* gpioComIF, PowerSwitchIF* p
void gpioChecker(ReturnValue_t result, std::string output);
void createThermalController();
AcsController* createAcsController();
AcsController* createAcsController(bool connectSubsystem);
} // namespace ObjectFactory