pub fn reset_cfe(reset_type: ResetType) -> !Expand description
Reset the cFE Core and all cFE Applications.
On success this function does not return. On error (e.g. invalid
reset type) it returns CFE_ES_BAD_ARGUMENT or
CFE_ES_NOT_IMPLEMENTED, but this wrapper loops forever to
satisfy the ! return type.
ยงArguments
reset_type: The type of reset to perform (PowerOnorProcessor).