#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.
Macros | |
| #define | ORO_TEST_OPERATION_CALLER |
| #define | wait_for_equal(a, b, times) |
Functions | |
| BOOST_AUTO_TEST_CASE (testRemoteOperationCaller) | |
| BOOST_AUTO_TEST_CASE (testOperationCallerC_Call) | |
| BOOST_AUTO_TEST_CASE (testOperationCallerC_Send) | |
| BOOST_AUTO_TEST_CASE (testOperationCallerFromDS) | |
| BOOST_AUTO_TEST_CASE (testRemoteOperationCallerFactory) | |
| BOOST_AUTO_TEST_CASE (testRemoteOperationCallerSleep) | |
| BOOST_AUTO_TEST_CASE (testRemoteOperationCallerReferences) | |
| #define ORO_TEST_OPERATION_CALLER |
Definition at line 21 of file remote_method_test.cpp.
| #define wait_for_equal | ( | a, | |
| b, | |||
| times | |||
| ) |
Definition at line 33 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 47 of file remote_method_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testOperationCallerC_Call | ) |
Definition at line 71 of file remote_method_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testOperationCallerC_Send | ) |
Definition at line 111 of file remote_method_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testOperationCallerFromDS | ) |
Definition at line 204 of file remote_method_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testRemoteOperationCallerFactory | ) |
Definition at line 249 of file remote_method_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testRemoteOperationCallerSleep | ) |
Definition at line 325 of file remote_method_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testRemoteOperationCallerReferences | ) |
Definition at line 346 of file remote_method_test.cpp.