kdl_mqueue.hpp
Go to the documentation of this file.
1 #ifndef __KDL_MQUEUE_PLUGIN__
2 #define __KDL_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 getTypekitName() const
Definition: kdl_mqueue.cpp:177
std::string getTransportName() const
Definition: kdl_mqueue.cpp:173
bool registerTransport(std::string name, RTT::types::TypeInfo *ti)
Definition: kdl_mqueue.cpp:151
std::string getName() const
Definition: kdl_mqueue.cpp:180


kdl_typekit
Author(s): Steven Bellens, Ruben Smits
autogenerated on Wed Jul 3 2019 19:39:45