RTEMS
|
#include <objectdata.h>
Public Attributes | |
Chain_Node | Node |
Objects_Id | id |
Objects_Name | name |
The following defines the Object Control Block used to manage each object local to this node.
Definition at line 39 of file objectdata.h.
Objects_Id Objects_Control::id |
This is the object's ID.
Definition at line 43 of file objectdata.h.
Objects_Name Objects_Control::name |
This is the object's name.
Definition at line 45 of file objectdata.h.
Chain_Node Objects_Control::Node |
This is the chain node portion of an object.
Definition at line 41 of file objectdata.h.