testtypes/types/plugins_test_types.cpp
Go to the documentation of this file.
1 
2 #include <rtt/types/Types.hpp>
5 #include "../../datasource_fixture.hpp"
6 
7 void loadStructTypes();
8 void loadSequenceTypes();
9 void loadArrayTypes();
10 
12 {
13 public:
14  virtual bool loadTypes() {
18  return true;
19  }
20 
21  virtual bool loadOperators() {
22  return true;
23  }
24 
25  virtual bool loadConstructors() {
26  return true;
27  }
28 
29  virtual bool loadGlobals() { return true; }
30 
31  virtual std::string getName() { return "TypesTest"; }
32 
33 };
34 
void loadSequenceTypes()
#define ORO_TYPEKIT_PLUGIN(TYPEKIT)
void loadArrayTypes()
Definition: array_types.cpp:7
void loadStructTypes()
Definition: struct_types.cpp:5


rtt
Author(s): RTT Developers
autogenerated on Tue Jun 25 2019 19:33:26