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

Public Member Functions | |
| DtSwitchSystemComponentPSR (DtVrfObject *vrfObject, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) | |
| constructor | |
| DtSwitchSystemComponentPSR (const DtSwitchSystemComponentPSR &orig, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| virtual | ~DtSwitchSystemComponentPSR () |
| destructor | |
| DtSwitchSystemComponentPSR & | operator= (const DtSwitchSystemComponentPSR &orig) |
| assignment operator - not implemented | |
| virtual DtVrfProcessStateRepository * | clone (const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const |
| returns a newly created copy of this object | |
| virtual DtString | type () const |
| Returns the string type of the repository, as defined in procSRTypes.h. | |
| virtual bool | inTransition () const |
| Accessor/Mutator for #myPartPosition. | |
| virtual void | setInTransition (bool value) |
| Accessor/Mutator for #myPartPosition. | |
Static Public Member Functions | |
| static DtVrfProcessStateRepository * | creator (const DtString &rwName, DtVrfObject *vrfObject, DtReaderWriterRegistry *parentRegistry) |
| Returns a newly created instance of this class. | |
Protected Attributes | |
| DtRwBoolean | myInTransition |
| If the entity was in transition between systems. | |
| DtSwitchSystemComponentPSR::DtSwitchSystemComponentPSR | ( | DtVrfObject * | vrfObject, |
| const DtString & | rwName = DtString::nullString(), |
||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
constructor
| DtSwitchSystemComponentPSR::DtSwitchSystemComponentPSR | ( | const DtSwitchSystemComponentPSR & | orig, |
| const DtString & | rwName = DtString::nullString(), |
||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| virtual DtSwitchSystemComponentPSR::~DtSwitchSystemComponentPSR | ( | ) | [virtual] |
destructor
| DtSwitchSystemComponentPSR& DtSwitchSystemComponentPSR::operator= | ( | const DtSwitchSystemComponentPSR & | orig | ) |
assignment operator - not implemented
| virtual DtVrfProcessStateRepository* DtSwitchSystemComponentPSR::clone | ( | const DtString & | rwName = DtString::nullString(), |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | const [virtual] |
returns a newly created copy of this object
Implements DtVrfProcessStateRepository.
| virtual DtString DtSwitchSystemComponentPSR::type | ( | ) | const [virtual] |
Returns the string type of the repository, as defined in procSRTypes.h.
Implements DtVrfProcessStateRepository.
| virtual bool DtSwitchSystemComponentPSR::inTransition | ( | ) | const [virtual] |
Accessor/Mutator for #myPartPosition.
| virtual void DtSwitchSystemComponentPSR::setInTransition | ( | bool | value | ) | [virtual] |
Accessor/Mutator for #myPartPosition.
| static DtVrfProcessStateRepository* DtSwitchSystemComponentPSR::creator | ( | const DtString & | rwName, |
| DtVrfObject * | vrfObject, | ||
| DtReaderWriterRegistry * | parentRegistry | ||
| ) | [static] |
Returns a newly created instance of this class.
If the entity was in transition between systems.