move retvals

This commit is contained in:
2022-09-30 15:05:32 +02:00
parent acab5f6bce
commit 1eceef4645
11 changed files with 44 additions and 48 deletions

View File

@ -3,10 +3,8 @@
#include <fsfw/objectmanager/ObjectManager.h>
TestAssembly::TestAssembly(object_id_t objectId, object_id_t parentId, ModeTreeChildIF& testDevice0,
ModeTreeChildIF& testDevice1)
: AssemblyBase(objectId, parentId),
deviceHandler0(testDevice0),
deviceHandler1(testDevice1) {
ModeTreeChildIF& testDevice1)
: AssemblyBase(objectId, parentId), deviceHandler0(testDevice0), deviceHandler1(testDevice1) {
ModeListEntry newModeListEntry;
newModeListEntry.setObject(testDevice0.getObjectId());
newModeListEntry.setMode(MODE_OFF);