eigen_mqueue.hpp
Go to the documentation of this file.
1 #ifndef __EIGEN_MQUEUE_PLUGIN__
2 #define __EIGEN_MQUEUE_PLUGIN__
3 
4 #include <rtt/types/TransportPlugin.hpp>
5 
6 namespace RTT
7 {
8  namespace mqueue
9  {
12  {
13  bool registerTransport(std::string name, RTT::types::TypeInfo* ti);
14  std::string getTransportName() const;
15  std::string getTypekitName() const;
16  std::string getName() const;
17  };
18  }
19 }
20 
21 
22 #endif
23 
std::string getTransportName() const
bool registerTransport(std::string name, RTT::types::TypeInfo *ti)
std::string getTypekitName() const
std::string getName() const


eigen_typekit
Author(s): Ruben Smits
autogenerated on Wed Jul 3 2019 19:39:42