RTEMS CPU Kit with SuperCore  4.10.99.0
Data Fields
Objects_Name Union Reference

The following type defines the control block used to manage object names. More...

#include <object.h>

Data Fields

const char * name_p
 This is a pointer to a string name.
uint32_t name_u32
 This is the actual 32-bit "raw" integer name.

Detailed Description

The following type defines the control block used to manage object names.


Field Documentation

const char* Objects_Name::name_p

This is a pointer to a string name.

Referenced by _Objects_Open_string().

This is the actual 32-bit "raw" integer name.

Referenced by _Objects_Open_u32().


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