RTEMS 6.1-rc1
|
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 |
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.
size_t rtems_regulator_statistics::delivered |
Number of successfully delivered buffers.
size_t rtems_regulator_statistics::obtained |
Number of successfully obtained buffers.
rtems_rate_monotonic_period_statistics rtems_regulator_statistics::period_statistics |
Rate Monotonic Period statistics for Delivery Thread
size_t rtems_regulator_statistics::released |
Number of successfully released buffers.