#include <OSInstance.h>
Collaboration diagram for TimeDomainStageConstraints:

Public Member Functions | |
| TimeDomainStageConstraints () | |
| The TimeDomainStageConstraints class constructor. | |
| ~TimeDomainStageConstraints () | |
| The TimeDomainStageConstraints class destructor. | |
| TimeDomainStageConstraints () | |
| The TimeDomainStageConstraints class constructor. | |
| ~TimeDomainStageConstraints () | |
| The TimeDomainStageConstraints class destructor. | |
Public Attributes | |
| int | numberOfConstraints |
| numberOfConstraints gives the number of constraints contained in this stage | |
| int | startIdx |
| startdIdx gives the number of the first constraint contained in this stage | |
| TimeDomainStageCon ** | con |
| con is a pointer to an array of TimeDomainStageCon object pointers | |
| TimeDomainStageCon ** | con |
| con is a pointer to an array of TimeDomainStageCon object pointers | |
Definition at line 503 of file OSInstance.h.
| TimeDomainStageConstraints::TimeDomainStageConstraints | ( | ) |
The TimeDomainStageConstraints class constructor.
Definition at line 748 of file OSInstance.cpp.
References con.
| TimeDomainStageConstraints::~TimeDomainStageConstraints | ( | ) |
The TimeDomainStageConstraints class destructor.
Definition at line 758 of file OSInstance.cpp.
References con, and numberOfConstraints.
| TimeDomainStageConstraints::TimeDomainStageConstraints | ( | ) |
The TimeDomainStageConstraints class constructor.
| TimeDomainStageConstraints::~TimeDomainStageConstraints | ( | ) |
The TimeDomainStageConstraints class destructor.
numberOfConstraints gives the number of constraints contained in this stage
Definition at line 513 of file OSInstance.h.
Referenced by OSInstance::getTimeDomainStageNumberOfConstraints(), OSInstance::setTimeDomainStageConstraintsOrdered(), OSInstance::setTimeDomainStageConstraintsUnordered(), and ~TimeDomainStageConstraints().
startdIdx gives the number of the first constraint contained in this stage
Definition at line 516 of file OSInstance.h.
Referenced by OSInstance::getTimeDomainStageConList(), and OSInstance::setTimeDomainStageConstraintsOrdered().
con is a pointer to an array of TimeDomainStageCon object pointers
Definition at line 519 of file OSInstance.h.
Referenced by OSInstance::getTimeDomainStageConList(), OSInstance::setTimeDomainStageConstraintsUnordered(), TimeDomainStageConstraints(), and ~TimeDomainStageConstraints().
con is a pointer to an array of TimeDomainStageCon object pointers
Definition at line 518 of file OSInstance.h.
1.4.7