RTEMS
5.0.0
|
#include <object.h>
Data Fields | |
const char * | name_p |
uint32_t | name_u32 |
The following type defines the control block used to manage object names.
const char* Objects_Name::name_p |
This is a pointer to a string name.
uint32_t Objects_Name::name_u32 |
This is the actual 32-bit "raw" integer name.