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
osimMocoCustomOutputGoalDLL.h
Go to the documentation of this file.
1#ifndef OPENSIM_OSIMMOCOCUSTOMOUTPUTGOALDLL_H
2#define OPENSIM_OSIMMOCOCUSTOMOUTPUTGOALDLL_H
3/* -------------------------------------------------------------------------- *
4 * OpenSim: osimMocoCustomOutputGoalDLL.h *
5 * -------------------------------------------------------------------------- *
6 * *
7 * Author(s): Aravind Sundararajan, Varun Joshi *
8 * *
9 * -------------------------------------------------------------------------- */
10
11#ifndef _WIN32
12 #define OSIMMOCOCUSTOMOUTPUTGOAL_API
13#else
14 #ifdef OSIMMOCOCUSTOMOUTPUTGOAL_EXPORTS
15 #define OSIMMOCOCUSTOMOUTPUTGOAL_API __declspec(dllexport)
16 #else
17 #define OSIMMOCOCUSTOMOUTPUTGOAL_API __declspec(dllimport)
18 #endif
19#endif
20
21#endif // OPENSIM_OSIMMOCOCUSTOMOUTPUTGOALDLL_H