hpp-corbaserver  4.9.0
Corba server for Humanoid Path Planner applications
paths-fwd.hh
Go to the documentation of this file.
1 #ifndef hpp_core_idl__paths_hpp__
2 #define hpp_core_idl__paths_hpp__
3 
4 //
5 // Implemention of IDL interfaces in file /local/robotpkg/var/tmp/robotpkg/path/py-hpp-corbaserver/work/hpp-corbaserver-4.9.0/idl/hpp/core_idl/paths.idl
6 //
7 
10 
11 #include <hpp/core/path.hh>
12 #include <hpp/core/path-vector.hh>
13 
14 
15 namespace hpp {
16 
17 namespace corbaServer {
18 
19 
20 //
21 // Class implementing IDL interface hpp::core_idl::Path
22 //
23 namespace core_impl {
24 template <typename _Base, typename _Storage>
25 class PathServant: public ServantBase<hpp::core::Path, _Storage>, public virtual _Base
26 {
27 public:
29 
31 
32 public:
33  // standard constructor
34  PathServant(Server* server, const _Storage& s);
35  virtual ~PathServant();
36 
37  // methods corresponding to defined IDL attributes and operations
38 
39  void deleteThis ();
40 
41 
43 
44 
46 
47 
49 
50 
52 
53 
54  hpp::floatSeq* end ();
55 
56 
57  char* str ();
58 
59 
60  hpp::floatSeq* call (hpp::value_type t, ::CORBA::Boolean& success);
61 
62 
63  hpp::floatSeq* at (hpp::value_type t, ::CORBA::Boolean& success);
64 
65 
66  hpp::floatSeq* derivative (hpp::value_type t, ::CORBA::Short order);
67 
68 
70 
71 
73 
74 
76 
77 
78 };
79 
81 } // namespace core_impl
82 
83 //
84 // Class implementing IDL interface hpp::core_idl::PathVector
85 //
86 namespace core_impl {
87 template <typename _Base, typename _Storage>
88 class PathVectorServant: public hpp::corbaServer::core_impl::PathServant<_Base, _Storage>, public virtual _Base
89 {
90 public:
92 
94 
95 public:
96  // standard constructor
97  PathVectorServant(Server* server, const _Storage& s);
98  virtual ~PathVectorServant();
99 
100  // methods corresponding to defined IDL attributes and operations
101 
103 
104 
106 
107 
109 
110 
112 
113 
114 };
115 
117 } // namespace core_impl
118 
119 
120 
121 } // namespace hpp
122 
123 } // namespace corbaServer
124 
125 #endif // hpp_core_idl__paths_hpp__
126 
hpp::floatSeq
sequence< double > floatSeq
Robot configuration is defined by a sequence of dof value.
Definition: common.idl:32
hpp::core_idl::PathVector
Definition: paths.idl:64
servant-base.hh
hpp::corbaServer::core_impl::PathVectorServant::SERVANT_BASE_TYPEDEFS
SERVANT_BASE_TYPEDEFS(hpp::core_idl::PathVector, HppBase)
hpp::core_idl::Path
Definition: paths.idl:21
hpp::corbaServer::core_impl::PathServant::initial
hpp::floatSeq * initial()
Definition: paths.hh:92
hpp::corbaServer::core_impl::PathServant::deleteThis
void deleteThis()
Definition: paths.hh:39
hpp::corbaServer::core_impl::PathServant::SERVANT_BASE_TYPEDEFS
SERVANT_BASE_TYPEDEFS(hpp::core_idl::Path, HppBase)
hpp::corbaServer::Server
Implementation of Hpp module Corba server.
Definition: server.hh:54
hpp::value_type
double value_type
Definition: common.idl:18
hpp::corbaServer::ServantBase< hpp::core::Path, _Storage >::s
Storage s
Definition: servant-base.hh:171
hpp::corbaServer::core_impl::PathServant::asVector
hpp::core_idl::PathVector_ptr asVector()
Definition: paths.hh:189
hpp::corbaServer::core_impl::PathServant::extract
hpp::core_idl::Path_ptr extract(hpp::value_type tmin, hpp::value_type tmax)
Definition: paths.hh:175
hpp::corbaServer::core_impl::PathServant::derivative
hpp::floatSeq * derivative(hpp::value_type t, ::CORBA::Short order)
Definition: paths.hh:161
hpp::corbaServer::core_impl::PathServant::~PathServant
virtual ~PathServant()
Definition: paths.hh:31
hpp::corbaServer::core_impl::PathServant::end
hpp::floatSeq * end()
Definition: paths.hh:106
hpp::corbaServer::core_impl::PathVectorServant::~PathVectorServant
virtual ~PathVectorServant()
Definition: paths.hh:234
paths-idl.hh
hpp::corbaServer::core_impl::Path
PathServant< POA_hpp::core_idl::Path, boost::weak_ptr< hpp::core::Path > > Path
Definition: paths-fwd.hh:80
hpp::corbaServer::core_impl::PathServant::outputSize
hpp::size_type outputSize()
Definition: paths.hh:50
hpp::corbaServer::core_impl::PathVectorServant::concatenate
void concatenate(hpp::core_idl::PathVector_ptr p)
Definition: paths.hh:284
hpp::corbaServer::core_impl::PathServant::at
hpp::floatSeq * at(hpp::value_type t, ::CORBA::Boolean &success)
Definition: paths.hh:147
hpp::corbaServer::core_impl::PathServant::outputDerivativeSize
hpp::size_type outputDerivativeSize()
Definition: paths.hh:64
hpp::corbaServer::core_impl::PathServant::HppBase
hpp::core::Path HppBase
Definition: paths-fwd.hh:28
hpp
Implement CORBA interface `‘Obstacle’'.
Definition: basic-server.hh:27
hpp::corbaServer::core_impl::PathServant::call
hpp::floatSeq * call(hpp::value_type t, ::CORBA::Boolean &success)
Definition: paths.hh:133
hpp::size_type
long long size_type
Definition: common.idl:19
hpp::corbaServer::core_impl::PathVectorServant::HppBase
hpp::corbaServer::core_impl::PathServant< _Base, _Storage >::HppBase HppBase
Definition: paths-fwd.hh:91
hpp::corbaServer::core_impl::PathServant::str
char * str()
Definition: paths.hh:120
hpp::corbaServer::core_impl::PathVectorServant
Definition: paths-fwd.hh:88
hpp::corbaServer::core_impl::PathServant::reverse
hpp::core_idl::Path_ptr reverse()
Definition: paths.hh:207
hpp::corbaServer::core_impl::PathServant::PathServant
PathServant(Server *server, const _Storage &s)
Definition: paths.hh:25
hpp::corbaServer::core_impl::PathVectorServant::PathVectorServant
PathVectorServant(Server *server, const _Storage &s)
Definition: paths.hh:228
hpp::corbaServer::core_impl::PathVectorServant::pathAtRank
hpp::core_idl::Path_ptr pathAtRank(hpp::core_idl::size_t rank)
Definition: paths.hh:256
hpp::corbaServer::core_impl::PathServant
Definition: paths-fwd.hh:25
PathVector_ptr
_objref_PathVector * PathVector_ptr
Definition: paths-idl.hh:74
hpp::corbaServer::core_impl::PathVectorServant::appendPath
void appendPath(hpp::core_idl::Path_ptr p)
Definition: paths.hh:270
hpp::corbaServer::core_impl::PathVector
PathVectorServant< POA_hpp::core_idl::PathVector, boost::weak_ptr< hpp::core::PathVector > > PathVector
Definition: paths-fwd.hh:116
Path_ptr
_objref_Path * Path_ptr
Definition: paths-idl.hh:100
hpp::corbaServer::core_impl::PathVectorServant::numberPaths
hpp::core_idl::size_t numberPaths()
Definition: paths.hh:242
hpp::core_idl::size_t
unsigned long long size_t
Definition: paths.idl:18
hpp::corbaServer::ServantBase
Definition: servant-base.hh:100
hpp::corbaServer::core_impl::PathServant::length
hpp::value_type length()
Definition: paths.hh:78