This is Unofficial EPICS BASE Doxygen Site
epics::pvData::TimerCallback::IncreasingTime Struct Reference

Public Member Functions

bool operator() (const TimerCallbackPtr &lhs, const TimerCallbackPtr &rhs)
 

Detailed Description

Definition at line 37 of file timer.cpp.

Member Function Documentation

bool epics::pvData::TimerCallback::IncreasingTime::operator() ( const TimerCallbackPtr lhs,
const TimerCallbackPtr rhs 
)
inline

Definition at line 38 of file timer.cpp.

38  {
39  assert(lhs && rhs);
40  return lhs->timeToRun < rhs->timeToRun;
41  }
#define assert(exp)
Declare that a condition should be true.
Definition: epicsAssert.h:70

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