eive-obsw/common/config/commonConfig.cpp
Robin Mueller 0b43c3137f
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
add new constants for CFDP, clean up
2022-09-16 12:22:46 +02:00

9 lines
368 B
C++

#include "commonConfig.h"
#include "fsfw/tmtcpacket/ccsds/defs.h"
#include "eive/definitions.h"
const fsfw::Version common::OBSW_VERSION{OBSW_VERSION_MAJOR, OBSW_VERSION_MINOR,
OBSW_VERSION_REVISION, OBSW_VERSION_CST_GIT_SHA1};
const uint16_t common::PUS_PACKET_ID = ccsds::getTcSpacePacketIdFromApid(config::EIVE_PUS_APID);