hpp Namespace Reference

Implement CORBA interface ``Obstacle''. More...

Namespaces

module  constraints_idl
 
module  corbaserver
 
 corbaServer
 
module  core_idl
 
 fcl
 
 quaternion
 
 transform
 

Classes

exception  Error
 Corba exception travelling through the Corba channel. More...
 
interface  Tools
 Utilities to create new contexts and load new interfaces at runtime. More...
 

Typedefs

typedef double value_type
 
typedef long long size_type
 
typedef sequence< string > Names_t
 Sequence of names. More...
 
typedef sequence< boolean > boolSeq
 
typedef sequence< long > intSeq
 
typedef sequence< intSeqintSeqSeq
 
typedef sequence< double > floatSeq
 Robot configuration is defined by a sequence of dof value. More...
 
typedef sequence< floatSeqfloatSeqSeq
 
typedef double Transform_[7]
 Element of SE(3) represented by a vector and a unit quaternion. More...
 
typedef sequence< Transform_TransformSeq
 
typedef double Quaternion_[4]
 Quaternion used to define orientation constraint Add underscore to avoid name conflicts. More...
 

Detailed Description

Implement CORBA interface ``Obstacle''.

Typedef Documentation

typedef sequence<boolean> hpp::boolSeq
typedef sequence<double> hpp::floatSeq

Robot configuration is defined by a sequence of dof value.

typedef sequence<floatSeq> hpp::floatSeqSeq
typedef sequence<long> hpp::intSeq
typedef sequence<intSeq> hpp::intSeqSeq
typedef sequence<string> hpp::Names_t

Sequence of names.

typedef double hpp::Quaternion_[4]

Quaternion used to define orientation constraint Add underscore to avoid name conflicts.

typedef long long hpp::size_type
typedef double hpp::Transform_[7]

Element of SE(3) represented by a vector and a unit quaternion.

typedef sequence<Transform_> hpp::TransformSeq
typedef double hpp::value_type