![]() |
VR-Forces 4.0.4 Class Documentation
|

Process state repository used by a DtComponentSystem. Contains a process state repository manager that holds the PSRs for all components that belong to this system.
| DtComponentSystemPSR::DtComponentSystemPSR | ( | ) | [private] |
Not implemented.
| DtComponentSystemPSR::DtComponentSystemPSR | ( | DtVrfObject * | vrfObject, |
| const DtString & | rwName = DtString::nullString(), |
||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
| DtComponentSystemPSR::DtComponentSystemPSR | ( | const DtComponentSystemPSR & | orig, |
| const DtString & | rwName = DtString::nullString(), |
||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
| virtual DtComponentSystemPSR::~DtComponentSystemPSR | ( | ) | [virtual] |
| const DtComponentSystemPSR& DtComponentSystemPSR::operator= | ( | const DtComponentSystemPSR & | orig | ) |
| virtual DtVrfProcessStateRepository* DtComponentSystemPSR::clone | ( | const DtString & | rwName = DtString::nullString(), |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | const [virtual] |
Implements DtVrfProcessStateRepository.
| virtual DtString DtComponentSystemPSR::type | ( | ) | const [virtual] |
Returns the string type of the repository, as defined in procSRTypes.h.
Implements DtVrfProcessStateRepository.
| virtual DtVrfProcessStateRepositoryManager* DtComponentSystemPSR::processStateRepositoryManager | ( | ) | [virtual] |
| virtual DtSimResourceManager& DtComponentSystemPSR::resourceManager | ( | ) | [virtual] |
| virtual const DtSimResourceManager& DtComponentSystemPSR::resourceManager | ( | ) | const [virtual] |
| virtual bool DtComponentSystemPSR::isEnabled | ( | ) | [virtual] |
| virtual void DtComponentSystemPSR::setIsEnabled | ( | bool | yesNo | ) | [virtual] |
| static DtVrfProcessStateRepository* DtComponentSystemPSR::creator | ( | const DtString & | name, |
| DtVrfObject * | vrfObject, | ||
| DtReaderWriterRegistry * | parentRegistry | ||
| ) | [static] |
Create an instance of a DtComponentSystemPSR.
DtRwBoolean DtComponentSystemPSR::myAmEnabled [protected] |