File tree 3 files changed +17
-3
lines changed
3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ namespace dynamicgraph {
189
189
virtual std::ostream & writeGraph (std::ostream & os) const ;
190
190
191
191
// / 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
193
193
{
194
194
return true ;
195
195
}
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ namespace ml= maal::boost;
37
37
// API
38
38
39
39
#if defined (WIN32)
40
- # if defined (sot_joint_trajectory_entity_EXPORTS )
40
+ # if defined (joint_trajectory_entity_EXPORTS )
41
41
# define SOTJOINT_TRAJECTORY_ENTITY_EXPORT __declspec (dllexport)
42
42
# else
43
43
# define SOTJOINT_TRAJECTORY_ENTITY_EXPORT __declspec (dllimport)
Original file line number Diff line number Diff line change 33
33
#include < dynamic-graph/linear-algebra.h>
34
34
#include < sot/core/constraint.hh>
35
35
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
+
36
50
/* -------------------------------------------------------------------------- */
37
51
/* --- CLASSE --------------------------------------------------------------- */
38
52
/* -------------------------------------------------------------------------- */
39
53
40
54
namespace dynamicgraph {
41
55
namespace sot {
42
56
43
- class SOT_CORE_EXPORT Kalman
57
+ class SOT_KALMAN_EXPORT Kalman
44
58
:public Entity
45
59
{
46
60
public:
You can’t perform that action at this time.
0 commit comments