hpp-corbaserver  4.11.0
Corba server for Humanoid Path Planner applications
_problem-idl.hh
Go to the documentation of this file.
1 // This file is generated by omniidl (C++ backend)- omniORB_4_2. Do not edit.
2 #ifndef pp_core_idl____problem_hh__
3 #define pp_core_idl____problem_hh__
4 
5 #ifndef __CORBA_H_EXTERNAL_GUARD__
6 #include <omniORB4/CORBA.h>
7 #endif
8 
9 #ifndef USE_stub_in_nt_dll
10 # define USE_stub_in_nt_dll_NOT_DEFINED___problem
11 #endif
12 #ifndef USE_core_stub_in_nt_dll
13 # define USE_core_stub_in_nt_dll_NOT_DEFINED___problem
14 #endif
15 #ifndef USE_dyn_stub_in_nt_dll
16 # define USE_dyn_stub_in_nt_dll_NOT_DEFINED___problem
17 #endif
18 
19 
20 
21 #ifndef pp_core_idl__common_hh_EXTERNAL_GUARD__
22 #define pp_core_idl__common_hh_EXTERNAL_GUARD__
23 #include <hpp/common-idl.hh>
24 #endif
25 #ifndef pp_core_idl__robots_hh_EXTERNAL_GUARD__
26 #define pp_core_idl__robots_hh_EXTERNAL_GUARD__
28 #endif
29 #ifndef pp_core_idl__distances_hh_EXTERNAL_GUARD__
30 #define pp_core_idl__distances_hh_EXTERNAL_GUARD__
32 #endif
33 #ifndef pp_core_idl__paths_hh_EXTERNAL_GUARD__
34 #define pp_core_idl__paths_hh_EXTERNAL_GUARD__
36 #endif
37 #ifndef pp_core_idl__constraints_hh_EXTERNAL_GUARD__
38 #define pp_core_idl__constraints_hh_EXTERNAL_GUARD__
40 #endif
41 #ifndef pp_core_idl____constraints_hh_EXTERNAL_GUARD__
42 #define pp_core_idl____constraints_hh_EXTERNAL_GUARD__
44 #endif
45 #ifndef pp_core_idl__steering__methods_hh_EXTERNAL_GUARD__
46 #define pp_core_idl__steering__methods_hh_EXTERNAL_GUARD__
48 #endif
49 #ifndef pp_core_idl__path__validations_hh_EXTERNAL_GUARD__
50 #define pp_core_idl__path__validations_hh_EXTERNAL_GUARD__
52 #endif
53 #ifndef pp_core_idl__configuration__shooters_hh_EXTERNAL_GUARD__
54 #define pp_core_idl__configuration__shooters_hh_EXTERNAL_GUARD__
56 #endif
57 
58 
59 
60 #ifdef USE_stub_in_nt_dll
61 # ifndef USE_core_stub_in_nt_dll
62 # define USE_core_stub_in_nt_dll
63 # endif
64 # ifndef USE_dyn_stub_in_nt_dll
65 # define USE_dyn_stub_in_nt_dll
66 # endif
67 #endif
68 
69 #ifdef _core_attr
70 # error "A local CPP macro _core_attr has already been defined."
71 #else
72 # ifdef USE_core_stub_in_nt_dll
73 # define _core_attr _OMNIORB_NTDLL_IMPORT
74 # else
75 # define _core_attr
76 # endif
77 #endif
78 
79 #ifdef _dyn_attr
80 # error "A local CPP macro _dyn_attr has already been defined."
81 #else
82 # ifdef USE_dyn_stub_in_nt_dll
83 # define _dyn_attr _OMNIORB_NTDLL_IMPORT
84 # else
85 # define _dyn_attr
86 # endif
87 #endif
88 
89 
90 
91 _CORBA_MODULE hpp
92 
93 _CORBA_MODULE_BEG
94 
95  _CORBA_MODULE pinocchio_idl
96 
97  _CORBA_MODULE_BEG
98 
99 #ifndef __hpp_mpinocchio__idl_mDevice__
100 #define __hpp_mpinocchio__idl_mDevice__
101  class Device;
102  class _objref_Device;
104 
105  typedef _objref_Device* Device_ptr;
107 
109  public:
111 
112  static _ptr_type _nil();
113  static _CORBA_Boolean is_nil(_ptr_type);
114  static void release(_ptr_type);
115  static void duplicate(_ptr_type);
116  static void marshalObjRef(_ptr_type, cdrStream&);
117  static _ptr_type unmarshalObjRef(cdrStream&);
118  };
119 
120  typedef _CORBA_ObjRef_Var<_objref_Device, Device_Helper> Device_var;
121  typedef _CORBA_ObjRef_OUT_arg<_objref_Device,Device_Helper > Device_out;
122 
123 #endif
124 
125 #ifndef __hpp_mpinocchio__idl_mCollisionObject__
126 #define __hpp_mpinocchio__idl_mCollisionObject__
127  class CollisionObject;
130 
133 
135  public:
137 
138  static _ptr_type _nil();
139  static _CORBA_Boolean is_nil(_ptr_type);
140  static void release(_ptr_type);
141  static void duplicate(_ptr_type);
142  static void marshalObjRef(_ptr_type, cdrStream&);
143  static _ptr_type unmarshalObjRef(cdrStream&);
144  };
145 
146  typedef _CORBA_ObjRef_Var<_objref_CollisionObject, CollisionObject_Helper> CollisionObject_var;
147  typedef _CORBA_ObjRef_OUT_arg<_objref_CollisionObject,CollisionObject_Helper > CollisionObject_out;
148 
149 #endif
150 
151  _CORBA_MODULE_END
152 
153  _CORBA_MODULE core_idl
154 
155  _CORBA_MODULE_BEG
156 
157 #ifndef __hpp_mcore__idl_mDistance__
158 #define __hpp_mcore__idl_mDistance__
159  class Distance;
160  class _objref_Distance;
162 
165 
167  public:
169 
170  static _ptr_type _nil();
171  static _CORBA_Boolean is_nil(_ptr_type);
172  static void release(_ptr_type);
173  static void duplicate(_ptr_type);
174  static void marshalObjRef(_ptr_type, cdrStream&);
175  static _ptr_type unmarshalObjRef(cdrStream&);
176  };
177 
178  typedef _CORBA_ObjRef_Var<_objref_Distance, Distance_Helper> Distance_var;
179  typedef _CORBA_ObjRef_OUT_arg<_objref_Distance,Distance_Helper > Distance_out;
180 
181 #endif
182 
183 #ifndef __hpp_mcore__idl_mSteeringMethod__
184 #define __hpp_mcore__idl_mSteeringMethod__
185  class SteeringMethod;
188 
191 
193  public:
195 
196  static _ptr_type _nil();
197  static _CORBA_Boolean is_nil(_ptr_type);
198  static void release(_ptr_type);
199  static void duplicate(_ptr_type);
200  static void marshalObjRef(_ptr_type, cdrStream&);
201  static _ptr_type unmarshalObjRef(cdrStream&);
202  };
203 
204  typedef _CORBA_ObjRef_Var<_objref_SteeringMethod, SteeringMethod_Helper> SteeringMethod_var;
205  typedef _CORBA_ObjRef_OUT_arg<_objref_SteeringMethod,SteeringMethod_Helper > SteeringMethod_out;
206 
207 #endif
208 
209 #ifndef __hpp_mcore__idl_mConfigValidation__
210 #define __hpp_mcore__idl_mConfigValidation__
211  class ConfigValidation;
214 
217 
219  public:
221 
222  static _ptr_type _nil();
223  static _CORBA_Boolean is_nil(_ptr_type);
224  static void release(_ptr_type);
225  static void duplicate(_ptr_type);
226  static void marshalObjRef(_ptr_type, cdrStream&);
227  static _ptr_type unmarshalObjRef(cdrStream&);
228  };
229 
230  typedef _CORBA_ObjRef_Var<_objref_ConfigValidation, ConfigValidation_Helper> ConfigValidation_var;
231  typedef _CORBA_ObjRef_OUT_arg<_objref_ConfigValidation,ConfigValidation_Helper > ConfigValidation_out;
232 
233 #endif
234 
235 #ifndef __hpp_mcore__idl_mPathValidation__
236 #define __hpp_mcore__idl_mPathValidation__
237  class PathValidation;
240 
243 
245  public:
247 
248  static _ptr_type _nil();
249  static _CORBA_Boolean is_nil(_ptr_type);
250  static void release(_ptr_type);
251  static void duplicate(_ptr_type);
252  static void marshalObjRef(_ptr_type, cdrStream&);
253  static _ptr_type unmarshalObjRef(cdrStream&);
254  };
255 
256  typedef _CORBA_ObjRef_Var<_objref_PathValidation, PathValidation_Helper> PathValidation_var;
257  typedef _CORBA_ObjRef_OUT_arg<_objref_PathValidation,PathValidation_Helper > PathValidation_out;
258 
259 #endif
260 
261 #ifndef __hpp_mcore__idl_mConfigurationShooter__
262 #define __hpp_mcore__idl_mConfigurationShooter__
263  class ConfigurationShooter;
266 
269 
271  public:
273 
274  static _ptr_type _nil();
275  static _CORBA_Boolean is_nil(_ptr_type);
276  static void release(_ptr_type);
277  static void duplicate(_ptr_type);
278  static void marshalObjRef(_ptr_type, cdrStream&);
279  static _ptr_type unmarshalObjRef(cdrStream&);
280  };
281 
282  typedef _CORBA_ObjRef_Var<_objref_ConfigurationShooter, ConfigurationShooter_Helper> ConfigurationShooter_var;
283  typedef _CORBA_ObjRef_OUT_arg<_objref_ConfigurationShooter,ConfigurationShooter_Helper > ConfigurationShooter_out;
284 
285 #endif
286 
287 #ifndef __hpp_mcore__idl_mConstraint__
288 #define __hpp_mcore__idl_mConstraint__
289  class Constraint;
290  class _objref_Constraint;
292 
295 
296  class Constraint_Helper {
297  public:
299 
300  static _ptr_type _nil();
301  static _CORBA_Boolean is_nil(_ptr_type);
302  static void release(_ptr_type);
303  static void duplicate(_ptr_type);
304  static void marshalObjRef(_ptr_type, cdrStream&);
305  static _ptr_type unmarshalObjRef(cdrStream&);
306  };
307 
308  typedef _CORBA_ObjRef_Var<_objref_Constraint, Constraint_Helper> Constraint_var;
309  typedef _CORBA_ObjRef_OUT_arg<_objref_Constraint,Constraint_Helper > Constraint_out;
310 
311 #endif
312 
313 #ifndef __hpp_mcore__idl_mConstraintSet__
314 #define __hpp_mcore__idl_mConstraintSet__
315  class ConstraintSet;
316  class _objref_ConstraintSet;
318 
321 
322  class ConstraintSet_Helper {
323  public:
325 
326  static _ptr_type _nil();
327  static _CORBA_Boolean is_nil(_ptr_type);
328  static void release(_ptr_type);
329  static void duplicate(_ptr_type);
330  static void marshalObjRef(_ptr_type, cdrStream&);
331  static _ptr_type unmarshalObjRef(cdrStream&);
332  };
333 
334  typedef _CORBA_ObjRef_Var<_objref_ConstraintSet, ConstraintSet_Helper> ConstraintSet_var;
335  typedef _CORBA_ObjRef_OUT_arg<_objref_ConstraintSet,ConstraintSet_Helper > ConstraintSet_out;
336 
337 #endif
338 
339 #ifndef __hpp_mcore__idl_mProblem__
340 #define __hpp_mcore__idl_mProblem__
341  class Problem;
342  class _objref_Problem;
344 
345  typedef _objref_Problem* Problem_ptr;
347 
348  class Problem_Helper {
349  public:
351 
352  static _ptr_type _nil();
353  static _CORBA_Boolean is_nil(_ptr_type);
354  static void release(_ptr_type);
355  static void duplicate(_ptr_type);
356  static void marshalObjRef(_ptr_type, cdrStream&);
357  static _ptr_type unmarshalObjRef(cdrStream&);
358  };
359 
360  typedef _CORBA_ObjRef_Var<_objref_Problem, Problem_Helper> Problem_var;
361  typedef _CORBA_ObjRef_OUT_arg<_objref_Problem,Problem_Helper > Problem_out;
362 
363 #endif
364 
365  // interface Problem
366  class Problem {
367  public:
368  // Declarations for this interface type.
371 
373  static _ptr_type _narrow(::CORBA::Object_ptr);
374  static _ptr_type _unchecked_narrow(::CORBA::Object_ptr);
375 
376  static _ptr_type _nil();
377 
378  static inline void _marshalObjRef(_ptr_type, cdrStream&);
379 
380  static inline _ptr_type _unmarshalObjRef(cdrStream& s) {
381  omniObjRef* o = omniObjRef::_unMarshal(_PD_repoId,s);
382  if (o)
383  return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
384  else
385  return _nil();
386  }
387 
388  static inline _ptr_type _fromObjRef(omniObjRef* o) {
389  if (o)
390  return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
391  else
392  return _nil();
393  }
394 
395  static _core_attr const char* _PD_repoId;
396 
397  // Other IDL defined within this scope.
398 
399  };
400 
401  class _objref_Problem :
402  public virtual ::CORBA::Object,
403  public virtual omniObjRef
404  {
405  public:
406  // IDL operations
407  void deleteThis();
412  void resetGoalConfigs();
414  void setConstraints(::hpp::core_idl::Constraint_ptr constraints);
422  void clearConfigValidations();
426  void filterCollisionPairs();
429  void setParameter(const char* name, const ::CORBA::Any& value);
430  ::CORBA::Any* getParameter(const char* name);
431 
432  // Constructors
433  inline _objref_Problem() { _PR_setobj(0); } // nil
434  _objref_Problem(omniIOR*, omniIdentity*);
435 
436  protected:
437  virtual ~_objref_Problem();
438 
439 
440  private:
441  virtual void* _ptrToObjRef(const char*);
442 
444  _objref_Problem& operator = (const _objref_Problem&);
445  // not implemented
446 
447  friend class Problem;
448  };
449 
450  class _pof_Problem : public _OMNI_NS(proxyObjectFactory) {
451  public:
452  inline _pof_Problem() : _OMNI_NS(proxyObjectFactory)(Problem::_PD_repoId) {}
453  virtual ~_pof_Problem();
454 
455  virtual omniObjRef* newObjRef(omniIOR*,omniIdentity*);
456  virtual _CORBA_Boolean is_a(const char*) const;
457  };
458 
459  class _impl_Problem :
460  public virtual omniServant
461  {
462  public:
463  virtual ~_impl_Problem();
464 
465  virtual void deleteThis() = 0;
466  virtual pinocchio_idl::Device_ptr robot() = 0;
467  virtual void setInitConfig(const ::hpp::floatSeq& init) = 0;
468  virtual floatSeq* getInitConfig() = 0;
469  virtual void addGoalConfig(const ::hpp::floatSeq& goal) = 0;
470  virtual void resetGoalConfigs() = 0;
471  virtual Constraint_ptr getConstraints() = 0;
472  virtual void setConstraints(::hpp::core_idl::Constraint_ptr constraints) = 0;
473  virtual Distance_ptr getDistance() = 0;
474  virtual void setDistance(::hpp::core_idl::Distance_ptr d) = 0;
480  virtual void clearConfigValidations() = 0;
481  virtual void addConfigValidation(::hpp::core_idl::ConfigValidation_ptr cfgValidation) = 0;
484  virtual void filterCollisionPairs() = 0;
485  virtual void setSecurityMargins(const ::hpp::floatSeqSeq& margins) = 0;
486  virtual void addObstacle(::hpp::pinocchio_idl::CollisionObject_ptr object) = 0;
487  virtual void setParameter(const char* name, const ::CORBA::Any& value) = 0;
488  virtual ::CORBA::Any* getParameter(const char* name) = 0;
489 
490  public: // Really protected, workaround for xlC
491  virtual _CORBA_Boolean _dispatch(omniCallHandle&);
492 
493  private:
494  virtual void* _ptrToInterface(const char*);
495  virtual const char* _mostDerivedRepoId();
496 
497  };
498 
499 
500  _CORBA_MODULE_END
501 
502 _CORBA_MODULE_END
503 
504 
505 
506 _CORBA_MODULE POA_hpp
507 _CORBA_MODULE_BEG
508 
509  _CORBA_MODULE pinocchio_idl
510  _CORBA_MODULE_BEG
511 
512  _CORBA_MODULE_END
513 
514  _CORBA_MODULE core_idl
515  _CORBA_MODULE_BEG
516 
517  class Problem :
518  public virtual hpp::core_idl::_impl_Problem,
519  public virtual ::PortableServer::ServantBase
520  {
521  public:
522  virtual ~Problem();
523 
525  return (::hpp::core_idl::Problem_ptr) _do_this(::hpp::core_idl::Problem::_PD_repoId);
526  }
527  };
528 
529  _CORBA_MODULE_END
530 
531 _CORBA_MODULE_END
532 
533 
534 
535 _CORBA_MODULE OBV_hpp
536 _CORBA_MODULE_BEG
537 
538  _CORBA_MODULE pinocchio_idl
539  _CORBA_MODULE_BEG
540 
541  _CORBA_MODULE_END
542 
543  _CORBA_MODULE core_idl
544  _CORBA_MODULE_BEG
545 
546  _CORBA_MODULE_END
547 
548 _CORBA_MODULE_END
549 
550 
551 
552 
553 
554 #undef _core_attr
555 #undef _dyn_attr
556 
557 
558 
559 inline void
560 hpp::core_idl::Problem::_marshalObjRef(::hpp::core_idl::Problem_ptr obj, cdrStream& s) {
561  omniObjRef::_marshal(obj->_PR_getobj(),s);
562 }
563 
564 
565 
566 #ifdef USE_stub_in_nt_dll_NOT_DEFINED___problem
567 # undef USE_stub_in_nt_dll
568 # undef USE_stub_in_nt_dll_NOT_DEFINED___problem
569 #endif
570 #ifdef USE_core_stub_in_nt_dll_NOT_DEFINED___problem
571 # undef USE_core_stub_in_nt_dll
572 # undef USE_core_stub_in_nt_dll_NOT_DEFINED___problem
573 #endif
574 #ifdef USE_dyn_stub_in_nt_dll_NOT_DEFINED___problem
575 # undef USE_dyn_stub_in_nt_dll
576 # undef USE_dyn_stub_in_nt_dll_NOT_DEFINED___problem
577 #endif
578 
579 #endif // ____problem_hh__
580 
Constraint_Helper::is_nil
static _CORBA_Boolean is_nil(_ptr_type)
Problem_Helper::release
static void release(_ptr_type)
_objref_Problem::getSteeringMethod
core_idl::SteeringMethod_ptr getSteeringMethod()
_impl_Problem::addObstacle
virtual void addObstacle(::hpp::pinocchio_idl::CollisionObject_ptr object)=0
SteeringMethod_Helper::marshalObjRef
static void marshalObjRef(_ptr_type, cdrStream &)
robots-idl.hh
ConfigurationShooter_ptr
_objref_ConfigurationShooter * ConfigurationShooter_ptr
Definition: _problem-idl.hh:265
Distance_Helper::marshalObjRef
static void marshalObjRef(_ptr_type, cdrStream &)
ConfigValidation_var
_CORBA_ObjRef_Var< _objref_ConfigValidation, ConfigValidation_Helper > ConfigValidation_var
Definition: _problem-idl.hh:230
_impl_Problem::_dispatch
virtual _CORBA_Boolean _dispatch(omniCallHandle &)
_impl_Problem::setConstraints
virtual void setConstraints(::hpp::core_idl::Constraint_ptr constraints)=0
floatSeq
Definition: common-idl.hh:575
_objref_CollisionObject
Definition: robots-idl.hh:399
Device_Helper::marshalObjRef
static void marshalObjRef(_ptr_type, cdrStream &)
ConfigValidation_out
_CORBA_ObjRef_OUT_arg< _objref_ConfigValidation, ConfigValidation_Helper > ConfigValidation_out
Definition: _problem-idl.hh:231
Constraint_Helper::unmarshalObjRef
static _ptr_type unmarshalObjRef(cdrStream &)
PathValidation_Helper::unmarshalObjRef
static _ptr_type unmarshalObjRef(cdrStream &)
_objref_Problem::setDistance
void setDistance(::hpp::core_idl::Distance_ptr distance)
Distance_Helper::unmarshalObjRef
static _ptr_type unmarshalObjRef(cdrStream &)
hpp::floatSeq
sequence< double > floatSeq
Robot configuration is defined by a sequence of dof value.
Definition: common.idl:33
PathValidation_var
_CORBA_ObjRef_Var< _objref_PathValidation, PathValidation_Helper > PathValidation_var
Definition: _problem-idl.hh:256
Problem_Helper::_nil
static _ptr_type _nil()
Problem_ptr
_objref_Problem * Problem_ptr
Definition: _problem-idl.hh:343
Problem::_ptr_type
Problem_ptr _ptr_type
Definition: _problem-idl.hh:369
SteeringMethodRef
SteeringMethod_ptr SteeringMethodRef
Definition: _problem-idl.hh:190
Problem::_narrow
static _ptr_type _narrow(::CORBA::Object_ptr)
_impl_Problem::setInitConfig
virtual void setInitConfig(const ::hpp::floatSeq &init)=0
CollisionObject_out
_CORBA_ObjRef_OUT_arg< _objref_CollisionObject, CollisionObject_Helper > CollisionObject_out
Definition: _problem-idl.hh:147
_objref_Problem::getPathValidation
core_idl::PathValidation_ptr getPathValidation()
_impl_Problem::addGoalConfig
virtual void addGoalConfig(const ::hpp::floatSeq &dofArray)=0
Constraint_var
_CORBA_ObjRef_Var< _objref_Constraint, Constraint_Helper > Constraint_var
Definition: _problem-idl.hh:308
_impl_Problem::clearConfigValidations
virtual void clearConfigValidations()=0
_objref_Problem::setSteeringMethod
void setSteeringMethod(::hpp::core_idl::SteeringMethod_ptr d)
Constraint_ptr
_objref_Constraint * Constraint_ptr
Definition: _problem-idl.hh:291
ConstraintSet_out
_CORBA_ObjRef_OUT_arg< _objref_ConstraintSet, ConstraintSet_Helper > ConstraintSet_out
Definition: _problem-idl.hh:335
ConstraintSet_Helper::is_nil
static _CORBA_Boolean is_nil(_ptr_type)
_objref_ConfigurationShooter
Definition: configuration_shooters-idl.hh:129
Problem_Helper::duplicate
static void duplicate(_ptr_type)
Problem::_duplicate
static _ptr_type _duplicate(_ptr_type)
_impl_Problem::robot
virtual pinocchio_idl::Device_ptr robot()=0
ConstraintRef
Constraint_ptr ConstraintRef
Definition: _problem-idl.hh:294
_objref_Constraint
Definition: _constraints-idl.hh:277
SteeringMethod_Helper::is_nil
static _CORBA_Boolean is_nil(_ptr_type)
ConstraintSetRef
ConstraintSet_ptr ConstraintSetRef
Definition: _problem-idl.hh:320
Problem::_marshalObjRef
static void _marshalObjRef(_ptr_type, cdrStream &)
_objref_ConfigValidation
Definition: path_validations-idl.hh:153
Distance_Helper
Definition: _problem-idl.hh:166
Constraint_Helper::_nil
static _ptr_type _nil()
PathValidation_out
_CORBA_ObjRef_OUT_arg< _objref_PathValidation, PathValidation_Helper > PathValidation_out
Definition: _problem-idl.hh:257
_objref_Problem::getConfigurationShooter
ConfigurationShooter_ptr getConfigurationShooter()
_objref_Problem::addObstacle
void addObstacle(::hpp::pinocchio_idl::CollisionObject_ptr object)
ConstraintSet_Helper::_nil
static _ptr_type _nil()
ConfigurationShooter_Helper::release
static void release(_ptr_type)
Distance
Definition: distances-idl.hh:94
_impl_Constraint
Definition: _constraints-idl.hh:316
Device_out
_CORBA_ObjRef_OUT_arg< _objref_Device, Device_Helper > Device_out
Definition: _problem-idl.hh:121
path_validations-idl.hh
Device_Helper::_nil
static _ptr_type _nil()
_objref_ConstraintSet
Definition: _constraints-idl.hh:538
_impl_Problem::getConfigurationShooter
virtual ConfigurationShooter_ptr getConfigurationShooter()=0
Distance_ptr
_objref_Distance * Distance_ptr
Definition: _problem-idl.hh:161
_pof_Problem::newObjRef
virtual omniObjRef * newObjRef(omniIOR *, omniIdentity *)
_impl_Problem::setConfigurationShooter
virtual void setConfigurationShooter(::hpp::core_idl::ConfigurationShooter_ptr d)=0
hpp::floatSeqSeq
sequence< floatSeq > floatSeqSeq
Definition: common.idl:34
_impl_Problem::setPathValidation
virtual void setPathValidation(::hpp::core_idl::PathValidation_ptr d)=0
_objref_Device
Definition: robots-idl.hh:252
_objref_Problem::robot
pinocchio_idl::Device_ptr robot()
Distance_Helper::release
static void release(_ptr_type)
Device_Helper::unmarshalObjRef
static _ptr_type unmarshalObjRef(cdrStream &)
Problem::_nil
static _ptr_type _nil()
Device
Definition: robots-idl.hh:217
_objref_Problem::_objref_Problem
_objref_Problem()
Definition: _problem-idl.hh:433
PathValidation_Helper::_ptr_type
PathValidation_ptr _ptr_type
Definition: _problem-idl.hh:246
common-idl.hh
PathValidation_Helper::is_nil
static _CORBA_Boolean is_nil(_ptr_type)
ConfigurationShooterRef
ConfigurationShooter_ptr ConfigurationShooterRef
Definition: _problem-idl.hh:268
CollisionObjectRef
CollisionObject_ptr CollisionObjectRef
Definition: _problem-idl.hh:132
_pof_Problem::~_pof_Problem
virtual ~_pof_Problem()
_impl_Problem::addConfigValidation
virtual void addConfigValidation(const char *configValidationType)=0
_impl_Problem::resetGoalConfigs
virtual void resetGoalConfigs()=0
CollisionObject_Helper::marshalObjRef
static void marshalObjRef(_ptr_type, cdrStream &)
PathValidation_ptr
_objref_PathValidation * PathValidation_ptr
Definition: _problem-idl.hh:239
_impl_SteeringMethod
Definition: steering_methods-idl.hh:178
_impl_Problem::setSteeringMethod
virtual void setSteeringMethod(::hpp::core_idl::SteeringMethod_ptr d)=0
_objref_Problem::getParameter
::CORBA::Any * getParameter(const char *name)
Problem::_PD_repoId
static const _core_attr char * _PD_repoId
Definition: problem-idl.hh:163
_pof_Problem::_pof_Problem
_pof_Problem()
Definition: _problem-idl.hh:452
ConfigValidation_Helper::_nil
static _ptr_type _nil()
ConfigurationShooter_var
_CORBA_ObjRef_Var< _objref_ConfigurationShooter, ConfigurationShooter_Helper > ConfigurationShooter_var
Definition: _problem-idl.hh:282
ConfigValidation_Helper
Definition: _problem-idl.hh:218
PathValidation_Helper::release
static void release(_ptr_type)
_objref_Problem::clearConfigValidations
void clearConfigValidations()
Constraint_Helper::duplicate
static void duplicate(_ptr_type)
CollisionObject_ptr
_objref_CollisionObject * CollisionObject_ptr
Definition: _problem-idl.hh:129
ConstraintSet_Helper
Definition: _constraints-idl.hh:485
ConfigurationShooter_Helper
Definition: _problem-idl.hh:270
_objref_Problem::resetGoalConfigs
void resetGoalConfigs()
_impl_Problem::getSteeringMethod
virtual core_idl::SteeringMethod_ptr getSteeringMethod()=0
Distance_Helper::duplicate
static void duplicate(_ptr_type)
Problem::_unchecked_narrow
static _ptr_type _unchecked_narrow(::CORBA::Object_ptr)
Constraint_Helper::_ptr_type
Constraint_ptr _ptr_type
Definition: _problem-idl.hh:298
CollisionObject_Helper::unmarshalObjRef
static _ptr_type unmarshalObjRef(cdrStream &)
_objref_Problem::~_objref_Problem
virtual ~_objref_Problem()
Constraint_Helper::release
static void release(_ptr_type)
_impl_ConfigurationShooter
Definition: configuration_shooters-idl.hh:164
ConfigurationShooter_out
_CORBA_ObjRef_OUT_arg< _objref_ConfigurationShooter, ConfigurationShooter_Helper > ConfigurationShooter_out
Definition: _problem-idl.hh:283
_pof_Problem
Definition: problem-idl.hh:324
Distance_var
_CORBA_ObjRef_Var< _objref_Distance, Distance_Helper > Distance_var
Definition: _problem-idl.hh:178
paths-idl.hh
_objref_Problem::setInitConfig
void setInitConfig(const ::hpp::floatSeq &init)
PathValidationRef
PathValidation_ptr PathValidationRef
Definition: _problem-idl.hh:242
Problem_var
_CORBA_ObjRef_Var< _objref_Problem, Problem_Helper > Problem_var
Definition: _problem-idl.hh:360
constraints-idl.hh
Problem_Helper::marshalObjRef
static void marshalObjRef(_ptr_type, cdrStream &)
Constraint_Helper
Definition: _constraints-idl.hh:224
_objref_Problem::setPathValidation
void setPathValidation(::hpp::core_idl::PathValidation_ptr d)
ConstraintSet_Helper::marshalObjRef
static void marshalObjRef(_ptr_type, cdrStream &)
ProblemRef
Problem_ptr ProblemRef
Definition: _problem-idl.hh:346
PathValidation
Definition: path_validations-idl.hh:475
_objref_Problem::getConstraints
Constraint_ptr getConstraints()
ConfigurationShooter_Helper::_nil
static _ptr_type _nil()
_objref_Problem::getConfigValidations
ConfigValidation_ptr getConfigValidations()
_impl_Problem::setParameter
virtual void setParameter(const char *name, const ::CORBA::Any &value)=0
PathValidation_Helper::duplicate
static void duplicate(_ptr_type)
SteeringMethod
Definition: steering_methods-idl.hh:106
Distance_Helper::_nil
static _ptr_type _nil()
_objref_Problem::getDistance
core_idl::Distance_ptr getDistance()
_objref_Problem::getInitConfig
floatSeq * getInitConfig()
Device_Helper
Definition: _problem-idl.hh:108
CollisionObject_Helper::_nil
static _ptr_type _nil()
_impl_CollisionObject
Definition: robots-idl.hh:434
_impl_ConstraintSet
Definition: _constraints-idl.hh:572
PathValidation_Helper
Definition: _problem-idl.hh:244
Device_Helper::release
static void release(_ptr_type)
distances-idl.hh
Problem
Definition: problem-idl.hh:134
hpp
Implement CORBA interface `‘Obstacle’'.
Definition: basic-server.hh:27
DeviceRef
Device_ptr DeviceRef
Definition: _problem-idl.hh:106
_impl_ConfigValidation
Definition: path_validations-idl.hh:188
_impl_Problem::setSecurityMargins
virtual void setSecurityMargins(const ::hpp::floatSeqSeq &margins)=0
_objref_Problem::deleteThis
void deleteThis()
ConfigValidation_Helper::duplicate
static void duplicate(_ptr_type)
Problem::_fromObjRef
static _ptr_type _fromObjRef(omniObjRef *o)
Definition: _problem-idl.hh:388
SteeringMethod_Helper::unmarshalObjRef
static _ptr_type unmarshalObjRef(cdrStream &)
_impl_Problem::setDistance
virtual void setDistance(::hpp::core_idl::Distance_ptr distance)=0
_objref_Problem::addGoalConfig
void addGoalConfig(const ::hpp::floatSeq &dofArray)
_pof_Problem::is_a
virtual _CORBA_Boolean is_a(const char *) const
ConstraintSet_ptr
_objref_ConstraintSet * ConstraintSet_ptr
Definition: _problem-idl.hh:317
_impl_Problem::getPathValidation
virtual core_idl::PathValidation_ptr getPathValidation()=0
_objref_Problem::setConfigurationShooter
void setConfigurationShooter(::hpp::core_idl::ConfigurationShooter_ptr d)
Device_Helper::duplicate
static void duplicate(_ptr_type)
Problem_Helper::is_nil
static _CORBA_Boolean is_nil(_ptr_type)
_objref_Distance
Definition: distances-idl.hh:129
_impl_Distance
Definition: distances-idl.hh:164
ConstraintSet_Helper::_ptr_type
ConstraintSet_ptr _ptr_type
Definition: _problem-idl.hh:324
_core_attr
#define _core_attr
Definition: _problem-idl.hh:75
Device_Helper::_ptr_type
Device_ptr _ptr_type
Definition: _problem-idl.hh:110
SteeringMethod_var
_CORBA_ObjRef_Var< _objref_SteeringMethod, SteeringMethod_Helper > SteeringMethod_var
Definition: _problem-idl.hh:204
SteeringMethod_Helper::_ptr_type
SteeringMethod_ptr _ptr_type
Definition: _problem-idl.hh:194
ConfigValidation_ptr
_objref_ConfigValidation * ConfigValidation_ptr
Definition: _problem-idl.hh:213
Problem_Helper::_ptr_type
Problem_ptr _ptr_type
Definition: _problem-idl.hh:350
ConstraintSet_Helper::release
static void release(_ptr_type)
Device_var
_CORBA_ObjRef_Var< _objref_Device, Device_Helper > Device_var
Definition: _problem-idl.hh:120
ConfigValidation
Definition: path_validations-idl.hh:118
CollisionObject_Helper::is_nil
static _CORBA_Boolean is_nil(_ptr_type)
PathValidation_Helper::_nil
static _ptr_type _nil()
SteeringMethod_Helper::_nil
static _ptr_type _nil()
CollisionObject
Definition: robots-idl.hh:364
SteeringMethod_ptr
_objref_SteeringMethod * SteeringMethod_ptr
Definition: _problem-idl.hh:187
Distance_Helper::_ptr_type
Distance_ptr _ptr_type
Definition: _problem-idl.hh:168
_objref_Problem::addConfigValidation
void addConfigValidation(const char *configValidationType)
_impl_Problem::filterCollisionPairs
virtual void filterCollisionPairs()=0
ConfigurationShooter_Helper::_ptr_type
ConfigurationShooter_ptr _ptr_type
Definition: _problem-idl.hh:272
Problem::_unmarshalObjRef
static _ptr_type _unmarshalObjRef(cdrStream &s)
Definition: _problem-idl.hh:380
SteeringMethod_Helper::duplicate
static void duplicate(_ptr_type)
Problem_Helper
Definition: problem-idl.hh:116
Problem::_this
inline ::hpp::core_idl::Problem_ptr _this()
Definition: _problem-idl.hh:524
_objref_Problem::setParameter
void setParameter(const char *name, const ::CORBA::Any &value)
ConfigValidation_Helper::is_nil
static _CORBA_Boolean is_nil(_ptr_type)
Problem_out
_CORBA_ObjRef_OUT_arg< _objref_Problem, Problem_Helper > Problem_out
Definition: _problem-idl.hh:361
_impl_Problem::getInitConfig
virtual floatSeq * getInitConfig()=0
ConfigurationShooter
Definition: configuration_shooters-idl.hh:94
_impl_Problem::deleteThis
virtual void deleteThis()=0
CollisionObject_Helper::duplicate
static void duplicate(_ptr_type)
_objref_Problem::setConstraints
void setConstraints(::hpp::core_idl::Constraint_ptr constraints)
ConfigurationShooter_Helper::marshalObjRef
static void marshalObjRef(_ptr_type, cdrStream &)
CollisionObject_Helper::_ptr_type
CollisionObject_ptr _ptr_type
Definition: _problem-idl.hh:136
ConstraintSet_Helper::duplicate
static void duplicate(_ptr_type)
configuration_shooters-idl.hh
_objref_Problem::setSecurityMargins
void setSecurityMargins(const ::hpp::floatSeqSeq &margins)
ConstraintSet_var
_CORBA_ObjRef_Var< _objref_ConstraintSet, ConstraintSet_Helper > ConstraintSet_var
Definition: _problem-idl.hh:334
Constraint_Helper::marshalObjRef
static void marshalObjRef(_ptr_type, cdrStream &)
ConfigValidation_Helper::release
static void release(_ptr_type)
_objref_Problem
Definition: problem-idl.hh:169
ConfigurationShooter_Helper::is_nil
static _CORBA_Boolean is_nil(_ptr_type)
steering_methods-idl.hh
ConstraintSet_Helper::unmarshalObjRef
static _ptr_type unmarshalObjRef(cdrStream &)
PathValidation_Helper::marshalObjRef
static void marshalObjRef(_ptr_type, cdrStream &)
Problem_Helper::unmarshalObjRef
static _ptr_type unmarshalObjRef(cdrStream &)
Device_Helper::is_nil
static _CORBA_Boolean is_nil(_ptr_type)
Constraint
Definition: _constraints-idl.hh:242
_impl_Problem::getConfigValidations
virtual ConfigValidation_ptr getConfigValidations()=0
SteeringMethod_out
_CORBA_ObjRef_OUT_arg< _objref_SteeringMethod, SteeringMethod_Helper > SteeringMethod_out
Definition: _problem-idl.hh:205
Problem::_var_type
Problem_var _var_type
Definition: _problem-idl.hh:370
CollisionObject_Helper
Definition: _problem-idl.hh:134
_impl_Problem::getConstraints
virtual Constraint_ptr getConstraints()=0
_impl_PathValidation
Definition: path_validations-idl.hh:545
Distance_Helper::is_nil
static _CORBA_Boolean is_nil(_ptr_type)
Problem_var
_CORBA_ObjRef_Var< _objref_Problem, Problem_Helper > Problem_var
Definition: problem-idl.hh:128
_impl_Device
Definition: robots-idl.hh:303
ConfigurationShooter_Helper::unmarshalObjRef
static _ptr_type unmarshalObjRef(cdrStream &)
Problem::~Problem
virtual ~Problem()
DistanceRef
Distance_ptr DistanceRef
Definition: _problem-idl.hh:164
_impl_Problem::getParameter
virtual ::CORBA::Any * getParameter(const char *name)=0
SteeringMethod_Helper::release
static void release(_ptr_type)
CollisionObject_Helper::release
static void release(_ptr_type)
_impl_Problem
Definition: problem-idl.hh:333
ConfigurationShooter_Helper::duplicate
static void duplicate(_ptr_type)
_objref_PathValidation
Definition: path_validations-idl.hh:510
SteeringMethod_Helper
Definition: _problem-idl.hh:192
_objref_Problem::filterCollisionPairs
void filterCollisionPairs()
_impl_Problem::~_impl_Problem
virtual ~_impl_Problem()
ConfigValidation_Helper::_ptr_type
ConfigValidation_ptr _ptr_type
Definition: _problem-idl.hh:220
ConfigValidation_Helper::marshalObjRef
static void marshalObjRef(_ptr_type, cdrStream &)
CollisionObject_var
_CORBA_ObjRef_Var< _objref_CollisionObject, CollisionObject_Helper > CollisionObject_var
Definition: _problem-idl.hh:146
Distance_out
_CORBA_ObjRef_OUT_arg< _objref_Distance, Distance_Helper > Distance_out
Definition: _problem-idl.hh:179
Device_ptr
_objref_Device * Device_ptr
Definition: _problem-idl.hh:103
_impl_Problem::getDistance
virtual core_idl::Distance_ptr getDistance()=0
_objref_SteeringMethod
Definition: steering_methods-idl.hh:141
ConfigValidationRef
ConfigValidation_ptr ConfigValidationRef
Definition: _problem-idl.hh:216
ConstraintSet
Definition: _constraints-idl.hh:503
_constraints-idl.hh
Constraint_out
_CORBA_ObjRef_OUT_arg< _objref_Constraint, Constraint_Helper > Constraint_out
Definition: _problem-idl.hh:309
ConfigValidation_Helper::unmarshalObjRef
static _ptr_type unmarshalObjRef(cdrStream &)