Orocos Real-Time Toolkit
2.6.0
|
This specialisation uses the toRTT() and toCORBA functions for converting between RTT::ConnPolicy and RTT::corba::CConPolicy. More...
#include <rtt/transports/corba/RTTCorbaConversion.hpp>
Public Types | |
typedef RTT::corba::CConnPolicy | CorbaType |
typedef RTT::ConnPolicy | StdType |
Static Public Member Functions | |
static CorbaType | toAny (const StdType &orig) |
static StdType | get (const CorbaType t) |
static bool | update (const CORBA::Any &any, StdType &_value) |
static CORBA::Any_ptr | createAny (const StdType &t) |
static bool | updateAny (StdType const &t, CORBA::Any &any) |
This specialisation uses the toRTT() and toCORBA functions for converting between RTT::ConnPolicy and RTT::corba::CConPolicy.
Definition at line 286 of file RTTCorbaConversion.hpp.