#include "unit.hpp"
#include <rtt-fwd.hpp>
#include <internal/DataSources.hpp>
#include <os/fosi.h>
#include <boost/lambda/lambda.hpp>
#include "datasource_fixture.hpp"
#include "marsh/PropertyBagIntrospector.hpp"
#include "types/EnumTypeInfo.hpp"
#include "marsh/PropertyLoader.hpp"
#include "TaskContext.hpp"
Go to the source code of this file.
Classes | |
class | EnumTypeTest |
Enumerations | |
enum | TheEnum { A, B, C, A, B, C } |
Functions | |
BOOST_AUTO_TEST_CASE (testEnumIntConversion) | |
BOOST_AUTO_TEST_CASE (testEnumSaveIntProperties) |
enum TheEnum |
Definition at line 34 of file enum_type_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testEnumIntConversion | ) |
Definition at line 68 of file enum_type_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testEnumSaveIntProperties | ) |
Definition at line 103 of file enum_type_test.cpp.