eive-obsw/common/config/commonConfig.cpp
Robin Mueller a416ca406b
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
git describe support finished
2022-04-22 14:09:08 +02:00

7 lines
317 B
C++

#include "commonConfig.h"
#include "tmtc/apid.h"
#include "fsfw/tmtcpacket/SpacePacket.h"
const 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 = spacepacket::getTcSpacePacketIdFromApid(apid::EIVE_OBSW);