#ifndef MISSION_CFDP_DEFS_H_ #define MISSION_CFDP_DEFS_H_ #include "eive/eventSubsystemIds.h" #include "fsfw/events/Event.h" namespace cfdp { static constexpr uint8_t SUBSYSTEM_ID = SUBSYSTEM_ID::CFDP_APP; //! [EXPORT] : [COMMENT] P1: CFDP fault handler code. P2: CFDP condition code. static constexpr Event FAULT_HANDLER_TRIGGERED = event::makeEvent(SUBSYSTEM_ID, 0, severity::LOW); } // namespace cfdp #endif /* MISSION_CFDP_DEFS_H_ */