Skip to main content

api_init

Function api_init 

Source
pub fn api_init() -> Result<()>
Expand description

Initializes the OS Abstraction Layer.

This must be called before any other OSAL routine. It is typically handled by the cFE Main entry point.

Failure means subsequent OSAL calls have undefined behavior. The typical response is to abort the application.