![]() |
RTEMS 6.1-rc7
|
This structure is used to return information to the application about the objects configured for a specific API/Class combination. More...
#include <object.h>
Data Fields | |
rtems_id | minimum_id |
This member contains the minimum valid object identifier for this class. | |
rtems_id | maximum_id |
This member contains the maximum valid object identifier for this class. | |
uint32_t | maximum |
This member contains the maximum number of active objects configured for this class. | |
bool | auto_extend |
This member is true, if this class is configured for automatic object extension, otherwise it is false. | |
uint32_t | unallocated |
This member contains the number of currently inactive objects of this class. | |
This structure is used to return information to the application about the objects configured for a specific API/Class combination.