RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
rtems_rap_data_s Struct Reference

The global RAP data. More...

Collaboration diagram for rtems_rap_data_s:
Collaboration graph
[legend]

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...
 

Detailed Description

The global RAP data.

This structure is allocated on the heap when the first call to location an application and is never released.

Field Documentation

◆ apps

rtems_chain_control rtems_rap_data_s::apps

List if loaded application.

◆ last_errno

int rtems_rap_data_s::last_errno

Last error number.

◆ last_error

char rtems_rap_data_s::last_error[64]

Last error string.


The documentation for this struct was generated from the following file: