#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 | |
struct | EnumStringTypeInfo |
class | EnumTypeTest |
Enumerations | |
enum | TheEnum { A, B, C, A, B, C } |
Functions | |
BOOST_AUTO_TEST_CASE (testEnumStringConversion) | |
BOOST_AUTO_TEST_CASE (testEnumSaveStringProperties) |
enum TheEnum |
Definition at line 34 of file enum_string_type_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testEnumStringConversion | ) |
Definition at line 79 of file enum_string_type_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testEnumSaveStringProperties | ) |
Definition at line 120 of file enum_string_type_test.cpp.