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 
41  virtual ~DtBallisticMissileParameters() override;
42 
44  const DtString& rwName = DtString::nullString(), DtReaderWriterRegistry* parentRegistry = 0) const override;
46  const DtSymbolString& name, DtReaderWriterRegistry* parentRegistry) const override;
47 
48 
49 
52  virtual DtString type() const override;
53 
54 
56  static DtVrfObjectParameters* creator(DtEnvironmentSP env, DtEnvValueSP* objectNode);
57 
58 
59 protected:
60 
61 
62 };
63 
Instances of DtVrfObjectParameters are the readable/writeable objects that contain the information ne...
Definition: vrfObjectParameters.h:64
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 override
Should return the type of entity this is a parameter block for. Use the strings in vrfParamTypes...
Definition: readerWriterRegistry.h:39
virtual DtVrfObjectParameters * clone(const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const override
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
DT_DLL_readerWriter std::shared_ptr< DtEnvironment > DtEnvironmentSP
Definition: readerWriter.h:30

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)