tcpip components refactoring
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2021-09-28 14:58:12 +02:00
parent 8acb0c3c02
commit e5d0dac65e
7 changed files with 64 additions and 32 deletions

View File

@ -0,0 +1,5 @@
#include "commonConfig.h"
#include "tmtc/apid.h"
#include "fsfw/tmtcpacket/SpacePacket.h"
const uint16_t common::TC_PACKET_ID = SpacePacket::getTcSpacePacketIdFromApid(apid::EIVE_OBSW);