Robin Mueller
90c1d45f20
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
6 lines
213 B
C++
6 lines
213 B
C++
#include "RtdPollingDummy.h"
|
|
|
|
RtdPollingDummy::RtdPollingDummy(object_id_t objectId) : SystemObject(objectId) {}
|
|
|
|
ReturnValue_t RtdPollingDummy::performOperation(uint8_t operationCode) { return returnvalue::OK; }
|