RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Data Fields
rtems_object_api_class_information Struct Reference

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.
 

Detailed Description

This structure is used to return information to the application about the objects configured for a specific API/Class combination.


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