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.