17 #ifndef __sot_talos_balance_saturation_H__
18 #define __sot_talos_balance_saturation_H__
25 #if defined(saturation_EXPORTS)
26 #define SATURATION_EXPORT __declspec(dllexport)
28 #define SATURATION_EXPORT __declspec(dllimport)
31 #define SATURATION_EXPORT
38 #include <dynamic-graph/signal-helper.h>
42 #include "boost/assign.hpp"
46 namespace talos_balance {
53 DYNAMIC_GRAPH_ENTITY_DECL();
56 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
73 virtual void display(std::ostream &os)
const;
DECLARE_SIGNAL_OUT(yOut, dynamicgraph::Vector)
DECLARE_SIGNAL_IN(yLim, dynamicgraph::Vector)
DECLARE_SIGNAL_IN(xLim, dynamicgraph::Vector)
DECLARE_SIGNAL_IN(x, dynamicgraph::Vector)
DECLARE_SIGNAL_IN(y, dynamicgraph::Vector)
DECLARE_SIGNAL_IN(k, double)
Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > Vector
#define SATURATION_EXPORT