AERA
Public Member Functions | Public Attributes | List of all members
r_exec::MonitoringJob< M > Class Template Reference
Inheritance diagram for r_exec::MonitoringJob< M >:
r_exec::TimeJob core::_Object

Public Member Functions

 MonitoringJob (M *monitor, Timestamp deadline)
 
bool update (Timestamp &next_target) override
 
bool is_alive () const override
 
void report (std::chrono::microseconds lag) const override
 
- Public Member Functions inherited from r_exec::TimeJob
uint32 get_job_id () const
 
- Public Member Functions inherited from core::_Object
void incRef ()
 
virtual void decRef ()
 

Public Attributes

P< M > monitor_
 
- Public Attributes inherited from r_exec::TimeJob
Timestamp target_time_
 

Additional Inherited Members

- Protected Member Functions inherited from r_exec::TimeJob
 TimeJob (Timestamp target_time)
 
- Protected Attributes inherited from core::_Object
std::atomic_int32_t refCount_
 

Detailed Description

template<class M>
class r_exec::MonitoringJob< M >

Definition at line 207 of file time_job.h.


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