VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
weaponManagementControllerDescriptor.h
Go to the documentation of this file.
1 #pragma once
5 
7 
8 
10 {
11 public:
12 
15  DtReaderWriterRegistry* parentRegistry = NULL);
17  DtReaderWriterRegistry* parentRegistry = NULL);
18 
21  DtReaderWriterRegistry* parentRegistry = NULL);
22 
26 
29 
32  virtual DtString type() const;
33 
34  virtual DtComponentDescriptor* clone(DtReaderWriterRegistry* parentRegistry = 0) const;
35 
38 
41  virtual const DtRwNLengthStringVector& autonomousFireScriptIds() const;
42  virtual DtRwNLengthStringVector& autonomousFireScriptIds();
44 
45 private:
48 
49 protected:
53 
58 
59 };
60 
61 
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
Definition: weaponManagementControllerDescriptor.h:9
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwNLengthStringVector is a named, readable/writable vector of strings of arbitrary length...
Definition: rwNLengthStringVector.h:28
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
DtRwNLengthStringVector myAutonomousFireScriptIds
Parameter Name: autonomous-fire-script-ids Parameter Description: List of scripted task IDs to enable...
Definition: weaponManagementControllerDescriptor.h:56
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
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 Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)