Go to the source code of this file.
Defines | |
#define | MDL_START |
#define | NCONTROLINPUTS 2 |
#define | NWSR 10 |
#define | S_FUNCTION_LEVEL 2 |
#define | S_FUNCTION_NAME qpOASES_QProblem |
#define | SAMPLINGTIME 0.1 |
Functions | |
static void | mdlInitializeSampleTimes (SimStruct *S) |
static void | mdlInitializeSizes (SimStruct *S) |
static void | mdlOutputs (SimStruct *S, int_T tid) |
static void | mdlStart (SimStruct *S) |
static void | mdlTerminate (SimStruct *S) |
Interface for Simulink(R) that enables to call qpOASES as a S function (variant for QPs with fixed matrices).
Definition in file qpOASES_QProblem.cpp.
#define MDL_START |
Activate call to mdlStart.
Definition at line 50 of file qpOASES_QProblem.cpp.
#define NCONTROLINPUTS 2 |
Number of control inputs.
Definition at line 57 of file qpOASES_QProblem.cpp.
#define NWSR 10 |
Maximum number of working set recalculations.
Definition at line 58 of file qpOASES_QProblem.cpp.
#define S_FUNCTION_LEVEL 2 |
S function level.
Definition at line 48 of file qpOASES_QProblem.cpp.
#define S_FUNCTION_NAME qpOASES_QProblem |
Name of the S function.
Definition at line 47 of file qpOASES_QProblem.cpp.
#define SAMPLINGTIME 0.1 |
Sampling time.
Definition at line 56 of file qpOASES_QProblem.cpp.
static void mdlInitializeSampleTimes | ( | SimStruct * | S | ) | [static] |
Definition at line 142 of file qpOASES_QProblem.cpp.
static void mdlInitializeSizes | ( | SimStruct * | S | ) | [static] |
Definition at line 61 of file qpOASES_QProblem.cpp.
static void mdlOutputs | ( | SimStruct * | S, |
int_T | tid | ||
) | [static] |
Definition at line 272 of file qpOASES_QProblem.cpp.
static void mdlStart | ( | SimStruct * | S | ) | [static] |
Definition at line 149 of file qpOASES_QProblem.cpp.
static void mdlTerminate | ( | SimStruct * | S | ) | [static] |
Definition at line 412 of file qpOASES_QProblem.cpp.