BehaviorTree
Core Library to create and execute Behavior Trees
Loading...
Searching...
No Matches
BT::TimerQueue< ClockT, DurationT > Class Template Reference

Public Member Functions

uint64_t add (std::chrono::milliseconds milliseconds, std::function< void(bool)> handler)
 Adds a new timer.
 
size_t cancel (uint64_t id)
 Cancels the specified timer.
 
size_t cancelAll ()
 Cancels all timers.
 
 TimerQueue (const TimerQueue &)=delete
 
TimerQueueoperator= (const TimerQueue &)=delete
 
 TimerQueue (TimerQueue &&)=delete
 
TimerQueueoperator= (TimerQueue &&)=delete
 

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