RTEMS CPU Kit with SuperCore  4.11.3
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 field is the minimum valid object Id for this class. More...
 
rtems_id maximum_id
 This field is the maximum valid object Id for this class. More...
 
uint32_t maximum
 This field is the number of object instances configured for this class. More...
 
bool auto_extend
 This field indicates if the class is configured for auto-extend. More...
 
uint32_t unallocated
 This field is the number of currently unallocated objects. More...
 

Detailed Description

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

Field Documentation

◆ auto_extend

bool rtems_object_api_class_information::auto_extend

This field indicates if the class is configured for auto-extend.

◆ maximum

uint32_t rtems_object_api_class_information::maximum

This field is the number of object instances configured for this class.

◆ maximum_id

rtems_id rtems_object_api_class_information::maximum_id

This field is the maximum valid object Id for this class.

◆ minimum_id

rtems_id rtems_object_api_class_information::minimum_id

This field is the minimum valid object Id for this class.

◆ unallocated

uint32_t rtems_object_api_class_information::unallocated

This field is the number of currently unallocated objects.


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