new task for tc unix polling

This commit is contained in:
2020-07-05 18:58:16 +02:00
parent 26ab1983dc
commit 724fee09ff
4 changed files with 50 additions and 10 deletions

View File

@ -0,0 +1,8 @@
#include <framework/osal/linux/TcSocketPollingTask.h>
TcSocketPollingTask::TcSocketPollingTask(object_id_t objectId,
object_id_t tmtcUnixUdpBridge): SystemObject(objectId) {
}
TcSocketPollingTask::~TcSocketPollingTask() {
}