sot-core
4.11.8
Hierarchical task solver plug-in for dynamic-graph.
|
Go to the documentation of this file.
10 #ifndef __SOT_MultiBound_H__
11 #define __SOT_MultiBound_H__
22 #include <dynamic-graph/signal-caster.h>
54 double getSingleBound(
void)
const;
55 double getDoubleBound(
const SupInfType bound)
const;
56 bool getDoubleBoundSetup(
const SupInfType bound)
const;
59 void setDoubleBound(
SupInfType boundType,
double boundValue);
61 void setSingleBound(
double boundValue);
79 struct signal_io<sot::MultiBound> : signal_io_unimplemented<sot::MultiBound> {};
82 #endif // #ifndef __SOT_MultiBound_H__
SOT_CORE_EXPORT std::ostream & operator<<(std::ostream &os, const VectorMultiBound &v)
#define SOT_CORE_EXPORT
Definition: api.hh:20
double boundSup
Definition: multi-bound.hh:43
Definition: abstract-sot-external-interface.hh:17
std::vector< MultiBound > VectorMultiBound
Definition: multi-bound.hh:71
double boundSingle
Definition: multi-bound.hh:42
SOT_CORE_EXPORT std::istream & operator>>(std::istream &os, VectorMultiBound &v)
SupInfType
Definition: multi-bound.hh:38
MultiBoundModeType
Definition: multi-bound.hh:37
Definition: multi-bound.hh:35
MultiBoundModeType mode
Definition: multi-bound.hh:41
bool boundSupSetup
Definition: multi-bound.hh:44