Robin Mueller
afc0f37e8a
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
8 lines
244 B
C++
8 lines
244 B
C++
#include "RwAssembly.h"
|
|
|
|
RwAssembly::RwAssembly(object_id_t objectId, object_id_t parentId, PowerSwitchIF* pwrSwitcher,
|
|
power::Switch_t switcher, RwHelper helper)
|
|
: AssemblyBase(objectId, parentId), helper(helper) {
|
|
|
|
}
|