eive-obsw/common/config/commonConfig.cpp
Robin Mueller 0c371623c6
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
change PLOC/MPSOC code to using new SP code
2022-08-15 17:25:16 +02:00

9 lines
355 B
C++

#include "commonConfig.h"
#include "fsfw/tmtcpacket/ccsds/defs.h"
#include "tmtc/apid.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(apid::EIVE_OBSW);