MocoExtendProblem: Interface Between OpenSim and MATLAB for Rapidly Developing Direct Collocation Goals in Moco 1.1.0
add custom Moco goals to existing matlab scripts
osimMocoMuscleStrainGoalDLL.h
Go to the documentation of this file.
1#ifndef OPENSIM_OSIMMOCOMUSCLESTRAINGOALDLL_H
2#define OPENSIM_OSIMMOCOMUSCLESTRAINGOALDLL_H
3/* -------------------------------------------------------------------------- *
4 * OpenSim: osimMocoMuscleStrainGoalDLL.h *
5 * -------------------------------------------------------------------------- *
6 * *
7 * Author(s): Aravind Sundararajan, Varun Joshi *
8 * *
9 * -------------------------------------------------------------------------- */
10
11#ifndef _WIN32
12#define OSIMMOCOMUSCLESTRAINGOAL_API
13#else
14#ifdef OSIMMOCOMUSCLESTRAINGOAL_EXPORTS
15#define OSIMMOCOMUSCLESTRAINGOAL_API __declspec(dllexport)
16#else
17#define OSIMMOCOMUSCLESTRAINGOAL_API __declspec(dllimport)
18#endif
19#endif
20
21#endif // OPENSIM_OSIMMOCOMUSCLESTRAINGOALDLL_H