VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
navalMineSetController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2018 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
15 #include "vrfmodel/setController.h"
16 
17 class DtSimMessage;
19 
25 {
26 
27 public:
28 
31  DtNavalMineSetController(const DtString& name, DtVrfObject* owner,
32  DtSimManager* simManager,
33  DtComponentDescriptor* desc = 0,
34  DtReaderWriterRegistry* parentRegistry = 0);
35 
37  virtual ~DtNavalMineSetController();
38 
41  virtual const char* type() const;
42 
46  static void setOrderedAltitudeCallback(DtSimMessage * msg, void* usr);
47  virtual void setOrderedAltitude(double, bool aboveGroundLevel = false);
48 
50  static void setAltitudeCallback(DtSimMessage * msg, void* usr);
51  virtual void setAltitude(double, bool aboveGroundLevel = false);
52 
59  static void setLocationCallback(DtSimMessage * msg, void* usr);
60 
63  virtual void setLocation(DtVector geocentricLocation);
64 
68  static DtSimComponent * creator(const DtString& name,
69  DtVrfObject* owner,
70  DtSimManager* simManager,
71  DtComponentDescriptor* desc = 0,
72  DtReaderWriterRegistry* parentRegistry = 0);
73 
74  virtual void tick();
75 
76 protected:
77  virtual bool createPSR();
78  virtual bool init();
79 
81  virtual void initializeSetsToRegister();
82 
83 private:
87 
90 
92  const DtNavalMineSetController & operator=(const
94 
95 protected:
96 
100 };
101 

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)