VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ballisticMissileParameters.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 
16 
23 {
24 public:
26  DtBallisticMissileParameters(const DtString& name = DtString::nullString(),
27  DtReaderWriterRegistry* parentRegistry = 0, DtEnvironmentSP env = DtEnvironmentSP(),
28  DtEnvValueSP* objectnode = NULL);
29 
30 protected:
33  orig, const DtString& name = DtString::nullString(),
34  DtReaderWriterRegistry* parentRegistry = 0);
35 
36 public:
39 
42 
44  const DtString& rwName = DtString::nullString(),
45  DtReaderWriterRegistry* parentRegistry = 0) const;
46  virtual DtVrfObjectParameters* clone(const DtSymbolString& name,
47  DtReaderWriterRegistry* parentRegistry) const;
48 
49 
50 
53  virtual DtString type() const;
54 
55 
57  static DtVrfObjectParameters* creator(DtEnvironmentSP env, DtEnvValueSP* objectNode);
58 
59 
60 protected:
61 
62 
63 };
64 
Instances of DtVrfObjectParameters are the readable/writeable objects that contain the information ne...
Definition: vrfObjectParameters.h:63
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
const DtMissileParameters & operator=(const DtMissileParameters &orig)
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
virtual DtString type() const
Should return the type of entity this is a parameter block for. Use the strings in vrfParamTypes...
DT_DLL_readerWriter DtBoost::shared_ptr< DtEnvironment > DtEnvironmentSP
Definition: readerWriter.h:30
Definition: readerWriterRegistry.h:39
virtual DtVrfObjectParameters * clone(const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const
static DtVrfObjectParameters * creator(DtEnvironmentSP env, DtEnvValueSP *objectNode)
DtBallisticMissileParameters; descriptor for the DtBallisticMissileStateRepository class...
Definition: ballisticMissileParameters.h:22
Contains the set of readable/writable parameters associated with an missile type of entity...
Definition: missileParameters.h:26

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)