#include <iostream>#include <TaskContext.hpp>#include <OperationCaller.hpp>#include <Operation.hpp>#include <internal/RemoteOperationCaller.hpp>#include <Service.hpp>#include "unit.hpp"#include "operations_fixture.hpp"
Go to the source code of this file.
Defines | |
| #define | ORO_TEST_OPERATION_CALLER |
Functions | |
| BOOST_AUTO_TEST_CASE (testRemoteOperationCallerFactory) | |
| BOOST_AUTO_TEST_CASE (testOperationCallerFromDS) | |
| BOOST_AUTO_TEST_CASE (testOperationCallerC_Send) | |
| BOOST_AUTO_TEST_CASE (testOperationCallerC_Call) | |
| BOOST_AUTO_TEST_CASE (testRemoteOperationCaller) | |
| #define ORO_TEST_OPERATION_CALLER |
Definition at line 21 of file remote_method_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testRemoteOperationCallerFactory | ) |
Definition at line 213 of file remote_method_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testOperationCallerFromDS | ) |
Definition at line 173 of file remote_method_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testOperationCallerC_Send | ) |
Definition at line 89 of file remote_method_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testOperationCallerC_Call | ) |
Definition at line 56 of file remote_method_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testRemoteOperationCaller | ) |
This test suite tests the RTT::internal::RemoteOperationCaller class and its dependencies, being OperationCallerC and SendHandleC.
Definition at line 39 of file remote_method_test.cpp.