hpp-corbaserver  6.0.0
Corba server for Humanoid Path Planner applications
constraints-fwd.hh
Go to the documentation of this file.
1 #ifndef hpp_constraints_idl__constraints_hpp__
2 #define hpp_constraints_idl__constraints_hpp__
3 
4 //
5 // Implemention of IDL interfaces in file /root/robotpkg/path/py-hpp-corbaserver/work/hpp-corbaserver-6.0.0/idl/hpp/constraints_idl/constraints.idl
6 //
7 
10 
11 #include <hpp/constraints/differentiable-function.hh>
12 #include <hpp/constraints/implicit.hh>
13 #include <hpp/constraints/locked-joint.hh>
14 #include <hpp/constraints/configuration-constraint.hh>
15 
16 
17 
18 
19 
20 //
21 // Class implementing IDL interface hpp::constraints_idl::DifferentiableFunction
22 //
23 namespace hpp {
24 
25 namespace constraints_impl {
26 template <typename _Base, typename _Storage>
28 public hpp::corbaServer::ServantBase<hpp::constraints::DifferentiableFunction, _Storage>, public virtual _Base
29 {
30 public:
32 
34 
35 public:
36  // standard constructor
37  DifferentiableFunctionServant(::hpp::corbaServer::Server* server, const _Storage& s);
39 
40  // methods corresponding to defined IDL attributes and operations
41 
42  hpp::floatSeq* value (const hpp::floatSeq& arg);
43 
44 
46 
47 
49 
50 
52 
53 
55 
56 
58 
59 
60  char* name ();
61 
62 
63  char* str ();
64 
65 
66 };
67 
69 } // namespace constraints_impl
70 
71 } // namespace hpp
72 
73 namespace hpp {
74 namespace corbaServer {
76 } // namespace corbaServer
77 } // namespace corbaServer
78 
79 
80 //
81 // Class implementing IDL interface hpp::constraints_idl::Implicit
82 //
83 namespace hpp {
84 
85 namespace constraints_impl {
86 template <typename _Base, typename _Storage>
88 public hpp::corbaServer::ServantBase<hpp::constraints::Implicit, _Storage>, public virtual _Base
89 {
90 public:
92 
94 
95 public:
96  // standard constructor
97  ImplicitServant(::hpp::corbaServer::Server* server, const _Storage& s);
98  virtual ~ImplicitServant();
99 
100  // methods corresponding to defined IDL attributes and operations
101 
103 
104 
106 
107 
109 
110 
112 
113 
115 
116 
117  void setComparisonType (const hpp::ComparisonTypes_t& compType);
118 
119 
120 };
121 
123 } // namespace constraints_impl
124 
125 } // namespace hpp
126 
127 namespace hpp {
128 namespace corbaServer {
130 } // namespace corbaServer
131 } // namespace corbaServer
132 
133 //
134 // Class implementing IDL interface hpp::constraints_idl::LockedJoint
135 //
136 namespace hpp {
137 
138 namespace constraints_impl {
139 template <typename _Base, typename _Storage>
141 {
142 public:
144 
146 
147 public:
148  // standard constructor
149  LockedJointServant(::hpp::corbaServer::Server* server, const _Storage& s);
150  virtual ~LockedJointServant();
151 
152  // methods corresponding to defined IDL attributes and operations
153 
154  char* jointName ();
155 
156 
157 };
158 
160 } // namespace constraints_impl
161 
162 } // namespace hpp
163 
164 namespace hpp {
165 namespace corbaServer {
167 } // namespace corbaServer
168 } // namespace corbaServer
169 
170 //
171 // Class implementing IDL interface hpp::constraints_idl::ConfigurationConstraint
172 //
173 namespace hpp {
174 
175 namespace constraints_impl {
176 template <typename _Base, typename _Storage>
178 {
179 public:
181 
183 
184 public:
185  // standard constructor
186  ConfigurationConstraintServant(::hpp::corbaServer::Server* server, const _Storage& s);
188 
189  // methods corresponding to defined IDL attributes and operations
190 
192 
193 
194  void setWeights (const hpp::floatSeq& weights);
195 
196 
198 
199 
200 };
201 
203 } // namespace constraints_impl
204 
205 } // namespace hpp
206 
207 namespace hpp {
208 namespace corbaServer {
210 } // namespace corbaServer
211 } // namespace corbaServer
212 
213 
214 
215 
216 
217 #endif // hpp_constraints_idl__constraints_hpp__
218 
hpp::floatSeq * getGoal()
Definition: constraints.hh:355
hpp::floatSeq * getWeights()
Definition: constraints.hh:327
virtual ~ConfigurationConstraintServant()
Definition: constraints.hh:319
void setWeights(const hpp::floatSeq &weights)
Definition: constraints.hh:341
hpp::constraints_impl::DifferentiableFunctionServant< _Base, _Storage >::HppBase HppBase
Definition: constraints-fwd.hh:180
SERVANT_BASE_TYPEDEFS(hpp::constraints_idl::ConfigurationConstraint, HppBase)
ConfigurationConstraintServant(::hpp::corbaServer::Server *server, const _Storage &s)
Definition: constraints.hh:312
SERVANT_BASE_TYPEDEFS(hpp::constraints_idl::DifferentiableFunction, HppBase)
hpp::floatSeqSeq * jacobian(const hpp::floatSeq &arg)
Definition: constraints.hh:54
char * str()
Definition: constraints.hh:138
hpp::size_type inputSize()
Definition: constraints.hh:68
DifferentiableFunctionServant(::hpp::corbaServer::Server *server, const _Storage &s)
Definition: constraints.hh:25
char * name()
Definition: constraints.hh:124
hpp::size_type outputDerivativeSize()
Definition: constraints.hh:110
hpp::floatSeq * value(const hpp::floatSeq &arg)
Definition: constraints.hh:40
hpp::size_type outputSize()
Definition: constraints.hh:96
hpp::size_type inputDerivativeSize()
Definition: constraints.hh:82
virtual ~DifferentiableFunctionServant()
Definition: constraints.hh:32
hpp::constraints::DifferentiableFunction HppBase
Definition: constraints-fwd.hh:31
Definition: constraints-fwd.hh:89
hpp::size_type parameterSize()
Definition: constraints.hh:205
hpp::constraints::Implicit HppBase
Definition: constraints-fwd.hh:91
hpp::ComparisonTypes_t * getComparisonType()
Definition: constraints.hh:233
virtual ~ImplicitServant()
Definition: constraints.hh:169
ImplicitServant(::hpp::corbaServer::Server *server, const _Storage &s)
Definition: constraints.hh:162
void setComparisonType(const hpp::ComparisonTypes_t &compType)
Definition: constraints.hh:247
hpp::size_type rightHandSideSize()
Definition: constraints.hh:191
SERVANT_BASE_TYPEDEFS(hpp::constraints_idl::Implicit, HppBase)
hpp::floatSeq * rightHandSideAt(hpp::value_type s)
Definition: constraints.hh:219
Definition: constraints-fwd.hh:141
char * jointName()
Definition: constraints.hh:287
LockedJointServant(::hpp::corbaServer::Server *server, const _Storage &s)
Definition: constraints.hh:272
SERVANT_BASE_TYPEDEFS(hpp::constraints_idl::LockedJoint, HppBase)
virtual ~LockedJointServant()
Definition: constraints.hh:279
hpp::constraints_impl::ImplicitServant< _Base, _Storage >::HppBase HppBase
Definition: constraints-fwd.hh:143
Definition: servant-base.hh:122
Implementation of Hpp module Corba server.
Definition: server.hh:78
_objref_DifferentiableFunction * DifferentiableFunction_ptr
Definition: constraints-idl.hh:71
Definition: constraints.idl:64
Definition: constraints.idl:20
Definition: constraints.idl:41
Definition: constraints.idl:59
LockedJointServant< POA_hpp::constraints_idl::LockedJoint, hpp::weak_ptr< hpp::constraints::LockedJoint > > LockedJoint
Definition: constraints-fwd.hh:159
DifferentiableFunctionServant< POA_hpp::constraints_idl::DifferentiableFunction, hpp::weak_ptr< hpp::constraints::DifferentiableFunction > > DifferentiableFunction
Definition: constraints-fwd.hh:68
ConfigurationConstraintServant< POA_hpp::constraints_idl::ConfigurationConstraint, hpp::weak_ptr< hpp::constraints::ConfigurationConstraint > > ConfigurationConstraint
Definition: constraints-fwd.hh:202
ImplicitServant< POA_hpp::constraints_idl::Implicit, hpp::weak_ptr< hpp::constraints::Implicit > > Implicit
Definition: constraints-fwd.hh:122
Implement CORBA interface `‘Obstacle’'.
Definition: client.hh:46
long long size_type
Definition: common.idl:19
sequence< double > floatSeq
Robot configuration is defined by a sequence of dof value.
Definition: common.idl:34
sequence< floatSeq > floatSeqSeq
Definition: common.idl:35
double value_type
Definition: common.idl:18
sequence< ComparisonType > ComparisonTypes_t
Definition: common.idl:50
hpp::constraints::DifferentiableFunction Base
Definition: constraints-fwd.hh:209
hpp::constraints::DifferentiableFunction Base
Definition: constraints-fwd.hh:75
hpp::constraints::Implicit Base
Definition: constraints-fwd.hh:129
hpp::constraints::Implicit Base
Definition: constraints-fwd.hh:166
Definition: servant-base.hh:89