struct_types.cpp
Go to the documentation of this file.
1 #include <rtt/types/Types.hpp>
3 #include "../../datasource_fixture.hpp"
4 
6 {
7  // classical structs from datasource fixture
8  Types()->addType( new StructTypeInfo< AType >("AType") );
9  Types()->addType( new StructTypeInfo< BType >("BType") );
10  Types()->addType( new StructTypeInfo< CType >("CType") );
11 }
TypeInfoRepository::shared_ptr Types()
Definition: Types.cpp:48
void loadStructTypes()
Definition: struct_types.cpp:5


rtt
Author(s): RTT Developers
autogenerated on Fri Oct 25 2019 03:59:44