RTEMS 6.1-rc1
Data Fields
rtems_regulator_statistics Struct Reference

Statistics for Regulator Instance. More...

#include <regulator.h>

Data Fields

size_t obtained
 
size_t released
 
size_t delivered
 
rtems_rate_monotonic_period_statistics period_statistics
 

Detailed Description

Statistics for Regulator Instance.

An instance of this structure is provided to the directive rtems_regulator_get_statistics and is filled in by that service.

Field Documentation

◆ delivered

size_t rtems_regulator_statistics::delivered

Number of successfully delivered buffers.

◆ obtained

size_t rtems_regulator_statistics::obtained

Number of successfully obtained buffers.

◆ period_statistics

rtems_rate_monotonic_period_statistics rtems_regulator_statistics::period_statistics

Rate Monotonic Period statistics for Delivery Thread

◆ released

size_t rtems_regulator_statistics::released

Number of successfully released buffers.


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