hpp-corbaserver 6.1.0
Corba server for Humanoid Path Planner applications
Loading...
Searching...
No Matches
steering_methods-idl.hh
Go to the documentation of this file.
1// This file is generated by omniidl (C++ backend)- omniORB_4_3. Do not edit.
2#ifndef pp_core_idl__steering__methods_hh__
3#define pp_core_idl__steering__methods_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_steering__methods
11#endif
12#ifndef USE_core_stub_in_nt_dll
13# define USE_core_stub_in_nt_dll_NOT_DEFINED_steering__methods
14#endif
15#ifndef USE_dyn_stub_in_nt_dll
16# define USE_dyn_stub_in_nt_dll_NOT_DEFINED_steering__methods
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__paths_hh_EXTERNAL_GUARD__
26#define pp_core_idl__paths_hh_EXTERNAL_GUARD__
28#endif
29#ifndef pp_core_idl__constraints_hh_EXTERNAL_GUARD__
30#define pp_core_idl__constraints_hh_EXTERNAL_GUARD__
32#endif
33#ifndef pp_core_idl____constraints_hh_EXTERNAL_GUARD__
34#define pp_core_idl____constraints_hh_EXTERNAL_GUARD__
36#endif
37
38
39
40#ifdef USE_stub_in_nt_dll
41# ifndef USE_core_stub_in_nt_dll
42# define USE_core_stub_in_nt_dll
43# endif
44# ifndef USE_dyn_stub_in_nt_dll
45# define USE_dyn_stub_in_nt_dll
46# endif
47#endif
48
49#ifdef _core_attr
50# error "A local CPP macro _core_attr has already been defined."
51#else
52# ifdef USE_core_stub_in_nt_dll
53# define _core_attr _OMNIORB_NTDLL_IMPORT
54# else
55# define _core_attr
56# endif
57#endif
58
59#ifdef _dyn_attr
60# error "A local CPP macro _dyn_attr has already been defined."
61#else
62# ifdef USE_dyn_stub_in_nt_dll
63# define _dyn_attr _OMNIORB_NTDLL_IMPORT
64# else
65# define _dyn_attr
66# endif
67#endif
68
69
70
71_CORBA_MODULE hpp
72
73_CORBA_MODULE_BEG
74
75 _CORBA_MODULE core_idl
76
77 _CORBA_MODULE_BEG
78
79#ifndef __hpp_mcore__idl_mSteeringMethod__
80#define __hpp_mcore__idl_mSteeringMethod__
81 class SteeringMethod;
84
87
89 public:
91
92 static _ptr_type _nil();
93 static _CORBA_Boolean is_nil(_ptr_type);
94 static void release(_ptr_type);
95 static void duplicate(_ptr_type);
96 static void marshalObjRef(_ptr_type, cdrStream&);
97 static _ptr_type unmarshalObjRef(cdrStream&);
98 };
99
100 typedef _CORBA_ObjRef_Var<_objref_SteeringMethod, SteeringMethod_Helper> SteeringMethod_var;
101 typedef _CORBA_ObjRef_OUT_arg<_objref_SteeringMethod,SteeringMethod_Helper > SteeringMethod_out;
102
103#endif
104
105 // interface SteeringMethod
107 public:
108 // Declarations for this interface type.
111
113 static _ptr_type _narrow(::CORBA::Object_ptr);
114 static _ptr_type _unchecked_narrow(::CORBA::Object_ptr);
115
116 static _ptr_type _nil();
117
118 static inline void _marshalObjRef(_ptr_type, cdrStream&);
119
120 static inline _ptr_type _unmarshalObjRef(cdrStream& s) {
121 omniObjRef* o = omniObjRef::_unMarshal(_PD_repoId,s);
122 if (o)
123 return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
124 else
125 return _nil();
126 }
127
128 static inline _ptr_type _fromObjRef(omniObjRef* o) {
129 if (o)
130 return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
131 else
132 return _nil();
133 }
134
135 static _core_attr const char* _PD_repoId;
136
137 // Other IDL defined within this scope.
138
139 };
140
142 public virtual ::CORBA::Object,
143 public virtual omniObjRef
144 {
145 public:
146 // IDL operations
148 ::CORBA::Boolean deleteIfExpired();
149 void persistantStorage(::CORBA::Boolean persistant);
150 Path_ptr call(const ::hpp::floatSeq& q1, const ::hpp::floatSeq& q2);
151 void setConstraints(::hpp::core_idl::ConstraintSet_ptr constraints);
153
154 // Constructors
155 inline _objref_SteeringMethod() { _PR_setobj(0); } // nil
156 _objref_SteeringMethod(omniIOR*, omniIdentity*);
157
158 protected:
160
161
162 private:
163 virtual void* _ptrToObjRef(const char*);
164
167 // not implemented
168
169 friend class SteeringMethod;
170 };
171
172 class _pof_SteeringMethod : public _OMNI_NS(proxyObjectFactory) {
173 public:
174 inline _pof_SteeringMethod() : _OMNI_NS(proxyObjectFactory)(SteeringMethod::_PD_repoId) {}
176
177 virtual omniObjRef* newObjRef(omniIOR*,omniIdentity*);
178 virtual _CORBA_Boolean is_a(const char*) const;
179 };
180
182 public virtual omniServant
183 {
184 public:
186
187 virtual void deleteThis() = 0;
188 virtual ::CORBA::Boolean deleteIfExpired() = 0;
189 virtual void persistantStorage(::CORBA::Boolean persistant) = 0;
190 virtual Path_ptr call(const ::hpp::floatSeq& q1, const ::hpp::floatSeq& q2) = 0;
191 virtual void setConstraints(::hpp::core_idl::ConstraintSet_ptr constraints) = 0;
193
194 public: // Really protected, workaround for xlC
195 virtual _CORBA_Boolean _dispatch(omniCallHandle&);
196
197 private:
198 virtual void* _ptrToInterface(const char*);
199 virtual const char* _mostDerivedRepoId();
200
201 };
202
203
204 _CORBA_MODULE steeringMethod_idl
205
206 _CORBA_MODULE_BEG
207
208#ifndef __hpp_mcore__idl_msteeringMethod__idl_mSplineBernstein3__
209#define __hpp_mcore__idl_msteeringMethod__idl_mSplineBernstein3__
210 class SplineBernstein3;
213
216
218 public:
220
221 static _ptr_type _nil();
222 static _CORBA_Boolean is_nil(_ptr_type);
223 static void release(_ptr_type);
224 static void duplicate(_ptr_type);
225 static void marshalObjRef(_ptr_type, cdrStream&);
226 static _ptr_type unmarshalObjRef(cdrStream&);
227 };
228
229 typedef _CORBA_ObjRef_Var<_objref_SplineBernstein3, SplineBernstein3_Helper> SplineBernstein3_var;
230 typedef _CORBA_ObjRef_OUT_arg<_objref_SplineBernstein3,SplineBernstein3_Helper > SplineBernstein3_out;
231
232#endif
233
234 // interface SplineBernstein3
236 public:
237 // Declarations for this interface type.
240
242 static _ptr_type _narrow(::CORBA::Object_ptr);
243 static _ptr_type _unchecked_narrow(::CORBA::Object_ptr);
244
245 static _ptr_type _nil();
246
247 static inline void _marshalObjRef(_ptr_type, cdrStream&);
248
249 static inline _ptr_type _unmarshalObjRef(cdrStream& s) {
250 omniObjRef* o = omniObjRef::_unMarshal(_PD_repoId,s);
251 if (o)
252 return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
253 else
254 return _nil();
255 }
256
257 static inline _ptr_type _fromObjRef(omniObjRef* o) {
258 if (o)
259 return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
260 else
261 return _nil();
262 }
263
264 static _core_attr const char* _PD_repoId;
265
266 // Other IDL defined within this scope.
267
268 };
269
271 public virtual _objref_SteeringMethod
272 {
273 public:
274 // IDL operations
275 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);
276 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);
277
278 // Constructors
279 inline _objref_SplineBernstein3() { _PR_setobj(0); } // nil
280 _objref_SplineBernstein3(omniIOR*, omniIdentity*);
281
282 protected:
284
285
286 private:
287 virtual void* _ptrToObjRef(const char*);
288
291 // not implemented
292
293 friend class SplineBernstein3;
294 };
295
296 class _pof_SplineBernstein3 : public _OMNI_NS(proxyObjectFactory) {
297 public:
298 inline _pof_SplineBernstein3() : _OMNI_NS(proxyObjectFactory)(SplineBernstein3::_PD_repoId) {}
300
301 virtual omniObjRef* newObjRef(omniIOR*,omniIdentity*);
302 virtual _CORBA_Boolean is_a(const char*) const;
303 };
304
306 public virtual _impl_SteeringMethod
307 {
308 public:
310
311 virtual 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) = 0;
312 virtual 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) = 0;
313
314 public: // Really protected, workaround for xlC
315 virtual _CORBA_Boolean _dispatch(omniCallHandle&);
316
317 private:
318 virtual void* _ptrToInterface(const char*);
319 virtual const char* _mostDerivedRepoId();
320
321 };
322
323
324#ifndef __hpp_mcore__idl_msteeringMethod__idl_mSplineBernstein5__
325#define __hpp_mcore__idl_msteeringMethod__idl_mSplineBernstein5__
326 class SplineBernstein5;
329
332
334 public:
336
337 static _ptr_type _nil();
338 static _CORBA_Boolean is_nil(_ptr_type);
339 static void release(_ptr_type);
340 static void duplicate(_ptr_type);
341 static void marshalObjRef(_ptr_type, cdrStream&);
342 static _ptr_type unmarshalObjRef(cdrStream&);
343 };
344
345 typedef _CORBA_ObjRef_Var<_objref_SplineBernstein5, SplineBernstein5_Helper> SplineBernstein5_var;
346 typedef _CORBA_ObjRef_OUT_arg<_objref_SplineBernstein5,SplineBernstein5_Helper > SplineBernstein5_out;
347
348#endif
349
350 // interface SplineBernstein5
352 public:
353 // Declarations for this interface type.
356
358 static _ptr_type _narrow(::CORBA::Object_ptr);
359 static _ptr_type _unchecked_narrow(::CORBA::Object_ptr);
360
361 static _ptr_type _nil();
362
363 static inline void _marshalObjRef(_ptr_type, cdrStream&);
364
365 static inline _ptr_type _unmarshalObjRef(cdrStream& s) {
366 omniObjRef* o = omniObjRef::_unMarshal(_PD_repoId,s);
367 if (o)
368 return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
369 else
370 return _nil();
371 }
372
373 static inline _ptr_type _fromObjRef(omniObjRef* o) {
374 if (o)
375 return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
376 else
377 return _nil();
378 }
379
380 static _core_attr const char* _PD_repoId;
381
382 // Other IDL defined within this scope.
383
384 };
385
387 public virtual _objref_SteeringMethod
388 {
389 public:
390 // IDL operations
391 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);
392 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);
393
394 // Constructors
395 inline _objref_SplineBernstein5() { _PR_setobj(0); } // nil
396 _objref_SplineBernstein5(omniIOR*, omniIdentity*);
397
398 protected:
400
401
402 private:
403 virtual void* _ptrToObjRef(const char*);
404
407 // not implemented
408
409 friend class SplineBernstein5;
410 };
411
412 class _pof_SplineBernstein5 : public _OMNI_NS(proxyObjectFactory) {
413 public:
414 inline _pof_SplineBernstein5() : _OMNI_NS(proxyObjectFactory)(SplineBernstein5::_PD_repoId) {}
416
417 virtual omniObjRef* newObjRef(omniIOR*,omniIdentity*);
418 virtual _CORBA_Boolean is_a(const char*) const;
419 };
420
422 public virtual _impl_SteeringMethod
423 {
424 public:
426
427 virtual 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) = 0;
428 virtual 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) = 0;
429
430 public: // Really protected, workaround for xlC
431 virtual _CORBA_Boolean _dispatch(omniCallHandle&);
432
433 private:
434 virtual void* _ptrToInterface(const char*);
435 virtual const char* _mostDerivedRepoId();
436
437 };
438
439
440 _CORBA_MODULE_END
441
442 _CORBA_MODULE_END
443
444_CORBA_MODULE_END
445
446
447
448_CORBA_MODULE POA_hpp
449_CORBA_MODULE_BEG
450
451 _CORBA_MODULE core_idl
452 _CORBA_MODULE_BEG
453
454 class SteeringMethod :
455 public virtual hpp::core_idl::_impl_SteeringMethod,
456 public virtual ::PortableServer::ServantBase
457 {
458 public:
460
461 inline ::hpp::core_idl::SteeringMethod_ptr _this() {
462 return (::hpp::core_idl::SteeringMethod_ptr) _do_this(::hpp::core_idl::SteeringMethod::_PD_repoId);
463 }
464 };
465
466 _CORBA_MODULE steeringMethod_idl
467 _CORBA_MODULE_BEG
468
469 class SplineBernstein3 :
470 public virtual hpp::core_idl::steeringMethod_idl::_impl_SplineBernstein3,
471 public virtual SteeringMethod
472 {
473 public:
475
476 inline ::hpp::core_idl::steeringMethod_idl::SplineBernstein3_ptr _this() {
477 return (::hpp::core_idl::steeringMethod_idl::SplineBernstein3_ptr) _do_this(::hpp::core_idl::steeringMethod_idl::SplineBernstein3::_PD_repoId);
478 }
479 };
480
481 class SplineBernstein5 :
482 public virtual hpp::core_idl::steeringMethod_idl::_impl_SplineBernstein5,
483 public virtual SteeringMethod
484 {
485 public:
487
488 inline ::hpp::core_idl::steeringMethod_idl::SplineBernstein5_ptr _this() {
489 return (::hpp::core_idl::steeringMethod_idl::SplineBernstein5_ptr) _do_this(::hpp::core_idl::steeringMethod_idl::SplineBernstein5::_PD_repoId);
490 }
491 };
492
493 _CORBA_MODULE_END
494
495 _CORBA_MODULE_END
496
497_CORBA_MODULE_END
498
499
500
501_CORBA_MODULE OBV_hpp
502_CORBA_MODULE_BEG
503
504 _CORBA_MODULE core_idl
505 _CORBA_MODULE_BEG
506
507 _CORBA_MODULE steeringMethod_idl
508 _CORBA_MODULE_BEG
509
510 _CORBA_MODULE_END
511
512 _CORBA_MODULE_END
513
514_CORBA_MODULE_END
515
516
517
518
519
520#undef _core_attr
521#undef _dyn_attr
522
523
524
525inline void
526hpp::core_idl::SteeringMethod::_marshalObjRef(::hpp::core_idl::SteeringMethod_ptr obj, cdrStream& s) {
527 omniObjRef::_marshal(obj->_PR_getobj(),s);
528}
529
530inline void
531hpp::core_idl::steeringMethod_idl::SplineBernstein3::_marshalObjRef(::hpp::core_idl::steeringMethod_idl::SplineBernstein3_ptr obj, cdrStream& s) {
532 omniObjRef::_marshal(obj->_PR_getobj(),s);
533}
534
535inline void
536hpp::core_idl::steeringMethod_idl::SplineBernstein5::_marshalObjRef(::hpp::core_idl::steeringMethod_idl::SplineBernstein5_ptr obj, cdrStream& s) {
537 omniObjRef::_marshal(obj->_PR_getobj(),s);
538}
539
540
541
542#ifdef USE_stub_in_nt_dll_NOT_DEFINED_steering__methods
543# undef USE_stub_in_nt_dll
544# undef USE_stub_in_nt_dll_NOT_DEFINED_steering__methods
545#endif
546#ifdef USE_core_stub_in_nt_dll_NOT_DEFINED_steering__methods
547# undef USE_core_stub_in_nt_dll
548# undef USE_core_stub_in_nt_dll_NOT_DEFINED_steering__methods
549#endif
550#ifdef USE_dyn_stub_in_nt_dll_NOT_DEFINED_steering__methods
551# undef USE_dyn_stub_in_nt_dll
552# undef USE_dyn_stub_in_nt_dll_NOT_DEFINED_steering__methods
553#endif
554
555#endif // __steering__methods_hh__
556
Definition steering_methods-idl.hh:217
static void marshalObjRef(_ptr_type, cdrStream &)
SplineBernstein3_ptr _ptr_type
Definition steering_methods-idl.hh:219
static _CORBA_Boolean is_nil(_ptr_type)
static void release(_ptr_type)
static _ptr_type _nil()
static void duplicate(_ptr_type)
static _ptr_type unmarshalObjRef(cdrStream &)
Definition steering_methods-idl.hh:235
static _ptr_type _duplicate(_ptr_type)
static _ptr_type _unmarshalObjRef(cdrStream &s)
Definition steering_methods-idl.hh:249
static _ptr_type _fromObjRef(omniObjRef *o)
Definition steering_methods-idl.hh:257
SplineBernstein3_ptr _ptr_type
Definition steering_methods-idl.hh:238
static void _marshalObjRef(_ptr_type, cdrStream &)
Definition steering_methods-idl.hh:531
virtual ~SplineBernstein3()
static _ptr_type _unchecked_narrow(::CORBA::Object_ptr)
static _core_attr const char * _PD_repoId
Definition steering_methods-idl.hh:264
inline ::hpp::core_idl::steeringMethod_idl::SplineBernstein3_ptr _this()
Definition steering_methods-idl.hh:476
SplineBernstein3_var _var_type
Definition steering_methods-idl.hh:239
static _ptr_type _nil()
static _ptr_type _narrow(::CORBA::Object_ptr)
Definition steering_methods-idl.hh:333
static _ptr_type _nil()
SplineBernstein5_ptr _ptr_type
Definition steering_methods-idl.hh:335
static _ptr_type unmarshalObjRef(cdrStream &)
static _CORBA_Boolean is_nil(_ptr_type)
static void marshalObjRef(_ptr_type, cdrStream &)
static void release(_ptr_type)
static void duplicate(_ptr_type)
Definition steering_methods-idl.hh:351
static _ptr_type _narrow(::CORBA::Object_ptr)
static _ptr_type _duplicate(_ptr_type)
virtual ~SplineBernstein5()
static void _marshalObjRef(_ptr_type, cdrStream &)
Definition steering_methods-idl.hh:536
SplineBernstein5_var _var_type
Definition steering_methods-idl.hh:355
static _core_attr const char * _PD_repoId
Definition steering_methods-idl.hh:380
SplineBernstein5_ptr _ptr_type
Definition steering_methods-idl.hh:354
static _ptr_type _unchecked_narrow(::CORBA::Object_ptr)
static _ptr_type _unmarshalObjRef(cdrStream &s)
Definition steering_methods-idl.hh:365
static _ptr_type _nil()
inline ::hpp::core_idl::steeringMethod_idl::SplineBernstein5_ptr _this()
Definition steering_methods-idl.hh:488
static _ptr_type _fromObjRef(omniObjRef *o)
Definition steering_methods-idl.hh:373
Definition _problem-idl.hh:196
static _CORBA_Boolean is_nil(_ptr_type)
static void marshalObjRef(_ptr_type, cdrStream &)
static void release(_ptr_type)
SteeringMethod_ptr _ptr_type
Definition steering_methods-idl.hh:90
static _ptr_type _nil()
static void duplicate(_ptr_type)
static _ptr_type unmarshalObjRef(cdrStream &)
Definition steering_methods-idl.hh:106
static _ptr_type _fromObjRef(omniObjRef *o)
Definition steering_methods-idl.hh:128
SteeringMethod_ptr _ptr_type
Definition steering_methods-idl.hh:109
static void _marshalObjRef(_ptr_type, cdrStream &)
Definition steering_methods-idl.hh:526
static _ptr_type _unchecked_narrow(::CORBA::Object_ptr)
static _ptr_type _unmarshalObjRef(cdrStream &s)
Definition steering_methods-idl.hh:120
inline ::hpp::core_idl::SteeringMethod_ptr _this()
Definition steering_methods-idl.hh:461
SteeringMethod_var _var_type
Definition steering_methods-idl.hh:110
static _ptr_type _nil()
static _ptr_type _duplicate(_ptr_type)
virtual ~SteeringMethod()
static _ptr_type _narrow(::CORBA::Object_ptr)
static _core_attr const char * _PD_repoId
Definition steering_methods-idl.hh:135
Definition steering_methods-idl.hh:307
virtual 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)=0
virtual _CORBA_Boolean _dispatch(omniCallHandle &)
virtual ~_impl_SplineBernstein3()
virtual 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)=0
Definition steering_methods-idl.hh:423
virtual 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)=0
virtual _CORBA_Boolean _dispatch(omniCallHandle &)
virtual ~_impl_SplineBernstein5()
virtual 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)=0
Definition steering_methods-idl.hh:183
virtual _CORBA_Boolean _dispatch(omniCallHandle &)
virtual ~_impl_SteeringMethod()
virtual ::CORBA::Boolean deleteIfExpired()=0
virtual void persistantStorage(::CORBA::Boolean persistant)=0
virtual void setConstraints(::hpp::core_idl::ConstraintSet_ptr constraints)=0
virtual void deleteThis()=0
virtual Constraint_ptr getConstraints()=0
virtual Path_ptr call(const ::hpp::floatSeq &q1, const ::hpp::floatSeq &q2)=0
Definition _constraints-idl.hh:280
Definition paths-idl.hh:195
Definition steering_methods-idl.hh:272
_objref_SplineBernstein3()
Definition steering_methods-idl.hh:279
virtual ~_objref_SplineBernstein3()
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)
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)
_objref_SplineBernstein3(omniIOR *, omniIdentity *)
Definition steering_methods-idl.hh:388
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)
virtual ~_objref_SplineBernstein5()
_objref_SplineBernstein5(omniIOR *, omniIdentity *)
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)
_objref_SplineBernstein5()
Definition steering_methods-idl.hh:395
Definition steering_methods-idl.hh:144
void setConstraints(::hpp::core_idl::ConstraintSet_ptr constraints)
::CORBA::Boolean deleteIfExpired()
virtual ~_objref_SteeringMethod()
_objref_SteeringMethod(omniIOR *, omniIdentity *)
_objref_SteeringMethod()
Definition steering_methods-idl.hh:155
void persistantStorage(::CORBA::Boolean persistant)
Path_ptr call(const ::hpp::floatSeq &q1, const ::hpp::floatSeq &q2)
Constraint_ptr getConstraints()
Definition steering_methods-idl.hh:296
virtual _CORBA_Boolean is_a(const char *) const
virtual ~_pof_SplineBernstein3()
virtual omniObjRef * newObjRef(omniIOR *, omniIdentity *)
_pof_SplineBernstein3()
Definition steering_methods-idl.hh:298
Definition steering_methods-idl.hh:412
virtual _CORBA_Boolean is_a(const char *) const
virtual omniObjRef * newObjRef(omniIOR *, omniIdentity *)
_pof_SplineBernstein5()
Definition steering_methods-idl.hh:414
virtual ~_pof_SplineBernstein5()
Definition steering_methods-idl.hh:172
_pof_SteeringMethod()
Definition steering_methods-idl.hh:174
virtual ~_pof_SteeringMethod()
virtual omniObjRef * newObjRef(omniIOR *, omniIdentity *)
virtual _CORBA_Boolean is_a(const char *) const
Implement CORBA interface `‘Obstacle’'.
SteeringMethod_ptr SteeringMethodRef
Definition steering_methods-idl.hh:86
_CORBA_ObjRef_OUT_arg< _objref_SteeringMethod, SteeringMethod_Helper > SteeringMethod_out
Definition steering_methods-idl.hh:101
_objref_SplineBernstein3 * SplineBernstein3_ptr
Definition steering_methods-idl.hh:214
SplineBernstein5_ptr SplineBernstein5Ref
Definition steering_methods-idl.hh:331
_CORBA_ObjRef_Var< _objref_SteeringMethod, SteeringMethod_Helper > SteeringMethod_var
Definition steering_methods-idl.hh:100
_CORBA_ObjRef_OUT_arg< _objref_SplineBernstein5, SplineBernstein5_Helper > SplineBernstein5_out
Definition steering_methods-idl.hh:346
_CORBA_ObjRef_Var< _objref_SplineBernstein5, SplineBernstein5_Helper > SplineBernstein5_var
Definition steering_methods-idl.hh:345
#define _core_attr
Definition steering_methods-idl.hh:55
_CORBA_ObjRef_OUT_arg< _objref_SplineBernstein3, SplineBernstein3_Helper > SplineBernstein3_out
Definition steering_methods-idl.hh:230
SplineBernstein3_ptr SplineBernstein3Ref
Definition steering_methods-idl.hh:215
_objref_SteeringMethod * SteeringMethod_ptr
Definition steering_methods-idl.hh:85
_CORBA_ObjRef_Var< _objref_SplineBernstein3, SplineBernstein3_Helper > SplineBernstein3_var
Definition steering_methods-idl.hh:229
_objref_SplineBernstein5 * SplineBernstein5_ptr
Definition steering_methods-idl.hh:330