live tm variable
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Jakob Meier
2021-09-30 09:34:01 +02:00
parent 55d31d0dc2
commit 3ca18a42ad
3 changed files with 4 additions and 2 deletions

View File

@ -101,7 +101,7 @@ ReturnValue_t TmFunnel::initialize() {
#if OBSW_TM_TO_PTME == 1
// Live TM will be sent via the virtual channel 0
tmQueue->setDefaultDestination(tmTarget->getReportReceptionQueue(0));
tmQueue->setDefaultDestination(tmTarget->getReportReceptionQueue(config::LIVE_TM));
#else
tmQueue->setDefaultDestination(tmTarget->getReportReceptionQueue());
#endif /* OBSW_TM_TO_PTME == 1 */