Public Attributes | List of all members
ros::WallTimerEvent Struct Reference

Structure passed as a parameter to the callback invoked by a ros::WallTimer. More...

#include <forwards.h>

Public Attributes

WallTime current_expected
 In a perfect world, this is when the current callback should be happening. More...
 
WallTime current_expired
 When the current timer actually expired and the callback was added to the queue. More...
 
WallTime current_real
 This is when the current callback was actually called (Time::now() as of the beginning of the callback) More...
 
WallTime last_expected
 In a perfect world, this is when the last callback should have happened. More...
 
WallTime last_expired
 When the last timer actually expired and the callback was added to the queue. More...
 
WallTime last_real
 When the last callback actually happened. More...
 
struct {
   WallDuration   last_duration
 How long the last callback ran for. More...
 
profile
 

Detailed Description

Structure passed as a parameter to the callback invoked by a ros::WallTimer.

Definition at line 152 of file forwards.h.

Member Data Documentation

◆ current_expected

WallTime ros::WallTimerEvent::current_expected

In a perfect world, this is when the current callback should be happening.

Definition at line 158 of file forwards.h.

◆ current_expired

WallTime ros::WallTimerEvent::current_expired

When the current timer actually expired and the callback was added to the queue.

Definition at line 160 of file forwards.h.

◆ current_real

WallTime ros::WallTimerEvent::current_real

This is when the current callback was actually called (Time::now() as of the beginning of the callback)

Definition at line 159 of file forwards.h.

◆ last_duration

WallDuration ros::WallTimerEvent::last_duration

How long the last callback ran for.

Definition at line 164 of file forwards.h.

◆ last_expected

WallTime ros::WallTimerEvent::last_expected

In a perfect world, this is when the last callback should have happened.

Definition at line 154 of file forwards.h.

◆ last_expired

WallTime ros::WallTimerEvent::last_expired

When the last timer actually expired and the callback was added to the queue.

Definition at line 156 of file forwards.h.

◆ last_real

WallTime ros::WallTimerEvent::last_real

When the last callback actually happened.

Definition at line 155 of file forwards.h.

◆ profile

struct { ... } ros::WallTimerEvent::profile

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


roscpp
Author(s): Morgan Quigley, Josh Faust, Brian Gerkey, Troy Straszheim, Dirk Thomas , Jacob Perron
autogenerated on Thu Nov 23 2023 04:01:45