Data Structures | |
| struct | invariant_params_struct |
| IB controller parameters specification. More... | |
| struct | invariant_struct |
Files | |
| file | invariant.h |
Private Interface for the Invariant Based (IB) Controller. | |
| file | invariant_lib.h |
Public Interface for the Invariant based controller. | |
Typedefs | |
|
typedef struct invariant_params_struct | invariant_params_t |
| IB controller parameters specification. | |
| typedef struct invariant_struct | invariant_t |
Functions | |
| qos_rv | invariant_register (void) |
| Register the SDB class with the framework. | |
| qos_rv | invariant_init (void *self, void *self_params) |
| Initialize an IB controller. | |
| qos_rv | invariant_final (qmgr_ctrl_t *ctrl) |
| Virtual destructor. | |
| qos_bw_t | invariant_fb_func (qmgr_ctrl_t *ctrl, qres_time_t sched_err) |
| The Invariant feedback-based control function. | |
| qos_rv | invariant_set_defaults () |
| Configures an IB controller with default parameters. | |
| qos_rv invariant_init | ( | void * | self, | |
| void * | self_params | |||
| ) |
Initialize an IB controller.
| qos_rv invariant_set_defaults | ( | ) |
Configures an IB controller with default parameters.
Tells to the QoS library to use an IB controller with a default set of parameters.
1.6.3