The in-memory representation of the <objectives> child of the <stage> element. More...
#include <OSInstance.h>
Public Member Functions | |
TimeDomainStageObjectives () | |
The TimeDomainStageObjectives class constructor. | |
~TimeDomainStageObjectives () | |
The TimeDomainStageObjectives class destructor. | |
TimeDomainStageObjectives () | |
The TimeDomainStageObjectives class constructor. | |
~TimeDomainStageObjectives () | |
The TimeDomainStageObjectives class destructor. | |
Public Attributes | |
int | numberOfObjectives |
numberOfObjectives gives the number of objectives contained in this stage | |
int | startIdx |
startdIdx gives the number of the first objective contained in this stage | |
TimeDomainStageObj ** | obj |
obj is a pointer to an array of TimeDomainStageObj object pointers |
The in-memory representation of the <objectives> child of the <stage> element.
Definition at line 587 of file OSInstance.h.
TimeDomainStageObjectives::TimeDomainStageObjectives | ( | ) |
The TimeDomainStageObjectives class constructor.
Definition at line 867 of file OSInstance.cpp.
TimeDomainStageObjectives::~TimeDomainStageObjectives | ( | ) |
The TimeDomainStageObjectives class destructor.
Definition at line 877 of file OSInstance.cpp.
TimeDomainStageObjectives::TimeDomainStageObjectives | ( | ) |
The TimeDomainStageObjectives class constructor.
TimeDomainStageObjectives::~TimeDomainStageObjectives | ( | ) |
The TimeDomainStageObjectives class destructor.
numberOfObjectives gives the number of objectives contained in this stage
Definition at line 598 of file OSInstance.h.
startdIdx gives the number of the first objective contained in this stage
Definition at line 601 of file OSInstance.h.
obj is a pointer to an array of TimeDomainStageObj object pointers
Definition at line 604 of file OSInstance.h.