2021-06-08 13:29:49 +02:00
|
|
|
#include <fsfw/globalfunctions/arrayprinter.h>
|
|
|
|
#include <fsfw/serviceinterface/ServiceInterface.h>
|
2022-05-05 20:55:28 +02:00
|
|
|
#include <fsfw/tmtcpacket/pus/tc.h>
|
|
|
|
#include <fsfw/tmtcpacket/pus/tm.h>
|
2021-06-08 13:29:49 +02:00
|
|
|
#include <mission/utility/PusPacketCreator.h>
|
|
|
|
|
|
|
|
void PusPacketCreator::createPusPacketAndPrint() {
|
2022-05-05 20:55:28 +02:00
|
|
|
// TODO: use TC packet stored here instead..
|
2021-06-08 13:29:49 +02:00
|
|
|
}
|