hpp-corbaserver 6.0.0
Corba server for Humanoid Path Planner applications
Loading...
Searching...
No Matches
constraints-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_constraints_idl__constraints_hh__
3#define pp_constraints_idl__constraints_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_constraints
11#endif
12#ifndef USE_core_stub_in_nt_dll
13# define USE_core_stub_in_nt_dll_NOT_DEFINED_constraints
14#endif
15#ifndef USE_dyn_stub_in_nt_dll
16# define USE_dyn_stub_in_nt_dll_NOT_DEFINED_constraints
17#endif
18
19
20
21#ifndef pp_constraints_idl__common_hh_EXTERNAL_GUARD__
22#define pp_constraints_idl__common_hh_EXTERNAL_GUARD__
23#include <hpp/common-idl.hh>
24#endif
25
26
27
28#ifdef USE_stub_in_nt_dll
29# ifndef USE_core_stub_in_nt_dll
30# define USE_core_stub_in_nt_dll
31# endif
32# ifndef USE_dyn_stub_in_nt_dll
33# define USE_dyn_stub_in_nt_dll
34# endif
35#endif
36
37#ifdef _core_attr
38# error "A local CPP macro _core_attr has already been defined."
39#else
40# ifdef USE_core_stub_in_nt_dll
41# define _core_attr _OMNIORB_NTDLL_IMPORT
42# else
43# define _core_attr
44# endif
45#endif
46
47#ifdef _dyn_attr
48# error "A local CPP macro _dyn_attr has already been defined."
49#else
50# ifdef USE_dyn_stub_in_nt_dll
51# define _dyn_attr _OMNIORB_NTDLL_IMPORT
52# else
53# define _dyn_attr
54# endif
55#endif
56
57
58
59_CORBA_MODULE hpp
60
61_CORBA_MODULE_BEG
62
63 _CORBA_MODULE constraints_idl
64
65 _CORBA_MODULE_BEG
66
67#ifndef __hpp_mconstraints__idl_mDifferentiableFunction__
68#define __hpp_mconstraints__idl_mDifferentiableFunction__
72
75
77 public:
79
80 static _ptr_type _nil();
81 static _CORBA_Boolean is_nil(_ptr_type);
82 static void release(_ptr_type);
83 static void duplicate(_ptr_type);
84 static void marshalObjRef(_ptr_type, cdrStream&);
85 static _ptr_type unmarshalObjRef(cdrStream&);
86 };
87
88 typedef _CORBA_ObjRef_Var<_objref_DifferentiableFunction, DifferentiableFunction_Helper> DifferentiableFunction_var;
89 typedef _CORBA_ObjRef_OUT_arg<_objref_DifferentiableFunction,DifferentiableFunction_Helper > DifferentiableFunction_out;
90
91#endif
92
93 // interface DifferentiableFunction
95 public:
96 // Declarations for this interface type.
99
101 static _ptr_type _narrow(::CORBA::Object_ptr);
102 static _ptr_type _unchecked_narrow(::CORBA::Object_ptr);
103
104 static _ptr_type _nil();
105
106 static inline void _marshalObjRef(_ptr_type, cdrStream&);
107
108 static inline _ptr_type _unmarshalObjRef(cdrStream& s) {
109 omniObjRef* o = omniObjRef::_unMarshal(_PD_repoId,s);
110 if (o)
111 return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
112 else
113 return _nil();
114 }
115
116 static inline _ptr_type _fromObjRef(omniObjRef* o) {
117 if (o)
118 return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
119 else
120 return _nil();
121 }
122
123 static _core_attr const char* _PD_repoId;
124
125 // Other IDL defined within this scope.
126
127 };
128
130 public virtual ::CORBA::Object,
131 public virtual omniObjRef
132 {
133 public:
134 // IDL operations
135 floatSeq* value(const ::hpp::floatSeq& arg);
136 floatSeqSeq* jacobian(const ::hpp::floatSeq& arg);
141 char* name();
142 char* str();
143
144 // Constructors
145 inline _objref_DifferentiableFunction() { _PR_setobj(0); } // nil
146 _objref_DifferentiableFunction(omniIOR*, omniIdentity*);
147
148 protected:
150
151
152 private:
153 virtual void* _ptrToObjRef(const char*);
154
157 // not implemented
158
160 };
161
162 class _pof_DifferentiableFunction : public _OMNI_NS(proxyObjectFactory) {
163 public:
164 inline _pof_DifferentiableFunction() : _OMNI_NS(proxyObjectFactory)(DifferentiableFunction::_PD_repoId) {}
166
167 virtual omniObjRef* newObjRef(omniIOR*,omniIdentity*);
168 virtual _CORBA_Boolean is_a(const char*) const;
169 };
170
172 public virtual omniServant
173 {
174 public:
176
177 virtual floatSeq* value(const ::hpp::floatSeq& arg) = 0;
178 virtual floatSeqSeq* jacobian(const ::hpp::floatSeq& arg) = 0;
179 virtual size_type inputSize() = 0;
181 virtual size_type outputSize() = 0;
183 virtual char* name() = 0;
184 virtual char* str() = 0;
185
186 public: // Really protected, workaround for xlC
187 virtual _CORBA_Boolean _dispatch(omniCallHandle&);
188
189 private:
190 virtual void* _ptrToInterface(const char*);
191 virtual const char* _mostDerivedRepoId();
192
193 };
194
195
196#ifndef __hpp_mconstraints__idl_mImplicit__
197#define __hpp_mconstraints__idl_mImplicit__
198 class Implicit;
199 class _objref_Implicit;
200 class _impl_Implicit;
201
204
206 public:
208
209 static _ptr_type _nil();
210 static _CORBA_Boolean is_nil(_ptr_type);
211 static void release(_ptr_type);
212 static void duplicate(_ptr_type);
213 static void marshalObjRef(_ptr_type, cdrStream&);
214 static _ptr_type unmarshalObjRef(cdrStream&);
215 };
216
217 typedef _CORBA_ObjRef_Var<_objref_Implicit, Implicit_Helper> Implicit_var;
218 typedef _CORBA_ObjRef_OUT_arg<_objref_Implicit,Implicit_Helper > Implicit_out;
219
220#endif
221
222 // interface Implicit
223 class Implicit {
224 public:
225 // Declarations for this interface type.
228
230 static _ptr_type _narrow(::CORBA::Object_ptr);
231 static _ptr_type _unchecked_narrow(::CORBA::Object_ptr);
232
233 static _ptr_type _nil();
234
235 static inline void _marshalObjRef(_ptr_type, cdrStream&);
236
237 static inline _ptr_type _unmarshalObjRef(cdrStream& s) {
238 omniObjRef* o = omniObjRef::_unMarshal(_PD_repoId,s);
239 if (o)
240 return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
241 else
242 return _nil();
243 }
244
245 static inline _ptr_type _fromObjRef(omniObjRef* o) {
246 if (o)
247 return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
248 else
249 return _nil();
250 }
251
252 static _core_attr const char* _PD_repoId;
253
254 // Other IDL defined within this scope.
255
256 };
257
259 public virtual ::CORBA::Object,
260 public virtual omniObjRef
261 {
262 public:
263 // IDL operations
269 void setComparisonType(const ::hpp::ComparisonTypes_t& compType);
270
271 // Constructors
272 inline _objref_Implicit() { _PR_setobj(0); } // nil
273 _objref_Implicit(omniIOR*, omniIdentity*);
274
275 protected:
277
278
279 private:
280 virtual void* _ptrToObjRef(const char*);
281
283 _objref_Implicit& operator = (const _objref_Implicit&);
284 // not implemented
285
286 friend class Implicit;
287 };
288
289 class _pof_Implicit : public _OMNI_NS(proxyObjectFactory) {
290 public:
291 inline _pof_Implicit() : _OMNI_NS(proxyObjectFactory)(Implicit::_PD_repoId) {}
292 virtual ~_pof_Implicit();
293
294 virtual omniObjRef* newObjRef(omniIOR*,omniIdentity*);
295 virtual _CORBA_Boolean is_a(const char*) const;
296 };
297
299 public virtual omniServant
300 {
301 public:
303
309 virtual void setComparisonType(const ::hpp::ComparisonTypes_t& compType) = 0;
310
311 public: // Really protected, workaround for xlC
312 virtual _CORBA_Boolean _dispatch(omniCallHandle&);
313
314 private:
315 virtual void* _ptrToInterface(const char*);
316 virtual const char* _mostDerivedRepoId();
317
318 };
319
320
321#ifndef __hpp_mconstraints__idl_mLockedJoint__
322#define __hpp_mconstraints__idl_mLockedJoint__
323 class LockedJoint;
325 class _impl_LockedJoint;
326
329
331 public:
333
334 static _ptr_type _nil();
335 static _CORBA_Boolean is_nil(_ptr_type);
336 static void release(_ptr_type);
337 static void duplicate(_ptr_type);
338 static void marshalObjRef(_ptr_type, cdrStream&);
339 static _ptr_type unmarshalObjRef(cdrStream&);
340 };
341
342 typedef _CORBA_ObjRef_Var<_objref_LockedJoint, LockedJoint_Helper> LockedJoint_var;
343 typedef _CORBA_ObjRef_OUT_arg<_objref_LockedJoint,LockedJoint_Helper > LockedJoint_out;
344
345#endif
346
347 // interface LockedJoint
349 public:
350 // Declarations for this interface type.
353
355 static _ptr_type _narrow(::CORBA::Object_ptr);
356 static _ptr_type _unchecked_narrow(::CORBA::Object_ptr);
357
358 static _ptr_type _nil();
359
360 static inline void _marshalObjRef(_ptr_type, cdrStream&);
361
362 static inline _ptr_type _unmarshalObjRef(cdrStream& s) {
363 omniObjRef* o = omniObjRef::_unMarshal(_PD_repoId,s);
364 if (o)
365 return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
366 else
367 return _nil();
368 }
369
370 static inline _ptr_type _fromObjRef(omniObjRef* o) {
371 if (o)
372 return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
373 else
374 return _nil();
375 }
376
377 static _core_attr const char* _PD_repoId;
378
379 // Other IDL defined within this scope.
380
381 };
382
384 public virtual _objref_Implicit
385 {
386 public:
387 // IDL operations
388 char* jointName();
389
390 // Constructors
391 inline _objref_LockedJoint() { _PR_setobj(0); } // nil
392 _objref_LockedJoint(omniIOR*, omniIdentity*);
393
394 protected:
396
397
398 private:
399 virtual void* _ptrToObjRef(const char*);
400
402 _objref_LockedJoint& operator = (const _objref_LockedJoint&);
403 // not implemented
404
405 friend class LockedJoint;
406 };
407
408 class _pof_LockedJoint : public _OMNI_NS(proxyObjectFactory) {
409 public:
410 inline _pof_LockedJoint() : _OMNI_NS(proxyObjectFactory)(LockedJoint::_PD_repoId) {}
412
413 virtual omniObjRef* newObjRef(omniIOR*,omniIdentity*);
414 virtual _CORBA_Boolean is_a(const char*) const;
415 };
416
418 public virtual _impl_Implicit
419 {
420 public:
422
423 virtual char* jointName() = 0;
424
425 public: // Really protected, workaround for xlC
426 virtual _CORBA_Boolean _dispatch(omniCallHandle&);
427
428 private:
429 virtual void* _ptrToInterface(const char*);
430 virtual const char* _mostDerivedRepoId();
431
432 };
433
434
435#ifndef __hpp_mconstraints__idl_mConfigurationConstraint__
436#define __hpp_mconstraints__idl_mConfigurationConstraint__
440
443
445 public:
447
448 static _ptr_type _nil();
449 static _CORBA_Boolean is_nil(_ptr_type);
450 static void release(_ptr_type);
451 static void duplicate(_ptr_type);
452 static void marshalObjRef(_ptr_type, cdrStream&);
453 static _ptr_type unmarshalObjRef(cdrStream&);
454 };
455
456 typedef _CORBA_ObjRef_Var<_objref_ConfigurationConstraint, ConfigurationConstraint_Helper> ConfigurationConstraint_var;
457 typedef _CORBA_ObjRef_OUT_arg<_objref_ConfigurationConstraint,ConfigurationConstraint_Helper > ConfigurationConstraint_out;
458
459#endif
460
461 // interface ConfigurationConstraint
463 public:
464 // Declarations for this interface type.
467
469 static _ptr_type _narrow(::CORBA::Object_ptr);
470 static _ptr_type _unchecked_narrow(::CORBA::Object_ptr);
471
472 static _ptr_type _nil();
473
474 static inline void _marshalObjRef(_ptr_type, cdrStream&);
475
476 static inline _ptr_type _unmarshalObjRef(cdrStream& s) {
477 omniObjRef* o = omniObjRef::_unMarshal(_PD_repoId,s);
478 if (o)
479 return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
480 else
481 return _nil();
482 }
483
484 static inline _ptr_type _fromObjRef(omniObjRef* o) {
485 if (o)
486 return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
487 else
488 return _nil();
489 }
490
491 static _core_attr const char* _PD_repoId;
492
493 // Other IDL defined within this scope.
494
495 };
496
498 public virtual _objref_DifferentiableFunction
499 {
500 public:
501 // IDL operations
503 void setWeights(const ::hpp::floatSeq& weights);
505
506 // Constructors
507 inline _objref_ConfigurationConstraint() { _PR_setobj(0); } // nil
508 _objref_ConfigurationConstraint(omniIOR*, omniIdentity*);
509
510 protected:
512
513
514 private:
515 virtual void* _ptrToObjRef(const char*);
516
519 // not implemented
520
522 };
523
524 class _pof_ConfigurationConstraint : public _OMNI_NS(proxyObjectFactory) {
525 public:
526 inline _pof_ConfigurationConstraint() : _OMNI_NS(proxyObjectFactory)(ConfigurationConstraint::_PD_repoId) {}
528
529 virtual omniObjRef* newObjRef(omniIOR*,omniIdentity*);
530 virtual _CORBA_Boolean is_a(const char*) const;
531 };
532
534 public virtual _impl_DifferentiableFunction
535 {
536 public:
538
539 virtual floatSeq* getWeights() = 0;
540 virtual void setWeights(const ::hpp::floatSeq& weights) = 0;
541 virtual floatSeq* getGoal() = 0;
542
543 public: // Really protected, workaround for xlC
544 virtual _CORBA_Boolean _dispatch(omniCallHandle&);
545
546 private:
547 virtual void* _ptrToInterface(const char*);
548 virtual const char* _mostDerivedRepoId();
549
550 };
551
552
553 _CORBA_MODULE_END
554
555_CORBA_MODULE_END
556
557
558
559_CORBA_MODULE POA_hpp
560_CORBA_MODULE_BEG
561
562 _CORBA_MODULE constraints_idl
563 _CORBA_MODULE_BEG
564
566 public virtual hpp::constraints_idl::_impl_DifferentiableFunction,
567 public virtual ::PortableServer::ServantBase
568 {
569 public:
571
572 inline ::hpp::constraints_idl::DifferentiableFunction_ptr _this() {
573 return (::hpp::constraints_idl::DifferentiableFunction_ptr) _do_this(::hpp::constraints_idl::DifferentiableFunction::_PD_repoId);
574 }
575 };
576
577 class Implicit :
578 public virtual hpp::constraints_idl::_impl_Implicit,
579 public virtual ::PortableServer::ServantBase
580 {
581 public:
582 virtual ~Implicit();
583
584 inline ::hpp::constraints_idl::Implicit_ptr _this() {
585 return (::hpp::constraints_idl::Implicit_ptr) _do_this(::hpp::constraints_idl::Implicit::_PD_repoId);
586 }
587 };
588
589 class LockedJoint :
590 public virtual hpp::constraints_idl::_impl_LockedJoint,
591 public virtual Implicit
592 {
593 public:
594 virtual ~LockedJoint();
595
596 inline ::hpp::constraints_idl::LockedJoint_ptr _this() {
597 return (::hpp::constraints_idl::LockedJoint_ptr) _do_this(::hpp::constraints_idl::LockedJoint::_PD_repoId);
598 }
599 };
600
602 public virtual hpp::constraints_idl::_impl_ConfigurationConstraint,
603 public virtual DifferentiableFunction
604 {
605 public:
607
608 inline ::hpp::constraints_idl::ConfigurationConstraint_ptr _this() {
609 return (::hpp::constraints_idl::ConfigurationConstraint_ptr) _do_this(::hpp::constraints_idl::ConfigurationConstraint::_PD_repoId);
610 }
611 };
612
613 _CORBA_MODULE_END
614
615_CORBA_MODULE_END
616
617
618
619_CORBA_MODULE OBV_hpp
620_CORBA_MODULE_BEG
621
622 _CORBA_MODULE constraints_idl
623 _CORBA_MODULE_BEG
624
625 _CORBA_MODULE_END
626
627_CORBA_MODULE_END
628
629
630
631
632
633#undef _core_attr
634#undef _dyn_attr
635
636
637
638inline void
639hpp::constraints_idl::DifferentiableFunction::_marshalObjRef(::hpp::constraints_idl::DifferentiableFunction_ptr obj, cdrStream& s) {
640 omniObjRef::_marshal(obj->_PR_getobj(),s);
641}
642
643inline void
644hpp::constraints_idl::Implicit::_marshalObjRef(::hpp::constraints_idl::Implicit_ptr obj, cdrStream& s) {
645 omniObjRef::_marshal(obj->_PR_getobj(),s);
646}
647
648inline void
649hpp::constraints_idl::LockedJoint::_marshalObjRef(::hpp::constraints_idl::LockedJoint_ptr obj, cdrStream& s) {
650 omniObjRef::_marshal(obj->_PR_getobj(),s);
651}
652
653inline void
654hpp::constraints_idl::ConfigurationConstraint::_marshalObjRef(::hpp::constraints_idl::ConfigurationConstraint_ptr obj, cdrStream& s) {
655 omniObjRef::_marshal(obj->_PR_getobj(),s);
656}
657
658
659
660#ifdef USE_stub_in_nt_dll_NOT_DEFINED_constraints
661# undef USE_stub_in_nt_dll
662# undef USE_stub_in_nt_dll_NOT_DEFINED_constraints
663#endif
664#ifdef USE_core_stub_in_nt_dll_NOT_DEFINED_constraints
665# undef USE_core_stub_in_nt_dll
666# undef USE_core_stub_in_nt_dll_NOT_DEFINED_constraints
667#endif
668#ifdef USE_dyn_stub_in_nt_dll_NOT_DEFINED_constraints
669# undef USE_dyn_stub_in_nt_dll
670# undef USE_dyn_stub_in_nt_dll_NOT_DEFINED_constraints
671#endif
672
673#endif // __constraints_hh__
674
Definition common-idl.hh:1138
Definition constraints-idl.hh:444
static _CORBA_Boolean is_nil(_ptr_type)
static void duplicate(_ptr_type)
ConfigurationConstraint_ptr _ptr_type
Definition constraints-idl.hh:446
static _ptr_type unmarshalObjRef(cdrStream &)
static void release(_ptr_type)
static void marshalObjRef(_ptr_type, cdrStream &)
Definition constraints-idl.hh:462
static _ptr_type _nil()
static _ptr_type _fromObjRef(omniObjRef *o)
Definition constraints-idl.hh:484
inline ::hpp::constraints_idl::ConfigurationConstraint_ptr _this()
Definition constraints-idl.hh:608
static _ptr_type _unchecked_narrow(::CORBA::Object_ptr)
static _ptr_type _duplicate(_ptr_type)
static _core_attr const char * _PD_repoId
Definition constraints-idl.hh:491
virtual ~ConfigurationConstraint()
ConfigurationConstraint_var _var_type
Definition constraints-idl.hh:466
ConfigurationConstraint_ptr _ptr_type
Definition constraints-idl.hh:465
static void _marshalObjRef(_ptr_type, cdrStream &)
Definition constraints-idl.hh:654
static _ptr_type _unmarshalObjRef(cdrStream &s)
Definition constraints-idl.hh:476
static _ptr_type _narrow(::CORBA::Object_ptr)
Definition constraints-idl.hh:76
DifferentiableFunction_ptr _ptr_type
Definition constraints-idl.hh:78
static void duplicate(_ptr_type)
static _ptr_type unmarshalObjRef(cdrStream &)
static _CORBA_Boolean is_nil(_ptr_type)
static void release(_ptr_type)
static void marshalObjRef(_ptr_type, cdrStream &)
Definition constraints-idl.hh:94
static _ptr_type _unchecked_narrow(::CORBA::Object_ptr)
DifferentiableFunction_var _var_type
Definition constraints-idl.hh:98
virtual ~DifferentiableFunction()
static _ptr_type _duplicate(_ptr_type)
static _ptr_type _fromObjRef(omniObjRef *o)
Definition constraints-idl.hh:116
static void _marshalObjRef(_ptr_type, cdrStream &)
Definition constraints-idl.hh:639
DifferentiableFunction_ptr _ptr_type
Definition constraints-idl.hh:97
static _ptr_type _nil()
static _ptr_type _narrow(::CORBA::Object_ptr)
static _core_attr const char * _PD_repoId
Definition constraints-idl.hh:123
inline ::hpp::constraints_idl::DifferentiableFunction_ptr _this()
Definition constraints-idl.hh:572
static _ptr_type _unmarshalObjRef(cdrStream &s)
Definition constraints-idl.hh:108
Definition constraints-idl.hh:205
static _CORBA_Boolean is_nil(_ptr_type)
static void marshalObjRef(_ptr_type, cdrStream &)
Implicit_ptr _ptr_type
Definition constraints-idl.hh:207
static _ptr_type _nil()
static void release(_ptr_type)
static void duplicate(_ptr_type)
static _ptr_type unmarshalObjRef(cdrStream &)
Definition constraints-idl.hh:223
Implicit_ptr _ptr_type
Definition constraints-idl.hh:226
static _ptr_type _narrow(::CORBA::Object_ptr)
static void _marshalObjRef(_ptr_type, cdrStream &)
Definition constraints-idl.hh:644
static _ptr_type _duplicate(_ptr_type)
static _ptr_type _unmarshalObjRef(cdrStream &s)
Definition constraints-idl.hh:237
static _ptr_type _nil()
static _ptr_type _fromObjRef(omniObjRef *o)
Definition constraints-idl.hh:245
inline ::hpp::constraints_idl::Implicit_ptr _this()
Definition constraints-idl.hh:584
static _ptr_type _unchecked_narrow(::CORBA::Object_ptr)
static _core_attr const char * _PD_repoId
Definition constraints-idl.hh:252
Implicit_var _var_type
Definition constraints-idl.hh:227
virtual ~Implicit()
Definition constraints-idl.hh:330
LockedJoint_ptr _ptr_type
Definition constraints-idl.hh:332
static _CORBA_Boolean is_nil(_ptr_type)
static void marshalObjRef(_ptr_type, cdrStream &)
static void release(_ptr_type)
static _ptr_type _nil()
static _ptr_type unmarshalObjRef(cdrStream &)
static void duplicate(_ptr_type)
Definition constraints-idl.hh:348
static _ptr_type _unchecked_narrow(::CORBA::Object_ptr)
static void _marshalObjRef(_ptr_type, cdrStream &)
Definition constraints-idl.hh:649
inline ::hpp::constraints_idl::LockedJoint_ptr _this()
Definition constraints-idl.hh:596
static _ptr_type _narrow(::CORBA::Object_ptr)
static _ptr_type _nil()
LockedJoint_var _var_type
Definition constraints-idl.hh:352
static _core_attr const char * _PD_repoId
Definition constraints-idl.hh:377
static _ptr_type _unmarshalObjRef(cdrStream &s)
Definition constraints-idl.hh:362
LockedJoint_ptr _ptr_type
Definition constraints-idl.hh:351
virtual ~LockedJoint()
static _ptr_type _fromObjRef(omniObjRef *o)
Definition constraints-idl.hh:370
static _ptr_type _duplicate(_ptr_type)
Definition constraints-idl.hh:535
virtual _CORBA_Boolean _dispatch(omniCallHandle &)
virtual floatSeq * getGoal()=0
virtual floatSeq * getWeights()=0
virtual void setWeights(const ::hpp::floatSeq &weights)=0
Definition constraints-idl.hh:173
virtual size_type outputDerivativeSize()=0
virtual char * str()=0
virtual size_type inputDerivativeSize()=0
virtual char * name()=0
virtual _CORBA_Boolean _dispatch(omniCallHandle &)
virtual floatSeq * value(const ::hpp::floatSeq &arg)=0
virtual floatSeqSeq * jacobian(const ::hpp::floatSeq &arg)=0
virtual size_type outputSize()=0
virtual size_type inputSize()=0
Definition constraints-idl.hh:300
virtual ~_impl_Implicit()
virtual size_type rightHandSideSize()=0
virtual _CORBA_Boolean _dispatch(omniCallHandle &)
virtual DifferentiableFunction_ptr function()=0
virtual void setComparisonType(const ::hpp::ComparisonTypes_t &compType)=0
virtual size_type parameterSize()=0
virtual ComparisonTypes_t * getComparisonType()=0
virtual floatSeq * rightHandSideAt(::hpp::value_type s)=0
Definition constraints-idl.hh:419
virtual ~_impl_LockedJoint()
virtual _CORBA_Boolean _dispatch(omniCallHandle &)
virtual char * jointName()=0
Definition constraints-idl.hh:499
void setWeights(const ::hpp::floatSeq &weights)
_objref_ConfigurationConstraint()
Definition constraints-idl.hh:507
_objref_ConfigurationConstraint(omniIOR *, omniIdentity *)
Definition constraints-idl.hh:132
floatSeq * value(const ::hpp::floatSeq &arg)
_objref_DifferentiableFunction(omniIOR *, omniIdentity *)
_objref_DifferentiableFunction()
Definition constraints-idl.hh:145
floatSeqSeq * jacobian(const ::hpp::floatSeq &arg)
Definition constraints-idl.hh:261
DifferentiableFunction_ptr function()
ComparisonTypes_t * getComparisonType()
virtual ~_objref_Implicit()
void setComparisonType(const ::hpp::ComparisonTypes_t &compType)
size_type parameterSize()
_objref_Implicit()
Definition constraints-idl.hh:272
_objref_Implicit(omniIOR *, omniIdentity *)
size_type rightHandSideSize()
floatSeq * rightHandSideAt(::hpp::value_type s)
Definition constraints-idl.hh:385
_objref_LockedJoint(omniIOR *, omniIdentity *)
_objref_LockedJoint()
Definition constraints-idl.hh:391
virtual ~_objref_LockedJoint()
Definition constraints-idl.hh:524
virtual _CORBA_Boolean is_a(const char *) const
virtual omniObjRef * newObjRef(omniIOR *, omniIdentity *)
_pof_ConfigurationConstraint()
Definition constraints-idl.hh:526
Definition constraints-idl.hh:162
virtual ~_pof_DifferentiableFunction()
_pof_DifferentiableFunction()
Definition constraints-idl.hh:164
virtual omniObjRef * newObjRef(omniIOR *, omniIdentity *)
virtual _CORBA_Boolean is_a(const char *) const
Definition constraints-idl.hh:289
virtual ~_pof_Implicit()
virtual _CORBA_Boolean is_a(const char *) const
virtual omniObjRef * newObjRef(omniIOR *, omniIdentity *)
_pof_Implicit()
Definition constraints-idl.hh:291
Definition constraints-idl.hh:408
_pof_LockedJoint()
Definition constraints-idl.hh:410
virtual omniObjRef * newObjRef(omniIOR *, omniIdentity *)
virtual _CORBA_Boolean is_a(const char *) const
virtual ~_pof_LockedJoint()
Definition common-idl.hh:803
Definition common-idl.hh:689
::CORBA::LongLong size_type
Definition common-idl.hh:66
_CORBA_ObjRef_Var< _objref_LockedJoint, LockedJoint_Helper > LockedJoint_var
Definition constraints-idl.hh:342
_CORBA_ObjRef_OUT_arg< _objref_Implicit, Implicit_Helper > Implicit_out
Definition constraints-idl.hh:218
#define _core_attr
Definition constraints-idl.hh:43
ConfigurationConstraint_ptr ConfigurationConstraintRef
Definition constraints-idl.hh:442
_objref_DifferentiableFunction * DifferentiableFunction_ptr
Definition constraints-idl.hh:73
_objref_Implicit * Implicit_ptr
Definition constraints-idl.hh:202
_CORBA_ObjRef_OUT_arg< _objref_LockedJoint, LockedJoint_Helper > LockedJoint_out
Definition constraints-idl.hh:343
_CORBA_ObjRef_OUT_arg< _objref_DifferentiableFunction, DifferentiableFunction_Helper > DifferentiableFunction_out
Definition constraints-idl.hh:89
_CORBA_ObjRef_OUT_arg< _objref_ConfigurationConstraint, ConfigurationConstraint_Helper > ConfigurationConstraint_out
Definition constraints-idl.hh:457
DifferentiableFunction_ptr DifferentiableFunctionRef
Definition constraints-idl.hh:74
_objref_ConfigurationConstraint * ConfigurationConstraint_ptr
Definition constraints-idl.hh:441
LockedJoint_ptr LockedJointRef
Definition constraints-idl.hh:328
Implicit_ptr ImplicitRef
Definition constraints-idl.hh:203
_CORBA_ObjRef_Var< _objref_ConfigurationConstraint, ConfigurationConstraint_Helper > ConfigurationConstraint_var
Definition constraints-idl.hh:456
_CORBA_ObjRef_Var< _objref_Implicit, Implicit_Helper > Implicit_var
Definition constraints-idl.hh:217
_objref_LockedJoint * LockedJoint_ptr
Definition constraints-idl.hh:327
_CORBA_ObjRef_Var< _objref_DifferentiableFunction, DifferentiableFunction_Helper > DifferentiableFunction_var
Definition constraints-idl.hh:88
Implement CORBA interface `‘Obstacle’'.
Definition client.hh:46
double value_type
Definition common.idl:18