11 #ifndef HPP_CORE_CONSTRAINTS_IDL 12 #define HPP_CORE_CONSTRAINTS_IDL 19 module constraints_idl {
30 string name () raises (
Error);
31 string str () raises (
Error);
37 void setRightHandSideFromConfig (in
floatSeq config) raises (
Error);
51 out
boolean constraintFound) raises (
Error);
64 void setLastIsOptional (in
boolean optional);
67 boolean getLastIsOptional ();
88 #endif // HPP_CORE_CONSTRAINTS_IDL sequence< Implicit > Implicits
Definition: _constraints.idl:20
Definition: _constraints.idl:71
Implement CORBA interface ``Obstacle''.
double value_type
Definition: common.idl:18
Definition: constraints.idl:40
Corba exception travelling through the Corba channel.
Definition: common.idl:24
Definition: _constraints.idl:35
Definition: _constraints.idl:26
sequence< double > floatSeq
Robot configuration is defined by a sequence of dof value.
Definition: common.idl:32