File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ namespace dynamicgraph {
189189 virtual std::ostream & writeGraph (std::ostream & os) const ;
190190
191191 // / Return true for children that provide the errordot output signal
192- virtual bool withErrorDot ( void ) const SOT_CORE_DEPRECATED
192+ SOT_CORE_DEPRECATED virtual bool withErrorDot ( void ) const
193193 {
194194 return true ;
195195 }
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ namespace ml= maal::boost;
3737// API
3838
3939#if defined (WIN32)
40- # if defined (sot_joint_trajectory_entity_EXPORTS )
40+ # if defined (joint_trajectory_entity_EXPORTS )
4141# define SOTJOINT_TRAJECTORY_ENTITY_EXPORT __declspec (dllexport)
4242# else
4343# define SOTJOINT_TRAJECTORY_ENTITY_EXPORT __declspec (dllimport)
Original file line number Diff line number Diff line change 3333#include < dynamic-graph/linear-algebra.h>
3434#include < sot/core/constraint.hh>
3535
36+ /* -------------------------------------------------------------------------- */
37+ /* --- API ------------------------------------------------------------------ */
38+ /* -------------------------------------------------------------------------- */
39+
40+ #if defined (WIN32)
41+ # if defined (kalman_EXPORTS)
42+ # define SOT_KALMAN_EXPORT __declspec (dllexport)
43+ # else
44+ # define SOT_KALMAN_EXPORT __declspec (dllimport)
45+ # endif
46+ #else
47+ # define SOT_KALMAN_EXPORT
48+ #endif
49+
3650/* -------------------------------------------------------------------------- */
3751/* --- CLASSE --------------------------------------------------------------- */
3852/* -------------------------------------------------------------------------- */
3953
4054namespace dynamicgraph {
4155 namespace sot {
4256
43- class SOT_CORE_EXPORT Kalman
57+ class SOT_KALMAN_EXPORT Kalman
4458:public Entity
4559{
4660 public:
You can’t perform that action at this time.
0 commit comments