event_detector 1.0.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
event_detector::Stamped< T > Struct Template Reference

Struct wrapping an object with a timestamp. More...

#include <common.hpp>

Public Attributes

rclcpp::Time stamp
 timestamp
 
std::shared_ptr< const T > msg
 ROS message.
 

Detailed Description

template<typename T>
struct event_detector::Stamped< T >

Struct wrapping an object with a timestamp.

Template Parameters
Tobject datatype

Definition at line 51 of file common.hpp.

Member Data Documentation

◆ msg

template<typename T >
std::shared_ptr<const T> event_detector::Stamped< T >::msg

ROS message.

Definition at line 53 of file common.hpp.

◆ stamp

template<typename T >
rclcpp::Time event_detector::Stamped< T >::stamp

timestamp

Definition at line 52 of file common.hpp.


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