OpenDDS  Snapshot(2023/04/07-19:43)
Public Member Functions | Private Attributes | Friends | List of all members
OpenDDS::ICE::Task Struct Referenceabstract

#include <Task.h>

Inheritance diagram for OpenDDS::ICE::Task:
Inheritance graph
[legend]
Collaboration diagram for OpenDDS::ICE::Task:
Collaboration graph
[legend]

Public Member Functions

 Task (AgentImpl *a_agent_impl)
 
virtual ~Task ()
 
virtual void execute (const DCPS::MonotonicTimePoint &a_now)=0
 
void enqueue (const DCPS::MonotonicTimePoint &release_time)
 
- Public Member Functions inherited from OpenDDS::DCPS::RcObject
virtual ~RcObject ()
 
virtual void _add_ref ()
 
virtual void _remove_ref ()
 
long ref_count () const
 
WeakObject_get_weak_object () const
 

Private Attributes

AgentImplagent_impl_
 

Friends

class AgentImpl
 

Additional Inherited Members

- Protected Member Functions inherited from OpenDDS::DCPS::RcObject
 RcObject ()
 

Detailed Description

Definition at line 28 of file Task.h.

Constructor & Destructor Documentation

◆ Task()

OpenDDS::ICE::Task::Task ( AgentImpl a_agent_impl)
inlineexplicit

Definition at line 29 of file Task.h.

29 : agent_impl_(a_agent_impl) {}
AgentImpl * agent_impl_
Definition: Task.h:35

◆ ~Task()

virtual OpenDDS::ICE::Task::~Task ( )
inlinevirtual

Definition at line 30 of file Task.h.

References enqueue(), and execute().

30 {};

Member Function Documentation

◆ enqueue()

void OpenDDS::ICE::Task::enqueue ( const DCPS::MonotonicTimePoint release_time)

◆ execute()

virtual void OpenDDS::ICE::Task::execute ( const DCPS::MonotonicTimePoint a_now)
pure virtual

Friends And Related Function Documentation

◆ AgentImpl

friend class AgentImpl
friend

Definition at line 34 of file Task.h.

Member Data Documentation

◆ agent_impl_

AgentImpl* OpenDDS::ICE::Task::agent_impl_
private

Definition at line 35 of file Task.h.

Referenced by enqueue().


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