#include "CorbaLib.hpp"#include "CorbaTypeTransporter.hpp"#include "OperationInterfaceI.h"#include "AnyDataSource.hpp"#include "../../rtt-detail-fwd.hpp"#include "../../internal/OperationCallerC.hpp"#include "../../internal/SendHandleC.hpp"#include "../../Logger.hpp"
Go to the source code of this file.
Functions | |
| bool | anysequence_to_sourcevector (CAnyArguments const &anys, vector< DataSourceBase::shared_ptr > &sources) |
| bool | sourcevector_to_anysequence (vector< DataSourceBase::shared_ptr > const &sources, CAnyArguments &anys) |
| bool anysequence_to_sourcevector | ( | CAnyArguments const & | anys, |
| vector< DataSourceBase::shared_ptr > & | sources | ||
| ) |
Helper function to convert a sequence of anys to a vector of data sources.
| sources | |
| anys |
Definition at line 105 of file OperationInterfaceI.cpp.
| bool sourcevector_to_anysequence | ( | vector< DataSourceBase::shared_ptr > const & | sources, |
| CAnyArguments & | anys | ||
| ) |
Helper function to convert a vector of data sources to a sequence of anys.
| sources | |
| anys |
Definition at line 115 of file OperationInterfaceI.cpp.