mpctool

include/mpc.h

Go to the documentation of this file.
00001 #ifndef MPC_H
00002 #define MPC_H
00003 #include "mpc_base.h"
00004 #include "mpc_inc.h"
00005 #include "mpc_stc.h"
00006 #include "mpc_ref.h"
00007 
00008 
00038 extern void mpc_ctl_solve_problem(
00039         struct mpc_ctl *ctl,  
00040         const real_t x[]  
00041         );
00042 
00055 extern void mpc_predict_next_state(
00056         struct mpc_ctl *ctl,  
00057         real_t x[]  
00058         );
00059 
00072 extern void mpc_ctl_form_qp(
00073                 struct mpc_ctl *ctl, 
00074                 const real_t x[] 
00075                 );
00076 
00077 #endif /* MPC_H */
 All Data Structures Files Functions Variables Typedefs