![]() |
VR-Forces 4.8 Class Documentation
|
This class creates a network state repository to aid sending weather area objects. More...

Public Member Functions | |
| DtWeatherObjectRepository () | |
| DtWeatherObjectRepository (const DtWeatherObjectRepository &) | |
| virtual bool | sendNeeded (const DtEnvironmentProcessRepository &asSeenByRemote) |
| void | setClock (DtClock *clock) |
| DtClock * | clock () const |
| double | lastUpdateTime () const |
| void | setLastUpdateTime (DtTime t) |
Public Member Functions inherited from DtControlObjectRepository | |
| DtControlObjectRepository () | |
| default constructor More... | |
| virtual | ~DtControlObjectRepository () |
| destructor More... | |
| DtControlObjectRepository (const DtControlObjectRepository &orig) | |
| copy constructor More... | |
| virtual bool | isInitialized () const |
| Returns true if one of the initialize() functions has been called. More... | |
| DtControlObjectRepository & | operator= (const DtControlObjectRepository &orig) |
| assignment operator More... | |
| virtual int | compare (const DtControlObjectRepository *rhs) |
| Compares us against the supplied state repository and returns what's changed. More... | |
| virtual const DtRwProperties & | stateProperties () const |
| virtual const DtRwProperties & | parameterProperties () const |
| virtual void | setUuidString (const DtString &uuidStr) |
| virtual DtString | uuidString () const |
| Returns a string version of the VRF UUID of this object, if it can be determined. More... | |
| void | mapPropertiesToRecordTypes (const DtRwProperties *properties, std::map< unsigned, DtString > &recTypesToAttrNames) |
| Maps properties to DIS record types, if configured. Called from constructors. More... | |
| virtual void | updateExtensions () |
| Overridden to update property data. More... | |
| virtual bool | updatePropertiesFromAttributes (bool updatesOnly=true) |
| Updates properties with new data from the extended attributes. More... | |
| virtual void | updateAttributesFromProperties () |
| Updates extended attributes from our properties. More... | |
| virtual void | addPropertyDecoder (const DtString &propName, PropertyDecoder decoder, void *usr) |
| Adds an additional property and a function that to decode it. More... | |
| virtual void | addPropertyEncoder (const DtString &propName, PropertyEncoder encoder, void *usr) |
| Adds an additional property and a function that to encode it. More... | |
| virtual void | removePropertyEncodersAndDecoders () |
| Removes all additional property encoders and decoders. More... | |
| virtual bool | createVrfObjectDataMessage () |
| Allocates myVrfObjectDataMessage, a DtIfVrfObjectData used by VR-Forces as extended VRF object data message information. More... | |
| virtual void | giveOwernshipOfProperties () |
| Tells the state rep to take ownership of the state and parameter properties, giving it responsibility to delete them on destruction. More... | |
| virtual DtTime | lastPropertyEncodeTime () const |
| Last time properties were encoded. More... | |
| virtual DtTime | lastPropertyDecodeTime () const |
| Last time properties were decoded. More... | |
| virtual void | initialize (DtRwProperties *stateProps, DtRwProperties *paramProps) |
| virtual void | initialize (const DtRwProperties &stateProps, const DtRwProperties ¶mProps) |
| Initializes the state rep by making a copy of the given state properties and parameter properties that have have already been initialized. More... | |
| virtual void | initialize () |
| Initializes the state rep without any state or parameter properties. More... | |
| virtual bool | sensorsKilled () const |
| Functions for accessing the sensors killed state. More... | |
| virtual void | setSensorsKilled (bool killed) |
| virtual void | addPropertyUpdatedCallback (DtNoArgumentCallbackList::DtCallbackFunctionType fcn, void *usrData) |
| Callbacks invoked just after state and parameter properties have been updated when the parameter or state properties have been updated. More... | |
| virtual void | removePropertyUpdatedCallback (DtNoArgumentCallbackList::DtCallbackFunctionType fcn, void *usrData) |
Public Member Functions inherited from makVrfVrlinkExtToolkit::DtStateRepositoryWithExtendedAttributes< DtControlObjectBaseRepository > | |
| DtStateRepositoryWithExtendedAttributes () | |
| Constructor. More... | |
| DtStateRepositoryWithExtendedAttributes (const DtStateRepositoryWithExtendedAttributes< DtControlObjectBaseRepository > &orig) | |
| Copy Constructor. More... | |
| DtStateRepositoryWithExtendedAttributes () | |
| Constructor. More... | |
| DtStateRepositoryWithExtendedAttributes (const DtStateRepositoryWithExtendedAttributes< DtControlObjectBaseRepository > &orig) | |
| Copy Constructor. More... | |
| virtual | ~DtStateRepositoryWithExtendedAttributes () |
| Destructor. More... | |
| virtual | ~DtStateRepositoryWithExtendedAttributes () |
| Destructor. More... | |
| DtStateRepositoryWithExtendedAttributes < DtControlObjectBaseRepository > & | operator= (const DtStateRepositoryWithExtendedAttributes< DtControlObjectBaseRepository > &orig) |
| Assignment Operator. More... | |
| DtStateRepositoryWithExtendedAttributes < DtControlObjectBaseRepository > & | operator= (const DtStateRepositoryWithExtendedAttributes< DtControlObjectBaseRepository > &orig) |
| Assignment Operator. More... | |
| virtual void | setAttributeByName (const DtString &attrName, const char *attrValue, unsigned size) |
| Set the attribute with the given name. More... | |
| virtual void | setAttributeByName (const DtString &attrName, const char *attrValue, unsigned size) |
| Set the attribute with the given name. More... | |
| virtual const char * | getAttributeByName (const DtString &attrName, unsigned &size, bool markAsRead=true) const |
| Get a pointer to attribute value for the attribute with the given name. More... | |
| virtual const char * | getAttributeByName (const DtString &attrName, unsigned &size) const |
| Get a pointer to attribute value for the attribute with the given name. More... | |
| virtual const char * | getAttributeByNameIfUpdated (const DtString &attrName, unsigned &size) const |
| Get a pointer to attribute value for the attribute with the given name, but only if it's been updated since the last time we read it. More... | |
| virtual const char * | getAttributeByNameIfUpdated (const DtString &attrName, unsigned &size) const |
| Get a pointer to attribute value for the attribute with the given name, but only if it's been updated since the last time we read it. More... | |
| virtual void | getAttributeNames (std::list< DtString > &attrNames) const |
| Populates a list of all extended attribute names. More... | |
| virtual void | getAttributeNames (std::list< DtString > &attrNames) const |
| Populates a list of all extended attribute names. More... | |
| virtual void | setRecordTypeAttributeNameMapping (const std::map< unsigned, DtString > &mapping) |
| Sets the mapping between record types and attribute names. More... | |
| virtual void | addRecordTypeAttributeNameMapping (unsigned recordType, const DtString &attrName) |
| Adds a mapping between record type and attribute name. More... | |
| virtual void | setObjectClassHandle (const RTI::ObjectClassHandle &objClassHdl) |
| Sets the object class handle for the published/reflected object. More... | |
| virtual void | printData () const |
| Print data to the DtInfo stream. More... | |
| virtual void | printDataToStream (std::ostream &stream) const |
| Print data to the specified stream. More... | |
| virtual void | setAttributeByHandle (const RTI::AttributeHandle &attrHdl, const char *attrValue, unsigned size) |
| Set the attribute with the given handle. More... | |
| virtual const char * | getAttributeByHandle (const RTI::AttributeHandle &attrHdl, unsigned &size) const |
| Get a pointer to attribute value for the attribute with the given handle. More... | |
| virtual const char * | getAttributeByHandleIfUpdated (const RTI::AttributeHandle &attrHdl, unsigned &size) const |
| Get a pointer to attribute value for the attribute with the given handle, but only if it's been updated since the last time we read it. More... | |
| virtual const DtAttributesByNameMap & | attributesByName () const |
| Returns the mapping of all attributes by name. More... | |
| virtual const DtAttributesByHandleMap & | attributesByHandle () const |
| Returns the mapping of all attributes by handle. More... | |
| virtual void | setAttributeRecords (const DtStandardVariableRecordPtrVector &records) |
| Overridden to handle the saved attribute indices. More... | |
| virtual void | setAttributeRecords (const DtStandardVariableRecordPtrVector &records, const DtSimulationAddress &address) |
| virtual const DtStandardVariableRecordPtrVector & | attributeRecords (unsigned int recordType=0) const |
| virtual void | getAttributeRecords (std::vector< DtStandardVariableRecord * > &vec, unsigned int recordType=0) const |
| virtual void | addAttributeRecord (DtStandardVariableRecord *record) |
| virtual void | clearAttributeRecords () |
Public Member Functions inherited from DtControlObjectBaseRepository | |
| DtControlObjectBaseRepository () | |
| default constructor More... | |
| virtual | ~DtControlObjectBaseRepository () |
| destructor More... | |
| DtControlObjectBaseRepository (const DtControlObjectBaseRepository &orig) | |
| copy constructor More... | |
| DtControlObjectBaseRepository & | operator= (const DtControlObjectBaseRepository &orig) |
| assignment operator More... | |
| virtual const DtControlObjectKind & | kind () const |
| virtual void | setKind (const DtControlObjectKind &k) |
| virtual const DtControlObjectCategory & | category () const |
| virtual void | setCategory (const DtControlObjectCategory &c) |
| const std::vector< DtVector > & | vertexList () const |
| virtual int | compare (const DtControlObjectBaseRepository *rhs) |
| Compares us against the supplied state repository and returns what's changed. More... | |
| virtual int | compareToMostRecent () |
| Returns what has changed since the last time we called compare. More... | |
| virtual bool | locationsDifferent (bool updateIfDifferent) |
| Returns true if our stashed location is different than our current location. More... | |
| virtual void | emptyVertexList () |
| virtual void | getBoundingVolume (DtVector &location, double &radius) const |
| const DtGeometricDataList & | geometricRecords () const |
| bool | geometricRecordsChanged () const |
| void | clearGeometricRecordsChanged () |
| virtual void | updateDataRecords () |
| If myNeedVrfObjectDataUpdate is true, update the vrf object data record. More... | |
| virtual int | numberOfSubordinates () const |
| Subordinate information. Not currently used by VRF. More... | |
| virtual bool | getSubordinate (int i, DtGlobalObjectDesignator &d) |
| virtual const DtGlobalObjectDesignatorList & | subordinates () const |
| virtual DtGlobalObjectDesignatorList & | subordinates () |
| virtual void | setExtendedData (const std::map< DtString, DtString > &ed) |
| Sets extended data for transport via extended data records. More... | |
| virtual void | setExtendedData (const DtString &key, const DtString &value) |
| virtual double | orientation () const |
| Returns the orientation of the given environmental in radians. More... | |
| virtual void | setVertices (const DtList &pnt) |
| Sets the vertices to use in the publication of this object. More... | |
| virtual void | appendVertex (const DtVector &) |
| virtual void | setVertex (int i, const DtVector &) |
| virtual void | removeVertex (int i) |
| virtual void | setObjectType (const DtObjectType &) |
| Environmental record settings. More... | |
| virtual DtForceType | forceType () const |
| Returns the force type from the environmental header record (if it exists), else returns neutral by default. More... | |
| virtual void | setForceType (DtForceType i) |
| virtual int | color () const |
| Returns the color (rgb) value of this object. More... | |
| virtual void | setColor (int) |
| virtual const DtString & | parent () const |
| Returns the parent of this object. More... | |
| virtual void | setParent (const DtString &) |
| virtual const DtString & | userData () const |
| virtual void | setUserData (const DtString &) |
| virtual void | setVrfObjectName (const DtString &) |
| virtual const DtString & | vrfObjectName () |
| virtual DtAppearance | appearance () const |
| virtual void | setAppearance (const DtAppearance &app) |
| virtual void | setNumberOfSubordinates (int) |
| virtual void | setSubordinate (int i, const DtGlobalObjectDesignator &) |
| virtual const DtGlobalObjectDesignator & | hostGlobalId () const |
| Returns the parent this object might be attached to. More... | |
| virtual void | setHostGlobalId (const DtGlobalObjectDesignator &) |
| virtual void | clearHostGlobalId () |
| Sets host global id to empty string. More... | |
| virtual bool | getFontInformation (DtString &font, int &fontSize) const |
| Deals with font and arrow head information via the extended data. More... | |
| virtual void | setFontInformation (const DtString &, int fontSize) |
| virtual bool | getFontColor (unsigned int &color) const |
| 32 bit AGBR value More... | |
| virtual void | setFontColor (unsigned int color) |
| virtual bool | getArrowInformation (int &arrowHeadPlacement, int &arrowStyle, int &arrowSize) const |
| virtual void | setArrowInformation (int arrowHeadPlacement, int arrowStyle, int arrowSize) |
| virtual void | setBoundingSphereRadius (double) |
| Routines that are used to set/get information about the bounding sphere. More... | |
| virtual double | boundingSphereRadius () const |
| virtual void | setBoundingSphereLocation (const DtVector &) |
| Sets/gets the bounding sphere location. More... | |
| virtual const DtVector & | boundingSphereLocation () const |
| bool | hasBoundingSphereRecord () const |
| bool | hasBoundingRectRecord () const |
| Routines that are used to set/get information about the bounding rectangle. More... | |
| virtual void | setBoundingExtent (const DtVector &) |
| const DtVector & | boundingExtent () const |
| virtual void | setBoundingCornerLocation (const DtVector &) |
| virtual const DtVector & | boundingCornerLocation () const |
| virtual void | setBoundingOrientation (const DtTaitBryan &) |
| const DtTaitBryan & | boundingOrientation () const |
| virtual void | setProjected (bool) |
| Gets/sets additional attribute values about the environmental. More... | |
| virtual bool | projected () const |
| virtual void | setClosedFigure (bool) |
| virtual bool | closedFigure () const |
| virtual void | setBound2D (bool) |
| virtual bool | bound2D () const |
| virtual void | setFillStyle (int) |
| For those objects that support it. Note that point objects do not make use of these items. More... | |
| virtual int | fillStyle () const |
| virtual void | setLineStyle (int) |
| virtual int | lineStyle () const |
| virtual void | setLineWidth (int) |
| virtual int | lineWidth () const |
| virtual void | setPhysicalLineHeight (double) |
| Height of the line, in meters. When added to the altitude, can be considered a ceiling. More... | |
| virtual double | physicalLineHeight () const |
| virtual void | setPhysicalLineWidth (double) |
| Width of the line, in meters. Different than "lineWidth" which is more of a stylistic representation. More... | |
| virtual double | physicalLineWidth () const |
| virtual void | setRelativeLocation (const DtVector &) |
| If attached to an entity, the relative position (in body coordinatates) of this object from the origin of the attached object. More... | |
| virtual const DtVector & | relativeLocation () const |
| virtual void | setVelocity (const DtVector &) |
| Unused at this point – left for future possible expansion for movable/rotatable environmentals { More... | |
| virtual const DtVector & | velocity () const |
| virtual void | setAcceleration (const DtVector &) |
| virtual const DtVector & | acceleration () const |
| virtual void | setDRAlogrithm (DtDeadReckonTypes) |
| virtual const DtDeadReckonTypes & | drAlgorithm () const |
| virtual void | setOffsetPoints (const std::vector< DtVector > &) |
| virtual const std::vector < DtVector > & | offsetPoints () const |
| virtual void | setCachePoints (bool) |
| Set cachePoints to false to not cache the points that are set into the structure or read from the network into the myVertexList variable. More... | |
| bool | cachePoints () const |
| virtual DtString | extendedData (const DtString &key) const |
| Extended record data is a key/value pair. More... | |
| const DtVrfExtendedRecordData & | extendedRecordData () const |
| DtVrfExtendedRecordData & | extendedRecordData () |
| int | numberOfDatumRecords () const |
| void | setNumberOfDatumRecords (int) |
| virtual void | setSendVrfObjectDataRecord (bool shouldSend) |
| Whether a separate VrfObjectData record should be sent to convey additional VRF object information. More... | |
| virtual bool | shouldSendVrfObjectDataRecord () const |
Public Member Functions inherited from DtVrfExtensions | |
| DtVrfExtensions () | |
| virtual | ~DtVrfExtensions () |
| DtVrfExtensions (const DtVrfExtensions &orig) | |
| DtVrfExtensions & | operator= (const DtVrfExtensions &orig) |
| virtual const DtString & | name () const |
| virtual void | setName (const DtString &n) |
| virtual const DtString & | vrfObjectLabel () const |
| virtual void | setVrfObjectLabel (const DtString &l) |
| virtual const DtString & | echelonId () const |
| virtual void | setEchelonId (const DtString &l) |
| virtual const DtString & | overlayParent () const |
| virtual void | setOverlayParent (const DtString &l) |
| virtual bool | isVrfSimulated () const |
| virtual void | setIsVrfSimulated (bool vrf) |
| virtual DtU32 | vrfSessionId () const |
| virtual void | setVrfSessionId (DtU32 id) |
| virtual void | setVrfMessageVersionSupported (DtU32 id) |
| virtual DtU32 | vrfMessageVersionSupported () const |
| virtual const DtObjectType & | objectType () const |
| virtual void | setIsSubordinateOfForce (bool b) |
| virtual bool | isSubordinateOfForce () const |
| virtual int | superType () const |
| virtual void | setHasPlan (bool yesNo) |
| virtual bool | hasPlan () const |
| virtual void | setIsCurrentlyTasked (bool yesNo) |
| virtual bool | isCurrentlyTasked () const |
| virtual void | setRulesOfEngagement (const DtString &) |
| virtual const DtString & | rulesOfEngagement () const |
| virtual bool | setupFromVrfObjectData (const DtIfVrfObjectData &data) |
| virtual void | addRangeItem (const DtRangeItem &) |
| Adds, removes and returns items in the range item list. More... | |
| virtual void | removeRangeItem (int index) |
| virtual void | setRangeItems (const DtRangeItems &) |
| const DtRangeItems & | rangeItems () const |
| virtual DtIfVrfObjectData * | vrfObjectDataMessage () const |
| virtual void | setIndependentlyTasked (bool yesNo) |
| virtual bool | independentlyTasked () const |
| virtual void | setUnderFire (bool yesNo) |
| virtual bool | underFire () const |
| virtual void | setExecutingPlan (bool yesNo) |
| virtual bool | executingPlan () const |
| virtual const std::map < DtString, DtString > & | extendedData () const |
| virtual void | setBoundingVolume (const DtVector32 &) |
| Sets/gets bounding volume and bounding volume offset of an entity. More... | |
| virtual const DtVector32 & | boundingVolume () const |
| virtual void | setBoundingVolumeOffset (const DtVector32 &) |
| virtual const DtVector32 & | boundingVolumeOffset () const |
Static Public Member Functions | |
| static DtEnvironmentProcessRepository * | create () |
Static Public Member Functions inherited from DtControlObjectRepository | |
| static DtEnvironmentProcessRepository * | create () |
Static Public Member Functions inherited from makVrfVrlinkExtToolkit::DtStateRepositoryWithExtendedAttributes< DtControlObjectBaseRepository > | |
| static DtStateRepositoryWithExtendedAttributes < DtControlObjectBaseRepository > * | create () |
| Create a new state repository. More... | |
| static DtStateRepositoryWithExtendedAttributes < DtControlObjectBaseRepository > * | create () |
| Create a DtVrfAggregateEntityStateRepository. More... | |
| static void | setAttributeNameToHandleMap (const RTI::ObjectClassHandle &classHdl, const DtAttributeNameToHandleMap &attrNameToHdl) |
| Set the attribute name to handle mapping. More... | |
| static const DtAttributeNameToHandleMap & | attributeNameToHandleMap (const RTI::ObjectClassHandle &classHdl) |
| Get the attribute name to handle mapping. More... | |
Static Public Member Functions inherited from DtControlObjectBaseRepository | |
| static void | initializePuffFactory () |
| Adds mappings between environmental record types and the type of information to read off of the network into local environmental data structures. More... | |
| static void | addToPuffFactory (int iRecordType, DtIttSourceDataCreator fcn) |
| static DtIttSourceData * | createPuffRecord (DtNetEnvironmentalRecord *geometric, DtNetEnvironmentalRecord *source) |
| static DtIttSourceData * | createPuffRecord (DtNetEnvironmentalRecord *rec) |
| static DtEnvironmentProcessRepository * | create () |
Static Public Member Functions inherited from DtVrfExtensions | |
| static void | setExpectedVrfMessageVersion (DtU32 version) |
| The expected VRF message version of this application. More... | |
| static DtU32 | expectedVrfMessageVersion () |
Protected Member Functions | |
| virtual bool | sendRecordsNeeded (const DtEnvironmentProcessRepository &asSeenByRemote) |
| virtual bool | sendWeatherRecNeeded (DtTime dt, DtNetEnvironmentalRecord *rec, DtNetEnvironmentalRecord *recRemote) |
| virtual bool | sendV3WeatherRecNeeded (DtTime dt, DtNetEnvironmentalRecord *rec, DtNetEnvironmentalRecord *recRemote) |
| virtual bool | sendNetRecNeeded (DtNetEnvironmentalRecord *rec1, DtNetEnvironmentalRecord *rec2) |
| virtual DtStateRepository * | clone (bool copy) const |
| Return a copy/empty object of the same type as this. More... | |
Protected Member Functions inherited from DtControlObjectRepository | |
| virtual void | initializeVrfObjectDataProperties () |
| Initializes the state rep to handle VRF object data properties. More... | |
| virtual void | encodePropertyIfNeeded (const DtSymbolString &propName, DtReaderWriter *propRw) |
| Encode a particular property if an update is needed. More... | |
Protected Member Functions inherited from makVrfVrlinkExtToolkit::DtStateRepositoryWithExtendedAttributes< DtControlObjectBaseRepository > | |
| virtual void | markRecordAsUpdated (const DtStandardVariableRecord *record, unsigned recIdx) const |
| Marks the attribute record internally as having been updated since last checked. More... | |
| virtual void | markAllRecordsAsUpdated () const |
| Marks all received records as updated. More... | |
| virtual unsigned | recordType (const DtString &attrName) const |
| Returns the record type for the attribute with a given name. More... | |
| virtual const DtString & | attributeName (unsigned recType) const |
| Returns the attribute name for the attribute with the given record type. More... | |
| virtual unsigned | nextVrfAttributeRecordType () |
| Returns the next VRF attribute record type to use for new attributes. More... | |
| DtExtendedAttributeInfo * | cacheNameAttributeMapping (const RTI::AttributeHandle &attrHdl, const DtString &attrName) const |
| Caches the mapping of attribute name to attribute info and returns the info. More... | |
Protected Member Functions inherited from DtControlObjectBaseRepository | |
| virtual bool | createExtendedEnvironmentalStateRecord () |
| createExtendedEnvironmentalStateRecord() allocates myExtEnvStateRecord, a DtSimEnvironmentalObjectStateRecord used by VR-Forces as extended environmental process state information: More... | |
| virtual DtSimEnvironmentalObjectStateRecord * | extendedEnvironmentalStateRecord () |
| extendedEnvironmentalStateRecord() returns the myExtEnvStateRecord for inspection by the caller. More... | |
| virtual bool | createVrfObjectStateRecord () |
| createVrfObjectStateRecord() allocates myVrfObjectStateRecord, a DtVrfObjectDataEnvironmentalRecord used by VR-Forces as extended vrf object state information: More... | |
| virtual DtVrfObjectDataEnvironmentalRecord * | vrfObjectStateRecord () |
| extendedVrfObjectStateRecord() returns the myVrfObjectStateRecord for inspection by the caller. More... | |
| virtual bool | createBoundingSphereRecord () |
| createBoundingSphereRecord() allocates myBoundingSphereRecord More... | |
| virtual DtEnvironmentalBoundingSphereRecord * | boundingSphereRecord () |
| boundingSphereRecord() returns the myBoundingSphereRecord for inspection by the caller. More... | |
| virtual bool | createBoundingRectRecord () |
| createBoundingRectRecord() allocates myBoundingRectRecord More... | |
| virtual DtEnvironmentalRectangularVolumeRecord * | boundingRectRecord () |
| boundingRectRecord() returns the myBoundingRectRecord for inspection by the caller. More... | |
| virtual void | setupKindFromType (const DtEntityType &type) |
| Sets up internal object kind and category from object type. More... | |
| virtual void | getBoundingVolume (EnvGeomSpheriod *rec) |
| virtual void | clearGeometricRecords () |
| virtual void | extensionModified () |
| Override to set myNeedVrfObjectDataUpdate to true. More... | |
This class creates a network state repository to aid sending weather area objects.
| DtWeatherObjectRepository::DtWeatherObjectRepository | ( | ) |
| DtWeatherObjectRepository::DtWeatherObjectRepository | ( | const DtWeatherObjectRepository & | ) |
|
static |
|
virtual |
| void DtWeatherObjectRepository::setClock | ( | DtClock * | clock | ) |
| DtClock* DtWeatherObjectRepository::clock | ( | ) | const |
| double DtWeatherObjectRepository::lastUpdateTime | ( | ) | const |
| void DtWeatherObjectRepository::setLastUpdateTime | ( | DtTime | t | ) |
|
protectedvirtual |
Reimplemented in DtGlobalEnvironmentObjectRepository.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Return a copy/empty object of the same type as this.
Reimplemented from DtControlObjectRepository.
Reimplemented in DtGlobalEnvironmentObjectRepository.
|
protected |
|
protected |