Go to the documentation of this file.
28 #ifndef ROSCPP_WALL_TIMER_H
29 #define ROSCPP_WALL_TIMER_H
73 void setPeriod(
const WallDuration& period,
bool reset=
true);
75 bool hasStarted()
const {
return impl_ && impl_->hasStarted(); }
76 bool isValid() {
return impl_ && impl_->isValid(); }
77 operator void*() {
return isValid() ? (
void*)1 : (
void*)0; }
81 return impl_ < rhs.
impl_;
86 return impl_ == rhs.
impl_;
91 return impl_ != rhs.
impl_;
103 bool hasStarted()
const;
106 void setPeriod(
const WallDuration& period,
bool reset=
true);
boost::function< void(const WallTimerEvent &)> WallTimerCallback
boost::weak_ptr< Impl > ImplWPtr
Manages a wall-clock timer callback.
bool operator!=(const WallTimer &rhs)
Encapsulates all options available for starting a timer.
bool operator==(const WallTimer &rhs)
roscpp's interface for creating subscribers, publishers, etc.
boost::weak_ptr< void const > VoidConstWPtr
ROSCPP_DECL void start()
Actually starts the internals of the node (spins up threads, starts the network polling and xmlrpc lo...
VoidConstWPtr tracked_object_
bool operator<(const WallTimer &rhs)
CallbackQueueInterface * callback_queue_
WallTimerCallback callback_
boost::shared_ptr< Impl > ImplPtr
Abstract interface for a queue used to handle all callbacks within roscpp.
roscpp
Author(s): Morgan Quigley, Josh Faust, Brian Gerkey, Troy Straszheim, Dirk Thomas
, Jacob Perron
autogenerated on Sat Sep 14 2024 02:59:36