add common CFDP source entity ID

This commit is contained in:
Robin Müller 2022-09-14 14:00:54 +02:00
parent 22585773e7
commit 6b914a21fd
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 1 additions and 0 deletions

View File

@ -29,5 +29,6 @@ namespace common {
*/
static constexpr uint16_t COMMON_PUS_APID = 0xEF;
static constexpr uint16_t COMMON_CFDP_APID = 0xF0;
static constexpr uint16_t COMMON_CFDP_CLIENT_ENTITY_ID = 0x01;
} // namespace common