hpp-corbaserver 6.1.0
Corba server for Humanoid Path Planner applications
steering_methods-fwd.hh
Go to the documentation of this file.
1#ifndef hpp_core_idl__steering__methods_hpp__
2#define hpp_core_idl__steering__methods_hpp__
3
4//
5// Implemention of IDL interfaces in file /local/robotpkg/var/tmp/robotpkg/path/py-hpp-corbaserver/work/hpp-corbaserver-6.1.0/idl/hpp/core_idl/steering_methods.idl
6//
7
10
13#include <hpp/core_idl/paths.hh>
15
16
17
18
19
20//
21// Class implementing IDL interface hpp::core_idl::SteeringMethod
22//
23namespace hpp {
24
25namespace core_impl {
26template <typename _Base, typename _Storage>
28public hpp::corbaServer::ServantBase<hpp::core::SteeringMethod, _Storage>, public virtual _Base
29{
30public:
32
34
35public:
36 // standard constructor
37 SteeringMethodServant(::hpp::corbaServer::Server* server, const _Storage& s);
38 virtual ~SteeringMethodServant();
39
40 // methods corresponding to defined IDL attributes and operations
41
42 void deleteThis ();
43
44
45 ::CORBA::Boolean deleteIfExpired ();
46
47
48 void persistantStorage (::CORBA::Boolean persistant);
49
50
52
53
55
56
58
59
60};
61
63} // namespace core_impl
64
65} // namespace hpp
66
67namespace hpp {
68namespace corbaServer {
70} // namespace corbaServer
71} // namespace corbaServer
72
73//
74// Class implementing IDL interface hpp::core_idl::steeringMethod_idl::SplineBernstein3
75//
76namespace hpp {
77
78namespace core_impl {
79
80namespace steeringMethod_impl {
81template <typename _Base, typename _Storage>
83{
84public:
86
88
89public:
90 // standard constructor
91 SplineBernstein3Servant(::hpp::corbaServer::Server* server, const _Storage& s);
93
94 // methods corresponding to defined IDL attributes and operations
95
96 hpp::core_idl::Path_ptr steer (const hpp::floatSeq& q1, const hpp::intSeq& order1, const hpp::floatSeqSeq& derivatives1, const hpp::floatSeq& q2, const hpp::intSeq& order2, const hpp::floatSeqSeq& derivatives2, ::CORBA::Float length);
97
98
99 hpp::core_idl::Path_ptr steerSE3 (const hpp::floatSeq& q1, const hpp::intSeq& order1, const hpp::floatSeqSeq& derivatives1, const hpp::floatSeq& q2, const hpp::intSeq& order2, const hpp::floatSeqSeq& derivatives2, ::CORBA::Float length);
100
101
102};
103
105} // namespace steeringMethod_impl
106
107} // namespace core_impl
108
109} // namespace hpp
110
111namespace hpp {
112namespace corbaServer {
114} // namespace corbaServer
115} // namespace corbaServer
116
117//
118// Class implementing IDL interface hpp::core_idl::steeringMethod_idl::SplineBernstein5
119//
120namespace hpp {
121
122namespace core_impl {
123
124namespace steeringMethod_impl {
125template <typename _Base, typename _Storage>
127{
128public:
130
132
133public:
134 // standard constructor
135 SplineBernstein5Servant(::hpp::corbaServer::Server* server, const _Storage& s);
136 virtual ~SplineBernstein5Servant();
137
138 // methods corresponding to defined IDL attributes and operations
139
140 hpp::core_idl::Path_ptr steer (const hpp::floatSeq& q1, const hpp::intSeq& order1, const hpp::floatSeqSeq& derivatives1, const hpp::floatSeq& q2, const hpp::intSeq& order2, const hpp::floatSeqSeq& derivatives2, ::CORBA::Float length);
141
142
143 hpp::core_idl::Path_ptr steerSE3 (const hpp::floatSeq& q1, const hpp::intSeq& order1, const hpp::floatSeqSeq& derivatives1, const hpp::floatSeq& q2, const hpp::intSeq& order2, const hpp::floatSeqSeq& derivatives2, ::CORBA::Float length);
144
145
146};
147
149} // namespace steeringMethod_impl
150
151} // namespace core_impl
152
153} // namespace hpp
154
155namespace hpp {
156namespace corbaServer {
158} // namespace corbaServer
159} // namespace corbaServer
160
161
162
163
164
165#endif // hpp_core_idl__steering__methods_hpp__
166
_objref_ConstraintSet * ConstraintSet_ptr
Definition: _constraints-idl.hh:488
_objref_Constraint * Constraint_ptr
Definition: _constraints-idl.hh:221
Definition: servant-base.hh:122
bool persistantStorage() const
See persistantStorage(bool)
Definition: servant-base.hh:166
Implementation of Hpp module Corba server.
Definition: server.hh:78
Definition: steering_methods-fwd.hh:29
hpp::core_idl::Path_ptr call(const hpp::floatSeq &q1, const hpp::floatSeq &q2)
Definition: steering_methods.hh:73
void setConstraints(hpp::core_idl::ConstraintSet_ptr constraints)
Definition: steering_methods.hh:88
hpp::core::SteeringMethod HppBase
Definition: steering_methods-fwd.hh:31
SERVANT_BASE_TYPEDEFS(hpp::core_idl::SteeringMethod, HppBase)
virtual ~SteeringMethodServant()
Definition: steering_methods.hh:32
SteeringMethodServant(::hpp::corbaServer::Server *server, const _Storage &s)
Definition: steering_methods.hh:25
::CORBA::Boolean deleteIfExpired()
Definition: steering_methods.hh:51
void deleteThis()
Definition: steering_methods.hh:40
hpp::core_idl::Constraint_ptr getConstraints()
Definition: steering_methods.hh:102
hpp::core_impl::SteeringMethodServant< _Base, _Storage >::HppBase HppBase
Definition: steering_methods-fwd.hh:85
SERVANT_BASE_TYPEDEFS(hpp::core_idl::steeringMethod_idl::SplineBernstein3, HppBase)
SplineBernstein3Servant(::hpp::corbaServer::Server *server, const _Storage &s)
Definition: steering_methods.hh:129
hpp::core_idl::Path_ptr steerSE3(const hpp::floatSeq &q1, const hpp::intSeq &order1, const hpp::floatSeqSeq &derivatives1, const hpp::floatSeq &q2, const hpp::intSeq &order2, const hpp::floatSeqSeq &derivatives2, ::CORBA::Float length)
Definition: steering_methods.hh:163
hpp::core_idl::Path_ptr steer(const hpp::floatSeq &q1, const hpp::intSeq &order1, const hpp::floatSeqSeq &derivatives1, const hpp::floatSeq &q2, const hpp::intSeq &order2, const hpp::floatSeqSeq &derivatives2, ::CORBA::Float length)
Definition: steering_methods.hh:144
virtual ~SplineBernstein3Servant()
Definition: steering_methods.hh:136
virtual ~SplineBernstein5Servant()
Definition: steering_methods.hh:205
SERVANT_BASE_TYPEDEFS(hpp::core_idl::steeringMethod_idl::SplineBernstein5, HppBase)
SplineBernstein5Servant(::hpp::corbaServer::Server *server, const _Storage &s)
Definition: steering_methods.hh:198
hpp::core_impl::SteeringMethodServant< _Base, _Storage >::HppBase HppBase
Definition: steering_methods-fwd.hh:129
hpp::core_idl::Path_ptr steerSE3(const hpp::floatSeq &q1, const hpp::intSeq &order1, const hpp::floatSeqSeq &derivatives1, const hpp::floatSeq &q2, const hpp::intSeq &order2, const hpp::floatSeqSeq &derivatives2, ::CORBA::Float length)
Definition: steering_methods.hh:232
hpp::core_idl::Path_ptr steer(const hpp::floatSeq &q1, const hpp::intSeq &order1, const hpp::floatSeqSeq &derivatives1, const hpp::floatSeq &q2, const hpp::intSeq &order2, const hpp::floatSeqSeq &derivatives2, ::CORBA::Float length)
Definition: steering_methods.hh:213
Definition: steering_methods.idl:23
Definition: steering_methods.idl:40
Definition: steering_methods.idl:62
SplineBernstein5Servant< POA_hpp::core_idl::steeringMethod_idl::SplineBernstein5, hpp::weak_ptr< hpp::core::steeringMethod::SplineBernstein5 > > SplineBernstein5
Definition: steering_methods-fwd.hh:148
SplineBernstein3Servant< POA_hpp::core_idl::steeringMethod_idl::SplineBernstein3, hpp::weak_ptr< hpp::core::steeringMethod::SplineBernstein3 > > SplineBernstein3
Definition: steering_methods-fwd.hh:104
SteeringMethodServant< POA_hpp::core_idl::SteeringMethod, hpp::weak_ptr< hpp::core::SteeringMethod > > SteeringMethod
Definition: steering_methods-fwd.hh:62
Implement CORBA interface `‘Obstacle’'.
sequence< double > floatSeq
Robot configuration is defined by a sequence of dof value.
Definition: common.idl:34
sequence< floatSeq > floatSeqSeq
Definition: common.idl:35
sequence< long > intSeq
Definition: common.idl:31
_objref_Path * Path_ptr
Definition: path_planners-idl.hh:85
hpp::core::SteeringMethod Base
Definition: steering_methods-fwd.hh:69
hpp::core::SteeringMethod Base
Definition: steering_methods-fwd.hh:113
hpp::core::SteeringMethod Base
Definition: steering_methods-fwd.hh:157
Definition: servant-base.hh:89