MIRA
Public Member Functions | Public Attributes | List of all members
DispatcherThread::QueueItem Struct Reference

XXX. More...

#include <fw/DispatcherThread.h>

Public Member Functions

 QueueItem ()
 
 QueueItem (IRunnablePtr r, Time t)
 
bool operator< (const QueueItem &other) const
 

Public Attributes

IRunnablePtr runnable
 
Time time
 
bool toBeRemoved
 

Detailed Description

XXX.

Constructor & Destructor Documentation

◆ QueueItem() [1/2]

QueueItem ( )
inline

◆ QueueItem() [2/2]

QueueItem ( IRunnablePtr  r,
Time  t 
)
inline

Member Function Documentation

◆ operator<()

bool operator< ( const QueueItem other) const
inline

Member Data Documentation

◆ runnable

IRunnablePtr runnable

◆ time

Time time

◆ toBeRemoved

bool toBeRemoved

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