MADARA  3.1.8
TimedExecutor.cpp File Reference
#include "TimedExecutor.h"
#include "TimedEventThread.h"
#include "ace/Thread.h"
#include "madara/logger/GlobalLogger.h"
Include dependency graph for TimedExecutor.cpp:

Go to the source code of this file.

Functions

bool operator< (const madara::knowledge::TimedEvent &lhs, const madara::knowledge::TimedEvent &rhs)
 Comparison for higher event priorities. More...
 

Function Documentation

bool operator< ( const madara::knowledge::TimedEvent lhs,
const madara::knowledge::TimedEvent rhs 
)

Comparison for higher event priorities.

Parameters
lhsleft hand side of the check
rhsright hand side of the check
Returns
true if lhs timer is greater than rhs, false otherwise.

Definition at line 6 of file TimedExecutor.cpp.