eive-obsw/dummies/SaDeploymentDummy.cpp
Robin Mueller dc45c53e38
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
add new CFDP and PUS TM funnel
2022-10-21 11:51:44 +02:00

8 lines
236 B
C++

#include "SaDeploymentDummy.h"
SaDeplDummy::SaDeplDummy(object_id_t objectId) : SystemObject(objectId) {}
SaDeplDummy::~SaDeplDummy() = default;
ReturnValue_t SaDeplDummy::performOperation(uint8_t opCode) { return returnvalue::OK; }