#include <CMathEventQueue.h>
◆ Type
Possible action item types
Enumerator |
---|
Calculation | |
Assignment | |
Callback | |
◆ CAction() [1/4]
CMathEventQueue::CAction::CAction |
( |
| ) |
|
|
private |
Default constructor (hidden)
◆ CAction() [2/4]
CMathEventQueue::CAction::CAction |
( |
const CAction & |
src | ) |
|
Copy constructor
- Parameters
-
◆ CAction() [3/4]
Specific constructor
- Parameters
-
References CEvent::Assignment, C_FLOAT64, Calculation, Callback, CEvent::Callback, CEvent::Discontinuity, CMathEvent::getPriority(), CMathEvent::getType(), CMathObject::getValuePointer(), mpPriority, and mType.
◆ CAction() [4/4]
◆ ~CAction()
CMathEventQueue::CAction::~CAction |
( |
| ) |
|
◆ getEvent()
CMathEvent * CMathEventQueue::CAction::getEvent |
( |
| ) |
const |
Retrieve the event id
- Returns
- CMathEventN * pEvent
◆ getPriority()
const C_FLOAT64 & CMathEventQueue::CAction::getPriority |
( |
| ) |
const |
◆ getType()
Retrieve the type of action
- Returns
- const Type & type
◆ process()
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const CAction & |
o |
|
) |
| |
|
friend |
◆ mpEvent
The event associated with this action
◆ mpPriority
const C_FLOAT64* CMathEventQueue::CAction::mpPriority |
|
private |
A pointer to the priority value
Referenced by CAction().
◆ mpProcessQueue
A pointer to the process queue to which a subsequent assignment must be added if the entry is a calculation.
◆ mType
Type CMathEventQueue::CAction::mType |
|
private |
The type of action item
Referenced by CAction().
◆ mValues
The new value if the entry is an assignment.
The documentation for this class was generated from the following files: