Skip to main content

Module error

Module error 

Source
Expand description

Error types for cFS.

Enums§

CfsError
Represents all possible errors and status codes from the CFE and OSAL APIs.
EsError
CFE Executive Services errors.
EvsError
CFE Event Services errors.
FsError
CFE File Services errors.
OsalError
OSAL errors.
SbError
CFE Software Bus errors.
TblError
CFE Table Services errors.
TimeError
CFE Time Services errors.

Functions§

get_cfe_status_name
Retrieves the symbolic name for a CFE status code.
osal_status_to_string
Converts an OSAL status code to its decimal or hex string representation.

Type Aliases§

Result
A specialized Result type for CFE operations.