eive-obsw/mission/system/objects/CamSwitcher.cpp
Robin Mueller 47b65a1fa3
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
create cam switcher, create new PL task
2022-11-10 13:09:31 +01:00

6 lines
220 B
C++

#include "CamSwitcher.h"
CamSwitcher::CamSwitcher(object_id_t objectId, PowerSwitchIF &pwrSwitcher,
power::Switch_t pwrSwitch)
: PowerSwitcherComponent(objectId, &pwrSwitcher, pwrSwitch) {}