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.
- Osal
Error - OSAL errors.
- SbError
- CFE Software Bus errors.
- TblError
- CFE Table Services errors.
- Time
Error - 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
Resulttype for CFE operations.