VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
weatherObjectStateRepository.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 #include <vrfutil/rwWindLevels.h>
17 
21 {
22 private:
25 
28 
31 
32 public:
33 
36  const DtString& rwName = DtString::nullString(), DtReaderWriterRegistry* parentRegistry = 0);
37 
39  virtual ~DtWeatherObjectStateRepository() override;
40 
41  static DtVrfObjectStateRepository* creator(const DtString& name,
42  DtLocalObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
43 
44  virtual DtString type() const override;
45 
46 protected:
47  virtual void setToLegacyRWData() override;
48  virtual void restoreFromLegacyRWData() override;
49  virtual void createLegacyRWData() override;
50 };
51 
static DtVrfObjectStateRepository * creator(const DtString &name, DtLocalObject *vrfObject, DtReaderWriterRegistry *parentRegistry)
This repository holds all information that is common to all the forms of all objects within VR-Forces...
Definition: weatherObjectStateRepository.h:20
const DtVrfOverlayObjectStateRepository & operator=(const DtVrfOverlayObjectStateRepository &orig)
Assignment Operator.
Definition: readerWriterRegistry.h:39
Description: This repository is an internal repository accessible only by local objects. It holds all information that is common to all the forms of all entity/aggregate/control objects within VR-Forces.
Definition: vrfObjectStateRepository.h:91
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
virtual void setToLegacyRWData() override
virtual DtString type() const override
returns DtSimObjectStateRepositoryType
virtual void createLegacyRWData() override
Creates the legacy data used for any pre/put operation. Override this to create your legacy data atta...
Definition: vrfOverlayObjectStateRepository.h:30
virtual void restoreFromLegacyRWData() override
A locally simulated VRF object.
Definition: localObject.h:98

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)