hpp-corbaserver  4.11.0
Corba server for Humanoid Path Planner applications
configuration_shooters-fwd.hh
Go to the documentation of this file.
1 #ifndef hpp_core_idl__configuration__shooters_hpp__
2 #define hpp_core_idl__configuration__shooters_hpp__
3 
4 //
5 // Implemention of IDL interfaces in file /local/robotpkg/var/tmp/robotpkg/path/py-hpp-corbaserver/work/hpp-corbaserver-4.11.0/idl/hpp/core_idl/configuration_shooters.idl
6 //
7 
10 
11 #include <hpp/core/configuration-shooter.hh>
12 #include <hpp/core/configuration-shooter/gaussian.hh>
13 
14 
15 
16 
17 
18 //
19 // Class implementing IDL interface hpp::core_idl::ConfigurationShooter
20 //
21 namespace hpp {
22 
23 namespace core_impl {
24 template <typename _Base, typename _Storage>
25 class ConfigurationShooterServant: public hpp::corbaServer::ServantBase<hpp::core::ConfigurationShooter, _Storage>, public virtual _Base
26 {
27 public:
29 
31 
32 public:
33  // standard constructor
34  ConfigurationShooterServant(::hpp::corbaServer::Server* server, const _Storage& s);
36 
37  // methods corresponding to defined IDL attributes and operations
38 
39  hpp::floatSeq* shoot ();
40 
41 
42 };
43 
45 } // namespace core_impl
46 
47 } // namespace hpp
48 
49 namespace hpp {
50 namespace corbaServer {
52 } // namespace corbaServer
53 } // namespace corbaServer
54 
55 //
56 // Class implementing IDL interface hpp::core_idl::configuration_shooter::Gaussian
57 //
58 namespace hpp {
59 
60 namespace core_impl {
61 
62 namespace configuration_shooter {
63 template <typename _Base, typename _Storage>
65 {
66 public:
68 
70 
71 public:
72  // standard constructor
73  GaussianServant(::hpp::corbaServer::Server* server, const _Storage& s);
74  virtual ~GaussianServant();
75 
76  // methods corresponding to defined IDL attributes and operations
77 
78  void setCenter (const hpp::floatSeq& c);
79 
80 
81  hpp::floatSeq* getCenter ();
82 
83 
84  hpp::floatSeq* getSigmas ();
85 
86 
87  void setSigmas (const hpp::floatSeq& s);
88 
89 
90 };
91 
93 } // namespace configuration_shooter
94 
95 } // namespace core_impl
96 
97 } // namespace hpp
98 
99 namespace hpp {
100 namespace corbaServer {
102 } // namespace corbaServer
103 } // namespace corbaServer
104 
105 
106 
107 
108 
109 #endif // hpp_core_idl__configuration__shooters_hpp__
110 
Definition: servant-base.hh:100
Definition: configuration_shooters.idl:20
hpp::floatSeq * shoot()
Definition: configuration_shooters.hh:39
Implement CORBA interface ``Obstacle&#39;&#39;.
Definition: basic-server.hh:27
SERVANT_BASE_TYPEDEFS(hpp::core_idl::ConfigurationShooter, HppBase)
ConfigurationShooterServant< POA_hpp::core_idl::ConfigurationShooter, hpp::weak_ptr< hpp::core::ConfigurationShooter > > ConfigurationShooter
Definition: configuration_shooters-fwd.hh:44
virtual ~ConfigurationShooterServant()
Definition: configuration_shooters.hh:31
Definition: configuration_shooters-fwd.hh:25
hpp::core::ConfigurationShooter Base
Definition: configuration_shooters-fwd.hh:51
Definition: configuration_shooters-fwd.hh:64
Implementation of Hpp module Corba server.
Definition: server.hh:54
hpp::core::ConfigurationShooter Base
Definition: configuration_shooters-fwd.hh:101
GaussianServant< POA_hpp::core_idl::configuration_shooter::Gaussian, hpp::weak_ptr< hpp::core::configurationShooter::Gaussian > > Gaussian
Definition: configuration_shooters-fwd.hh:92
Definition: configuration_shooters.idl:26
hpp::core::ConfigurationShooter HppBase
Definition: configuration_shooters-fwd.hh:28
Definition: servant-base.hh:66
ConfigurationShooterServant(::hpp::corbaServer::Server *server, const _Storage &s)
Definition: configuration_shooters.hh:25
sequence< double > floatSeq
Robot configuration is defined by a sequence of dof value.
Definition: common.idl:33
hpp::core_impl::ConfigurationShooterServant< _Base, _Storage >::HppBase HppBase
Definition: configuration_shooters-fwd.hh:67