RTEMS CPU Kit with SuperCore
4.11.3
|
The global RAP data. More...
Data Fields | |
rtems_id | lock |
The RAP lock id. | |
rtems_chain_control | apps |
List if loaded application. More... | |
int | last_errno |
Last error number. More... | |
char | last_error [64] |
Last error string. More... | |
The global RAP data.
This structure is allocated on the heap when the first call to location an application and is never released.
rtems_chain_control rtems_rap_data_s::apps |
List if loaded application.
int rtems_rap_data_s::last_errno |
Last error number.
char rtems_rap_data_s::last_error[64] |
Last error string.