staticconstEventOVERWRITING_HEALTH=MAKE_EVENT(9,severity::LOW);//!< Assembly overwrites health information of children to keep satellite alive.
staticconstEventTRYING_RECOVERY=MAKE_EVENT(10,severity::MEDIUM);//!< Someone starts a recovery of a component (typically power-cycle). No parameters.
staticconstEventRECOVERY_STEP=MAKE_EVENT(11,severity::MEDIUM);//!< Recovery is ongoing. Comes twice during recovery. P1: 0 for the first, 1 for the second event. P2: 0
staticconstEventRECOVERY_DONE=MAKE_EVENT(12,severity::MEDIUM);//!< Recovery was completed. Not necessarily successful. No parameters.