VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lasingMissileTrackControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
15 #include "vrfutil/simClock.h"
16 #include <readerWriter/rwReal.h>
17 
22 {
23 public:
26  DtReaderWriterRegistry * parentRegistry = 0);
27 
31  DtReaderWriterRegistry * parentRegistry = 0);
32 
36 
39 
42  virtual DtString type() const;
43 
44  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry = 0) const;
45 
48  virtual double maxTrackingAngle() const;
49  virtual void setMaxTrackingAngle(double angle);
51 
53  static DtComponentDescriptor * creator();
54 
55 private:
58 
59 protected:
60 
64 
71 
73 };
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwReal myMaxTrackingAngle
Parameter Name: max-tracking-angle Parameter Description: Maximum angle from nose at which missile ca...
Definition: lasingMissileTrackControllerDescriptor.h:70
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
DtLasingMissileTrackControllerDescriptor; descriptor for the DtLasingMissileTrackController component...
Definition: lasingMissileTrackControllerDescriptor.h:21
DT_DLL_vrfutil double angle(double vec1[3], double vec2[3])
File: vlClock.h.
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
static DtComponentDescriptor * creator()

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)