#include <dynamic-graph/command-direct-getter.h>
#include <dynamic-graph/command-direct-setter.h>
#include <dynamic-graph/entity.h>
#include <dynamic-graph/exception-factory.h>
#include <dynamic-graph/real-time-logger.h>
#include <dynamic-graph/signal-ptr.h>
#include <dynamic-graph/signal-time-dependent.h>
#include <sstream>
#include "dynamic-graph/factory.h"
#include "dynamic-graph/pool.h"
#include <boost/test/output_test_stream.hpp>
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
Classes | |
class | dynamicgraph::CustomEntity |
Namespaces | |
dynamicgraph | |
Macros | |
#define | __FILELINE__ __FILE__ BOOST_PP_STRINGIZE(__LINE__) |
#define | BOOST_TEST_MODULE entity |
#define | ENABLE_RT_LOG |
Functions | |
BOOST_AUTO_TEST_CASE (constructor) | |
BOOST_AUTO_TEST_CASE (signal) | |
BOOST_AUTO_TEST_CASE (displaySignalList) | |
BOOST_AUTO_TEST_CASE (display) | |
BOOST_AUTO_TEST_CASE (getCommandList) | |
BOOST_AUTO_TEST_CASE (writeGraph) | |
BOOST_AUTO_TEST_CASE (writeCompletionList) | |
BOOST_AUTO_TEST_CASE (sendMsg) | |
BOOST_AUTO_TEST_CASE (wtf) | |
dynamicgraph::DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN (CustomEntity, "CustomEntity") | |
#define __FILELINE__ __FILE__ BOOST_PP_STRINGIZE(__LINE__) |
#define BOOST_TEST_MODULE entity |
Definition at line 21 of file tests/entity.cpp.
#define ENABLE_RT_LOG |
Definition at line 6 of file tests/entity.cpp.
BOOST_AUTO_TEST_CASE | ( | constructor | ) |
Definition at line 80 of file tests/entity.cpp.
BOOST_AUTO_TEST_CASE | ( | signal | ) |
Definition at line 116 of file tests/entity.cpp.
BOOST_AUTO_TEST_CASE | ( | displaySignalList | ) |
Definition at line 160 of file tests/entity.cpp.
BOOST_AUTO_TEST_CASE | ( | display | ) |
Definition at line 170 of file tests/entity.cpp.
BOOST_AUTO_TEST_CASE | ( | getCommandList | ) |
Definition at line 180 of file tests/entity.cpp.
BOOST_AUTO_TEST_CASE | ( | writeGraph | ) |
Definition at line 187 of file tests/entity.cpp.
BOOST_AUTO_TEST_CASE | ( | writeCompletionList | ) |
Definition at line 197 of file tests/entity.cpp.
BOOST_AUTO_TEST_CASE | ( | sendMsg | ) |
Definition at line 207 of file tests/entity.cpp.
BOOST_AUTO_TEST_CASE | ( | wtf | ) |
Definition at line 247 of file tests/entity.cpp.