2021-09-28 14:58:12 +02:00
|
|
|
#include "commonConfig.h"
|
|
|
|
#include "tmtc/apid.h"
|
|
|
|
#include "fsfw/tmtcpacket/SpacePacket.h"
|
|
|
|
|
2022-04-22 14:09:08 +02:00
|
|
|
const Version common::OBSW_VERSION { OBSW_VERSION_MAJOR, OBSW_VERSION_MINOR, OBSW_VERSION_REVISION, OBSW_VERSION_CST_GIT_SHA1 };
|
2021-10-18 18:23:26 +02:00
|
|
|
const uint16_t common::PUS_PACKET_ID = spacepacket::getTcSpacePacketIdFromApid(apid::EIVE_OBSW);
|