mpctool
|
#include <mpc_base.h>
Data Fields | |
real_t * | u_0 |
real_t * | gxoL |
real_t * | groL |
uint32_t * | j_in |
real_t * | HoL |
real_t * | GoL |
real_t * | u_lb |
real_t * | u_ub |
real_t * | nu |
uint32_t | HOR |
uint32_t | STATES |
uint32_t | INPUTS |
uint32_t | HOR_INPUTS |
uint32_t | HOR_STATES |
Variables used by the fast gradient method.
uint32_t HOR |
MPC prediction horizon.
uint32_t HOR_INPUTS |
Horizon times number of inputs.
uint32_t HOR_STATES |
Horizon times number of states.
uint32_t INPUTS |
Number of system inputs.
uint32_t* j_in |
Maximun number of internal loop (FGM) iterations .
uint32_t STATES |
Number of system states.