RTEMS  5.0.0
Data Fields

#include <object.h>

Data Fields

const char * name_p
 
uint32_t name_u32
 

Detailed Description

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

Field Documentation

◆ name_p

const char* Objects_Name::name_p

This is a pointer to a string name.

◆ name_u32

uint32_t Objects_Name::name_u32

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


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