Orocos Real-Time Toolkit  2.8.3
Public Types | Static Public Member Functions | List of all members
RTT::corba::AnyConversion< double > Struct Template Reference

#include <rtt/transports/corba/RTTCorbaConversion.hpp>

Inheritance diagram for RTT::corba::AnyConversion< double >:
RTT::corba::AnyConversionHelper< double >

Public Types

typedef CORBA::DoubleSeq sequence
 
typedef double CorbaType
 
typedef double StdType
 

Static Public Member Functions

static CorbaType toAny (doublet)
 
static double & fromAny (double &t)
 
static const double & get (const double &t)
 
static bool toStdType (StdType &tp, const CorbaType &cb)
 
static bool toCorbaType (CorbaType &cb, const StdType &tp)
 
static bool update (const CORBA::Any &any, StdType &_value)
 
static CORBA::Any_ptr createAny (const double &t)
 
static bool updateAny (const double &t, CORBA::Any &any)
 

Detailed Description

template<>
struct RTT::corba::AnyConversion< double >

Definition at line 57 of file RTTCorbaConversion.hpp.

Member Typedef Documentation

typedef double RTT::corba::AnyConversionHelper< double , double >::CorbaType
inherited

Definition at line 163 of file CorbaConversion.hpp.

typedef CORBA::DoubleSeq RTT::corba::AnyConversion< double >::sequence

Definition at line 58 of file RTTCorbaConversion.hpp.

typedef double RTT::corba::AnyConversionHelper< double , double >::StdType
inherited

Definition at line 164 of file CorbaConversion.hpp.

Member Function Documentation

static CORBA::Any_ptr RTT::corba::AnyConversionHelper< double , double >::createAny ( const double &  t)
inlinestaticinherited

Definition at line 197 of file CorbaConversion.hpp.

static double & RTT::corba::AnyConversionHelper< double , double >::fromAny ( double &  t)
inlinestaticinherited

Definition at line 170 of file CorbaConversion.hpp.

static const double & RTT::corba::AnyConversionHelper< double , double >::get ( const double &  t)
inlinestaticinherited

Definition at line 174 of file CorbaConversion.hpp.

static CorbaType RTT::corba::AnyConversionHelper< double , double >::toAny ( double  t)
inlinestaticinherited

Definition at line 165 of file CorbaConversion.hpp.

static bool RTT::corba::AnyConversionHelper< double , double >::toCorbaType ( CorbaType cb,
const StdType tp 
)
inlinestaticinherited

Definition at line 183 of file CorbaConversion.hpp.

static bool RTT::corba::AnyConversionHelper< double , double >::toStdType ( StdType tp,
const CorbaType cb 
)
inlinestaticinherited

Definition at line 178 of file CorbaConversion.hpp.

static bool RTT::corba::AnyConversionHelper< double , double >::update ( const CORBA::Any &  any,
StdType _value 
)
inlinestaticinherited

Definition at line 188 of file CorbaConversion.hpp.

static bool RTT::corba::AnyConversionHelper< double , double >::updateAny ( const double &  t,
CORBA::Any &  any 
)
inlinestaticinherited

Definition at line 204 of file CorbaConversion.hpp.


The documentation for this struct was generated from the following file: