hpp-corbaserver 6.0.0
Corba server for Humanoid Path Planner applications
Loading...
Searching...
No Matches
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//
23namespace hpp {
24
25namespace constraints_impl {
26template <typename _Base, typename _Storage>
28public hpp::corbaServer::ServantBase<hpp::constraints::DifferentiableFunction, _Storage>, public virtual _Base
29{
30public:
31 typedef hpp::constraints::DifferentiableFunction HppBase;
32
34
35public:
36 // standard constructor
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
73namespace hpp {
74namespace corbaServer {
75template<> struct hpp_traits<hpp::constraints::DifferentiableFunction>{ typedef hpp::constraints::DifferentiableFunction Base; };
76} // namespace corbaServer
77} // namespace corbaServer
78
79
80//
81// Class implementing IDL interface hpp::constraints_idl::Implicit
82//
83namespace hpp {
84
85namespace constraints_impl {
86template <typename _Base, typename _Storage>
88public hpp::corbaServer::ServantBase<hpp::constraints::Implicit, _Storage>, public virtual _Base
89{
90public:
91 typedef hpp::constraints::Implicit HppBase;
92
94
95public:
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
102 hpp::constraints_idl::DifferentiableFunction_ptr function ();
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
127namespace hpp {
128namespace corbaServer {
129template<> struct hpp_traits<hpp::constraints::Implicit>{ typedef hpp::constraints::Implicit Base; };
130} // namespace corbaServer
131} // namespace corbaServer
132
133//
134// Class implementing IDL interface hpp::constraints_idl::LockedJoint
135//
136namespace hpp {
137
138namespace constraints_impl {
139template <typename _Base, typename _Storage>
141{
142public:
144
146
147public:
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
164namespace hpp {
165namespace corbaServer {
166template<> struct hpp_traits<hpp::constraints::LockedJoint>{ typedef hpp::constraints::Implicit Base; };
167} // namespace corbaServer
168} // namespace corbaServer
169
170//
171// Class implementing IDL interface hpp::constraints_idl::ConfigurationConstraint
172//
173namespace hpp {
174
175namespace constraints_impl {
176template <typename _Base, typename _Storage>
178{
179public:
181
183
184public:
185 // standard constructor
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
207namespace hpp {
208namespace corbaServer {
209template<> struct hpp_traits<hpp::constraints::ConfigurationConstraint>{ typedef hpp::constraints::DifferentiableFunction Base; };
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)
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
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
hpp::constraints_idl::DifferentiableFunction_ptr function()
Definition constraints.hh:177
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
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
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