eive-obsw/common/config/commonConfig.cpp

12 lines
488 B
C++
Raw Normal View History

2021-09-28 14:58:12 +02:00
#include "commonConfig.h"
2022-05-17 13:40:19 +02:00
2022-09-16 12:22:46 +02:00
#include "eive/definitions.h"
2022-09-16 12:28:39 +02:00
#include "fsfw/tmtcpacket/ccsds/defs.h"
2021-09-28 14:58:12 +02:00
2022-05-17 13:40:19 +02:00
const fsfw::Version common::OBSW_VERSION{OBSW_VERSION_MAJOR, OBSW_VERSION_MINOR,
OBSW_VERSION_REVISION, OBSW_VERSION_CST_GIT_SHA1};
2022-09-16 18:10:23 +02:00
const uint16_t common::PUS_PACKET_ID =
ccsds::getTcSpacePacketIdFromApid(config::EIVE_PUS_APID, true);
const uint16_t common::CFDP_PACKET_ID =
ccsds::getTcSpacePacketIdFromApid(config::EIVE_CFDP_APID, false);