VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
parabolicTrajectoryActuator.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vlpi/disEnums.h>
15 
16 #include <matrix/vlVector.h>
17 
18 class DtString;
22 class DtSimMessage;
23 
31 {
32 
33 public:
34 
38  DtVrfObject* owner,
39  DtSimManager* simManager,
40  DtComponentDescriptor* desc = 0,
41  DtReaderWriterRegistry* parentRegistry = 0);
42 
45 
47  virtual void computeTrajectory(double& a_coefficient,
48  double& b_coefficient,
49  double& c_coefficient,
50  double& flight_time,
51  double& distance,
52  double& apogee,
53  DtVector& nedVector);
54 
59  virtual bool init();
60 
66  virtual void processWarheadInfoCallback(DtSimMessage* msg);
67 
69  virtual bool registerRadioMessageCallbacks();
70 
73  virtual const char* type() const;
74 
76  virtual void tick();
77 
81  static DtSimComponent * creator(const DtString& name,
82  DtVrfObject* owner,
83  DtSimManager* simManager,
84  DtComponentDescriptor* desc = 0,
85  DtReaderWriterRegistry* parentRegistry = 0);
86 
88  static void setWarheadInfoCallback(DtSimMessage* msg, void* usr);
89 
90 protected:
91 
97  virtual bool createPSR();
98 
99 protected:
100 
103 
106 
110 
111 
112 protected:
113 
115 
119 
122 
123 };

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)