rw assembly
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
2022-04-21 16:56:46 +02:00
parent 23b2d895bb
commit afc0f37e8a
3 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#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) {
}