continue request handling
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
This commit is contained in:
@ -3,8 +3,8 @@
|
||||
#include "fsfw/ipc/QueueFactory.h"
|
||||
|
||||
TmFunnelBase::TmFunnelBase(object_id_t objectId, StorageManagerIF &tmStore, uint32_t tmMsgDepth,
|
||||
uint32_t tcMsgDepth)
|
||||
: SystemObject(objectId), tmStore(tmStore) {
|
||||
uint32_t tcMsgDepth, StorageManagerIF &ipcStore)
|
||||
: SystemObject(objectId), tmStore(tmStore), ipcStore(ipcStore) {
|
||||
tmQueue = QueueFactory::instance()->createMessageQueue(tmMsgDepth);
|
||||
tcQueue = QueueFactory::instance()->createMessageQueue(tcMsgDepth);
|
||||
}
|
||||
|
Reference in New Issue
Block a user