17 #ifndef __sot_talos_balance_round_double_to_int_H__
18 #define __sot_talos_balance_round_double_to_int_H__
25 #if defined(position_controller_EXPORTS)
26 #define ROUND_DOUBLE_TO_INT_EXPORT __declspec(dllexport)
28 #define ROUND_DOUBLE_TO_INT_EXPORT __declspec(dllimport)
31 #define ROUND_DOUBLE_TO_INT_EXPORT
38 #include <dynamic-graph/signal-helper.h>
42 #include "boost/assign.hpp"
46 namespace talos_balance {
53 :
public ::dynamicgraph::Entity {
54 DYNAMIC_GRAPH_ENTITY_DECL();
57 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
65 DECLARE_SIGNAL_IN(sin,
double);
67 DECLARE_SIGNAL_OUT(sout,
int);
71 virtual void display(std::ostream& os)
const;
79 #endif // #ifndef __sot_talos_balance_round_double_to_int_H__