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

Public Member Functions | |
| TimeDomainStageVariables () | |
| The TimeDomainStageVariables class constructor. | |
| ~TimeDomainStageVariables () | |
| The TimeDomainStageVariables class destructor. | |
| TimeDomainStageVariables () | |
| The TimeDomainStageVariables class constructor. | |
| ~TimeDomainStageVariables () | |
| The TimeDomainStageVariables class destructor. | |
Public Attributes | |
| int | numberOfVariables |
| numberOfVariables gives the number of variables contained in this stage | |
| int | startIdx |
| startdIdx gives the number of the first variable contained in this stage | |
| TimeDomainStageVar ** | var |
| var is a pointer to an array of TimeDomainStageVar object pointers | |
| TimeDomainStageVar ** | var |
| var is a pointer to an array of TimeDomainStageVar object pointers | |
Definition at line 519 of file OSInstance.h.
| TimeDomainStageVariables::TimeDomainStageVariables | ( | ) |
The TimeDomainStageVariables class constructor.
Definition at line 715 of file OSInstance.cpp.
References var.
| TimeDomainStageVariables::~TimeDomainStageVariables | ( | ) |
The TimeDomainStageVariables class destructor.
Definition at line 725 of file OSInstance.cpp.
References numberOfVariables, and var.
| TimeDomainStageVariables::TimeDomainStageVariables | ( | ) |
The TimeDomainStageVariables class constructor.
| TimeDomainStageVariables::~TimeDomainStageVariables | ( | ) |
The TimeDomainStageVariables class destructor.
numberOfVariables gives the number of variables contained in this stage
Definition at line 529 of file OSInstance.h.
Referenced by OSInstance::getTimeDomainStageNumberOfVariables(), OSInstance::setTimeDomainStageVariablesOrdered(), OSInstance::setTimeDomainStageVariablesUnordered(), and ~TimeDomainStageVariables().
startdIdx gives the number of the first variable contained in this stage
Definition at line 532 of file OSInstance.h.
Referenced by OSInstance::getTimeDomainStageVarList(), and OSInstance::setTimeDomainStageVariablesOrdered().
var is a pointer to an array of TimeDomainStageVar object pointers
Definition at line 535 of file OSInstance.h.
Referenced by OSInstance::getTimeDomainStageVarList(), OSInstance::setTimeDomainStageVariablesUnordered(), TimeDomainStageVariables(), and ~TimeDomainStageVariables().
var is a pointer to an array of TimeDomainStageVar object pointers
Definition at line 477 of file OSInstance.h.
1.4.7