RTEMS
Public Attributes | List of all members
Objects_Name Union Reference

#include <object.h>

Public Attributes

const char * name_p
 
uint32_t name_u32
 

Detailed Description

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

Definition at line 64 of file object.h.

Member Data Documentation

◆ name_p

const char* Objects_Name::name_p

This is a pointer to a string name.

Definition at line 66 of file object.h.

◆ name_u32

uint32_t Objects_Name::name_u32

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

Definition at line 68 of file object.h.


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