Robin Mueller
0c371623c6
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
9 lines
355 B
C++
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);
|