#include <rtt/types/TransportPlugin.hpp>
Go to the source code of this file.
Namespaces | |
namespace | orogen_typekits |
namespace | Typelib |
Defines | |
#define | __OROGEN_GENERATED_ <%= typekit.name.upcase %>_MQUEUE_PLUGIN_HPP |
Functions | |
virtual std::string | orogen_typekits::getName () const |
virtual std::string | orogen_typekits::getTransportName () const |
virtual std::string | orogen_typekits::getTypekitName () const |
<%=typekit.name%> | orogen_typekits::MQueueTransportPlugin () |
virtual bool | orogen_typekits::registerTransport (std::string type_name, RTT::types::TypeInfo *ti) |
Variables | |
extern<%=typekit.name%> MQueueTransportPlugin <%=typekit.name%> | orogen_typekits::MQueueTransport |
class<%=typekit.name%> | orogen_typekits::MQueueTransportPlugin |
#define __OROGEN_GENERATED_ <%= typekit.name.upcase %>_MQUEUE_PLUGIN_HPP |
Definition at line 4 of file mqueue/TransportPlugin.hpp.