Static Public Member Functions | List of all members
ros::message_traits::TimeStamp< M, Enable > Struct Template Reference

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

#include <message_traits.h>

Static Public Member Functions

static ros::Time const * pointer (const M &m)
 
static ros::Timepointer (M &m)
 

Detailed Description

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

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

Definition at line 207 of file message_traits.h.

Member Function Documentation

◆ pointer() [1/2]

template<typename M , typename Enable = void>
static ros::Time const* ros::message_traits::TimeStamp< M, Enable >::pointer ( const M &  m)
inlinestatic

Definition at line 210 of file message_traits.h.

◆ pointer() [2/2]

template<typename M , typename Enable = void>
static ros::Time* ros::message_traits::TimeStamp< M, Enable >::pointer ( M &  m)
inlinestatic

Definition at line 209 of file message_traits.h.


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


roscpp_traits
Author(s): Josh Faust, Dirk Thomas
autogenerated on Sat Jun 17 2023 02:32:39