recvBuffer and recvSize initialized
This commit is contained in:
parent
8a6a2bf840
commit
2e95906f27
@ -14,7 +14,7 @@
|
|||||||
TmTcBridge::TmTcBridge(object_id_t objectId_, object_id_t ccsdsPacketDistributor_):
|
TmTcBridge::TmTcBridge(object_id_t objectId_, object_id_t ccsdsPacketDistributor_):
|
||||||
SystemObject(objectId_),tcStore(NULL), tmStore(NULL),
|
SystemObject(objectId_),tcStore(NULL), tmStore(NULL),
|
||||||
ccsdsPacketDistributor(ccsdsPacketDistributor_), communicationLinkUp(false),
|
ccsdsPacketDistributor(ccsdsPacketDistributor_), communicationLinkUp(false),
|
||||||
tmStored(false), size(0) {
|
tmStored(false),recvBuffer(NULL), size(0) {
|
||||||
TmTcReceptionQueue = QueueFactory::instance()->
|
TmTcReceptionQueue = QueueFactory::instance()->
|
||||||
createMessageQueue(TMTC_RECEPTION_QUEUE_DEPTH);
|
createMessageQueue(TMTC_RECEPTION_QUEUE_DEPTH);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user