1
0
forked from fsfw/fsfw

udp polling taks init

This commit is contained in:
2020-07-05 20:42:05 +02:00
parent 327b1e9d2f
commit 2395e487ae
2 changed files with 12 additions and 0 deletions

View File

@ -6,3 +6,11 @@ TcSocketPollingTask::TcSocketPollingTask(object_id_t objectId,
TcSocketPollingTask::~TcSocketPollingTask() {
}
ReturnValue_t TcSocketPollingTask::performOperation(uint8_t opCode) {
return HasReturnvaluesIF::RETURN_OK;
}
ReturnValue_t TcSocketPollingTask::initialize() {
return HasReturnvaluesIF::RETURN_OK;
}