VR-Vantage 2.2 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
weatherObjectPublisher.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
13 
15 
21 {
22 public:
30  DtExerciseConn* conn,
31  const DtObjectType& type,
32 #if DtHLA
33  const DtGlobalObjectDesignator& id = DtGlobalObjectDesignator::nullId(),
34 #endif
35  const DtEntityIdentifier& entId = DtEntityIdentifier::nullId()
36  );
37 
38 #if DtHLA
39  // Create with region set
41  DtExerciseConn* conn,
42  const DtObjectType& type,
43  const DtDDMRegionSet* regionSetToUse,
44  const DtGlobalObjectDesignator& id = DtGlobalObjectDesignator::nullId(),
45  const DtEntityIdentifier& entId = DtEntityIdentifier::nullId()
46  );
47 
48 #endif
49 
51  DtEnvironmentProcessRepository* stateRepToUse,
52  DtExerciseConn* conn,
53  const DtObjectType& type,
54 #if DtHLA
55  const DtGlobalObjectDesignator& id = DtGlobalObjectDesignator::nullId(),
56 #endif
57  const DtEntityIdentifier& entId = DtEntityIdentifier::nullId()
58 #if DtHLA
59  , const char* name = 0,
60  const DtDDMRegionSet* regionSetToUse = 0
61 #endif
62  );
63 
65  virtual ~DtWeatherObjectPublisher();
66 
68  virtual DtWeatherObjectRepository* wesr();
69  virtual const DtWeatherObjectRepository* wesr() const;
70 
71 protected:
72  void init();
73 
74 private:
78 };


Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)