RTEMS
Public Attributes | List of all members
Objects_Control Struct Reference

#include <objectdata.h>

Public Attributes

Chain_Node Node
 
Objects_Id id
 
Objects_Name name
 

Detailed Description

The following defines the Object Control Block used to manage each object local to this node.

Definition at line 39 of file objectdata.h.

Member Data Documentation

◆ id

Objects_Id Objects_Control::id

This is the object's ID.

Definition at line 43 of file objectdata.h.

◆ name

Objects_Name Objects_Control::name

This is the object's name.

Definition at line 45 of file objectdata.h.

◆ Node

Chain_Node Objects_Control::Node

This is the chain node portion of an object.

Definition at line 41 of file objectdata.h.


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