#include <WsfCommQueue.hpp>
◆ EntryStatus
Entry States.
| Enumerator |
|---|
| cQUEUED | |
| cPROCESSED | |
| cREPROCESSED | |
◆ Entry() [1/2]
| wsf::comm::Queue::Entry::Entry |
( |
| ) |
|
|
default |
◆ ~Entry()
| virtual wsf::comm::Queue::Entry::~Entry |
( |
| ) |
|
|
virtualdefault |
◆ Entry() [2/2]
| wsf::comm::Queue::Entry::Entry |
( |
const Entry & | aSrc | ) |
|
|
default |
◆ DecrementCounter()
| void wsf::comm::Queue::Entry::DecrementCounter |
( |
| ) |
|
|
inline |
◆ GetCounter()
| size_t wsf::comm::Queue::Entry::GetCounter |
( |
| ) |
const |
|
inline |
◆ GetMessage()
| Message * wsf::comm::Queue::Entry::GetMessage |
( |
| ) |
const |
|
inline |
◆ GetQueueTime()
| double wsf::comm::Queue::Entry::GetQueueTime |
( |
| ) |
const |
|
inline |
◆ GetStatus()
| EntryStatus wsf::comm::Queue::Entry::GetStatus |
( |
| ) |
const |
|
inline |
◆ IncrementCounter()
| void wsf::comm::Queue::Entry::IncrementCounter |
( |
| ) |
|
|
inline |
◆ operator=()
| Entry & wsf::comm::Queue::Entry::operator= |
( |
const Entry & | aRhs | ) |
|
|
default |
◆ operator==()
| bool wsf::comm::Queue::Entry::operator== |
( |
const Entry & | aRhs | ) |
const |
◆ ResetCounter()
| void wsf::comm::Queue::Entry::ResetCounter |
( |
| ) |
|
|
inline |
◆ SetCounter()
| void wsf::comm::Queue::Entry::SetCounter |
( |
size_t | aCount | ) |
|
|
inline |
◆ SetMessage()
| void wsf::comm::Queue::Entry::SetMessage |
( |
Message * | aMessagePtr | ) |
|
◆ SetQueueTime()
| void wsf::comm::Queue::Entry::SetQueueTime |
( |
double | aSimTime | ) |
|
|
inline |
◆ SetStatus()
| void wsf::comm::Queue::Entry::SetStatus |
( |
EntryStatus | aStatus | ) |
|
|
inline |
The documentation for this class was generated from the following files: