Static Public Member Functions
ros::message_traits::FrameId< M, Enable > Struct Template Reference

FrameId trait. In the default implementation pointer() returns &m.header.frame_id if HasHeader<M>::value is true, otherwise returns NULL. value() does not exist, and causes a compile error. More...

#include <message_traits.h>

List of all members.

Static Public Member Functions

static std::string * pointer (M &m)
static std::string const * pointer (const M &m)

Detailed Description

template<typename M, typename Enable = void>
struct ros::message_traits::FrameId< M, Enable >

FrameId trait. In the default implementation pointer() returns &m.header.frame_id if HasHeader<M>::value is true, otherwise returns NULL. value() does not exist, and causes a compile error.

Definition at line 188 of file message_traits.h.


Member Function Documentation

template<typename M, typename Enable = void>
static std::string* ros::message_traits::FrameId< M, Enable >::pointer ( M &  m) [inline, static]

Definition at line 190 of file message_traits.h.

template<typename M, typename Enable = void>
static std::string const* ros::message_traits::FrameId< M, Enable >::pointer ( const M &  m) [inline, static]

Definition at line 191 of file message_traits.h.


The documentation for this struct was generated from the following file:


roscpp_traits
Author(s): Josh Faust
autogenerated on Mon Oct 6 2014 07:00:40