RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Files | Macros | Enumerations | Variables
System State Handler

This group contains the System State Handler implementation. More...

Files

file  sysstate.h
 This header file provides the interfaces of the System State Handler.
 

Macros

#define SYSTEM_STATE_CODES_FIRST   SYSTEM_STATE_BEFORE_INITIALIZATION
 
#define SYSTEM_STATE_CODES_LAST   SYSTEM_STATE_TERMINATED
 

Enumerations

enum  System_state_Codes { SYSTEM_STATE_BEFORE_INITIALIZATION , SYSTEM_STATE_BEFORE_MULTITASKING , SYSTEM_STATE_UP , SYSTEM_STATE_TERMINATED }
 System states. More...
 

Variables

System_state_Codes _System_state_Current
 

Detailed Description

This group contains the System State Handler implementation.

Enumeration Type Documentation

◆ System_state_Codes

System states.

Enumerator
SYSTEM_STATE_BEFORE_INITIALIZATION 

The system is before the end of the first phase of initialization.

SYSTEM_STATE_BEFORE_MULTITASKING 

The system is between end of the first phase of initialization but before multitasking is started.

SYSTEM_STATE_UP 

The system is up and operating normally.

SYSTEM_STATE_TERMINATED 

The system reached its terminal state.