#include "unit.hpp"
#include <rtt-fwd.hpp>
#include <rtt/TaskContext.hpp>
#include <rtt/Operation.hpp>
#include <rtt/OperationCaller.hpp>
#include <rtt/extras/SlaveActivity.hpp>
#include <rtt/os/Mutex.hpp>
#include <rtt/os/Condition.hpp>
#include <rtt/os/fosi.h>
Go to the source code of this file.
Classes | |
class | ClientComponent |
class | MasterComponent |
class | SlaveActivityTest |
class | SlaveComponent |
Functions | |
BOOST_AUTO_TEST_CASE (testSlaveOperationCall) | |
BOOST_AUTO_TEST_CASE (testSlaveOperationCallWithCallback) |
BOOST_AUTO_TEST_CASE | ( | testSlaveOperationCall | ) |
Definition at line 146 of file slave_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testSlaveOperationCallWithCallback | ) |
Definition at line 163 of file slave_test.cpp.