Orocos Real-Time Toolkit
2.8.3
|
The CORBA transport plugin. More...
#include <rtt/transports/mqueue/MQLib.hpp>
Public Member Functions | |
bool | registerTransport (std::string name, RTT::types::TypeInfo *ti) |
Add a transport for the given type to the types::TypeInfo instance. More... | |
std::string | getTransportName () const |
Returns the (protocol) name of this transport. More... | |
std::string | getTypekitName () const |
Returns the intended typekit name of this plugin. More... | |
std::string | getName () const |
Each plugin must have a unique name. More... | |
bool | registerTransport (std::string name, RTT::types::TypeInfo *ti) |
Add a transport for the given type to the types::TypeInfo instance. More... | |
std::string | getTransportName () const |
Returns the (protocol) name of this transport. More... | |
std::string | getTypekitName () const |
Returns the intended typekit name of this plugin. More... | |
std::string | getName () const |
Each plugin must have a unique name. More... | |
|
virtual |
Each plugin must have a unique name.
This name is used globally in the process to identify this instance.
Implements RTT::types::TransportPlugin.
Definition at line 86 of file MQLib.cpp.
References ORO_TYPEKIT_PLUGIN.
|
virtual |
Each plugin must have a unique name.
This name is used globally in the process to identify this instance.
Implements RTT::types::TransportPlugin.
|
virtual |
Returns the (protocol) name of this transport.
May not contain slashes. e.g. "CORBA", "mqueue, "rostcp",...
Implements RTT::types::TransportPlugin.
|
virtual |
Returns the (protocol) name of this transport.
May not contain slashes. e.g. "CORBA", "mqueue, "rostcp",...
Implements RTT::types::TransportPlugin.
|
virtual |
Returns the intended typekit name of this plugin.
This is informative and only for user display. e.g. "rtt-types", "kdl-types/frame",...
Implements RTT::types::TransportPlugin.
|
virtual |
Returns the intended typekit name of this plugin.
This is informative and only for user display. e.g. "rtt-types", "kdl-types/frame",...
Implements RTT::types::TransportPlugin.
|
virtual |
Add a transport for the given type to the types::TypeInfo instance.
type_name | The name of the type to transport |
ti | The type to which transports may be added. |
Implements RTT::types::TransportPlugin.
Definition at line 52 of file MQLib.cpp.
References RTT::types::TypeInfo::addProtocol(), and ORO_MQUEUE_PROTOCOL_ID.
|
virtual |
Add a transport for the given type to the types::TypeInfo instance.
type_name | The name of the type to transport |
ti | The type to which transports may be added. |
Implements RTT::types::TransportPlugin.