Private Interface for the Invariant Based (IB) Controller. More...
#include "qmgr_base.h"
Go to the source code of this file.
Data Structures | |
struct | invariant_params_struct |
IB controller parameters specification. More... | |
struct | invariant_struct |
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. |
Private Interface for the Invariant Based (IB) Controller.
Definition in file invariant.h.