RTEMS  5.1
Data Fields
Objects_Control Struct Reference

#include <objectdata.h>

Data Fields

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.

Field Documentation

◆ id

Objects_Id Objects_Control::id

This is the object's ID.

◆ name

Objects_Name Objects_Control::name

This is the object's name.

◆ Node

Chain_Node Objects_Control::Node

This is the chain node portion of an object.


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