hpp-corbaserver 6.0.0
Corba server for Humanoid Path Planner applications
Loading...
Searching...
No Matches
path_projectors-fwd.hh
Go to the documentation of this file.
1#ifndef hpp_core_idl__path__projectors_hpp__
2#define hpp_core_idl__path__projectors_hpp__
3
4//
5// Implemention of IDL interfaces in file /root/robotpkg/path/py-hpp-corbaserver/work/hpp-corbaserver-6.0.0/idl/hpp/core_idl/path_projectors.idl
6//
7
10
11#include <hpp/core/path-projector.hh>
12#include <hpp/core_idl/paths.hh>
14
15
16
17
18
19//
20// Class implementing IDL interface hpp::core_idl::PathProjector
21//
22namespace hpp {
23
24namespace core_impl {
25template <typename _Base, typename _Storage>
27public hpp::corbaServer::ServantBase<hpp::core::PathProjector, _Storage>, public virtual _Base
28{
29public:
30 typedef hpp::core::PathProjector HppBase;
31
33
34public:
35 // standard constructor
36 PathProjectorServant(::hpp::corbaServer::Server* server, const _Storage& s);
37 virtual ~PathProjectorServant();
38
39 // methods corresponding to defined IDL attributes and operations
40
41 void deleteThis ();
42
43
44 ::CORBA::Boolean deleteIfExpired ();
45
46
47 void persistantStorage (::CORBA::Boolean persistant);
48
49
50 hpp::core_idl::Path_ptr apply (hpp::core_idl::Path_ptr input, ::CORBA::Boolean& success);
51
52
53};
54
56} // namespace core_impl
57
58} // namespace hpp
59
60namespace hpp {
61namespace corbaServer {
62template<> struct hpp_traits<hpp::core::PathProjector>{ typedef hpp::core::PathProjector Base; };
63} // namespace corbaServer
64} // namespace corbaServer
65
66
67
68
69
70#endif // hpp_core_idl__path__projectors_hpp__
71
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 path_projectors-fwd.hh:28
::CORBA::Boolean deleteIfExpired()
Definition path_projectors.hh:51
hpp::core::PathProjector HppBase
Definition path_projectors-fwd.hh:30
hpp::core_idl::Path_ptr apply(hpp::core_idl::Path_ptr input, ::CORBA::Boolean &success)
Definition path_projectors.hh:73
virtual ~PathProjectorServant()
Definition path_projectors.hh:32
SERVANT_BASE_TYPEDEFS(hpp::core_idl::PathProjector, HppBase)
void deleteThis()
Definition path_projectors.hh:40
Definition path_projectors.idl:21
PathProjectorServant< POA_hpp::core_idl::PathProjector, hpp::weak_ptr< hpp::core::PathProjector > > PathProjector
Definition path_projectors-fwd.hh:55
Implement CORBA interface `‘Obstacle’'.
Definition client.hh:46
hpp::core::PathProjector Base
Definition path_projectors-fwd.hh:62
Definition servant-base.hh:89