Function prototypes for the trajectory routines.
More...
Go to the source code of this file.
|
double | Function_Link_Error (double *Opt_Parameter, void **Parameter) |
|
double | Function_Int_Link_Error (double *Opt_Parameter, void **Parameter) |
|
double | Function_Torque_Diff (double *Opt_Parameter, void **Parameter) |
|
double | Function_Int_Torque (double *Opt_Parameter, void **Parameter) |
|
double | Function_Link_Error_Control (double *Opt_Parameter, void **Parameter) |
|
double | Function_Int_Link_Error_Control (double *Opt_Parameter, void **Parameter) |
|
double | Function_Torque_Diff_Control (double *Opt_Parameter, void **Parameter) |
|
double | Function_Int_Torque_Control (double *Opt_Parameter, void **Parameter) |
|
double | Function_Simultaneous (double *Opt_Parameter, void **Parameter) |
|
double | Function_Simultaneous_Control (double *Opt_Parameter, void **Parameter) |
|
double | Function_Concurrent_Dynamic (double *Opt_Parameter, void **Parameter) |
|
|
double(* | Fitness_Function )(double *Opt_Parameter, void **Parameter) |
|
Function prototypes for the trajectory routines.
This contains the prototypes for the trajectory routine and eventually any macros,constants, or global variables needed.
- Author
- Salvador Botello-Aceves
- Bug:
- No known bugs.