Orocos Real-Time Toolkit
2.9.0
|
Public Member Functions | |
CorbaOperationCallerCall (CService_ptr fact, std::string op, std::vector< base::DataSourceBase::shared_ptr > const &args, ExecutionEngine *caller, CorbaTypeTransporter *ctt, base::DataSourceBase::shared_ptr result, bool docall, bool oneway) | |
void | readArguments () |
bool | execute () |
ActionInterface * | clone () const |
virtual ActionInterface * | copy (std::map< const DataSourceBase *, DataSourceBase * > &alreadyCloned) const |
Calls a CORBA method.
This is not a datasource because we separate the returning of the data from the calling code in order to avoid that the calling code depends on templates (ie a DataSource<T> base class). This class needs to be combined with an ActionAliasDataSource that ties this action to the value datasource referenced by mresult.
Definition at line 209 of file CorbaOperationCallerFactory.cpp.
|
inline |
Definition at line 222 of file CorbaOperationCallerFactory.cpp.
|
inline |
Definition at line 282 of file CorbaOperationCallerFactory.cpp.
|
inlinevirtual |
Definition at line 284 of file CorbaOperationCallerFactory.cpp.
|
inline |
Definition at line 245 of file CorbaOperationCallerFactory.cpp.
References RTT::types::TypeInfo::getProtocol(), RTT::internal::AssignableDataSource< T >::narrow(), ORO_CORBA_PROTOCOL_ID, RTT::internal::AssignableDataSource< T >::set(), and RTT::corba::CCallError::what.
|
inline |
Definition at line 232 of file CorbaOperationCallerFactory.cpp.
References RTT::types::TypeInfo::getProtocol(), and ORO_CORBA_PROTOCOL_ID.