C++11 adaptions

This commit is contained in:
2021-09-28 16:31:53 +02:00
parent 1622e23f1c
commit bf02f14772
2 changed files with 9 additions and 10 deletions

View File

@ -21,7 +21,7 @@ public:
//! is the size of the PUS packet starting at that index.
using IndexSizePair = std::pair<size_t, size_t>;
static constexpr uint8_t INTERFACE_ID = CLASS_ID::PUS_PARSER;
static constexpr uint8_t INTERFACE_ID = CLASS_ID::SPACE_PACKET_PARSER;
static constexpr ReturnValue_t NO_PACKET_FOUND = MAKE_RETURN_CODE(0x00);
static constexpr ReturnValue_t SPLIT_PACKET = MAKE_RETURN_CODE(0x01);