20 #ifndef RTC_CORBA_UTIL_H 21 #define RTC_CORBA_UTIL_H 24 #include <rtc/corba/idl/RTCSkel.h> 33 template <
typename Local,
typename Remote>
38 if (l != NULL)
return false;
39 ::CORBA::Object_ptr r;
41 if (!::CORBA::is_nil(r))
return false;
42 robj = Remote::_narrow(r);
127 #endif // RTC_CORBA_UTIL_H
bool to_remote(Local *lobj, Remote *robj)
static CORBAManager & instance()
getting instance
::CORBA::Object_ptr toReference(doil::ImplBase *impl)
Converting Impl object to object reference.
doil implementation base class
RTC::Local::ReturnCode_t to_local(RTC::ReturnCode_t x)
RTC::ReturnCode_t -> RTC::Local::ReturnCode_t conversion.
RTC::Local::ExecutionContextProfile ExecutionContextProfile