2022-11-03 22:59:51 +01:00
|
|
|
#include "CamSwitcher.h"
|
|
|
|
|
2022-11-10 13:09:31 +01:00
|
|
|
CamSwitcher::CamSwitcher(object_id_t objectId, PowerSwitchIF &pwrSwitcher,
|
2022-11-03 22:59:51 +01:00
|
|
|
power::Switch_t pwrSwitch)
|
2022-11-10 13:09:31 +01:00
|
|
|
: PowerSwitcherComponent(objectId, &pwrSwitcher, pwrSwitch) {}
|