Robin Mueller
47b65a1fa3
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
6 lines
220 B
C++
6 lines
220 B
C++
#include "CamSwitcher.h"
|
|
|
|
CamSwitcher::CamSwitcher(object_id_t objectId, PowerSwitchIF &pwrSwitcher,
|
|
power::Switch_t pwrSwitch)
|
|
: PowerSwitcherComponent(objectId, &pwrSwitcher, pwrSwitch) {}
|