Classes | Namespaces | Defines
rtt_rostopic_ros_msg_transporter.hpp File Reference
#include <rtt/rtt-config.h>
#include <rtt/types/TypeTransporter.hpp>
#include <rtt/Port.hpp>
#include <rtt/TaskContext.hpp>
#include <rtt/internal/ConnFactory.hpp>
#include <ros/ros.h>
#include <rtt_roscomm/rtt_rostopic_ros_publish_activity.hpp>
Include dependency graph for rtt_rostopic_ros_msg_transporter.hpp:

Go to the source code of this file.

Classes

struct  rtt_roscomm::RosMessageAdapter< T >
class  rtt_roscomm::RosMsgTransporter< T >
class  rtt_roscomm::RosPubChannelElement< T >
class  rtt_roscomm::RosSubChannelElement< T >

Namespaces

namespace  rtt_roscomm

Defines

#define RTT_VERSION_GTE(major, minor, patch)

Define Documentation

#define RTT_VERSION_GTE (   major,
  minor,
  patch 
)
Value:
((RTT_VERSION_MAJOR > major) || (RTT_VERSION_MAJOR == major && \
       (RTT_VERSION_MINOR > minor) || (RTT_VERSION_MINOR == minor && \
       (RTT_VERSION_PATCH >= patch))))

Definition at line 62 of file rtt_rostopic_ros_msg_transporter.hpp.



rtt_roscomm
Author(s): Ruben Smits, Jonathan Bohren
autogenerated on Mon Apr 3 2017 03:34:43