VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
weatherLocalNetInterface.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 <vlutil/vlString.h>
16 #include <vlutil/vlList.h>
17 #include <vl/globalObjectDesignator.h>
19 
20 class DtVrfObject;
22 class DtSimManager;
25 
30 {
31 protected:
34 
35 public:
36 
39  DtVrfObject* vrfObject,
40  DtReaderWriterRegistry* parentRegistry = 0,
41  bool publishObject = true);
42 
48  const DtWeatherLocalNetInterface & orig,
49  DtReaderWriterRegistry * parentRegistry = 0);
50 
54 
56  virtual ~DtWeatherLocalNetInterface();
57 
58  virtual bool init(const DtEntityIdentifier& id = DtEntityIdentifier::nullId());
59 
61  virtual void updatePublisher();
62 
64  virtual DtString type() const;
65 
66  static DtSimObjectNetInterface* creator(const DtString& name,
67  DtVrfObject* vrfObject,
68  DtReaderWriterRegistry* parentRegistry,
69  bool publishObject);
70 
71  virtual int weatherRecordIndex() const;
72 
73 protected:
75  virtual DtEnvironmentProcessRepository* epsr() const;
76 
78  virtual void setupRecords();
79 
80  virtual void updateGeometryRecord(DtWeatherStateRepository* localState);
81 
82  virtual void updateStateRecord(DtWeatherStateRepository* localState);
83 
84  virtual DtEnvironmentProcessPublisher* _createPublisher(const DtEntityIdentifier& id = DtEntityIdentifier::nullId()) const;
85 
86 protected:
88 };

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)