VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
munitionResource.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999-2000 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: munRsrc.h,v $ $Revision: 1.9 $ $State: Exp $
7 *******************************************************************************/
8 
12 
15 
16 #ifndef munitionResource_H_
17 #define munitionResource_H_
18 
19 #include <vlutil/vlMachineTypes.h>
21 #include "vrfutil/simMunition.h"
22 
23 #include "vrfutil/vrfutilDefines.h"
25 {
26 
27 public:
28 
31 
37  parentRegistry = 0);
38 
41  parentRegistry = 0);
42 
45 
46 public:
48  virtual ~DtMunitionResource();
49 
51  virtual DtSimResource * clone(DtReaderWriterRegistry* parentRegistry = 0)
52  const;
53 
55  virtual DtString type() const;
56 
57  virtual const DtSimMunition & munitionType() const;
58  virtual void setMunitionType(const DtSimMunition & munitionType);
59 
60  static DtSimResource * creator();
61 
65  virtual const char* readerWriterType() const;
66 
67 protected:
68 
70 
71 };
72 
73 #endif
DtIntegerResource & operator=(const DtIntegerResource &orig)
assignment operator
static DtSimResource * creator()
Definition: readerWriterRegistry.h:39
This file contains the class declaration for the.
DtIntegerResource implements the required functions for a resource that can be measured by an integer...
Definition: integerResource.h:17
virtual DtString type() const
The data type of the resource. These types are defined in rsrcTypes.h.
DtSimResource is an abstract base class that can be used to create a hierarchical resource list of a ...
Definition: simResource.h:41
DtSimMunition myMunitionType
Definition: munitionResource.h:69
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
virtual const char * readerWriterType() const
Used to supply a string type that this reader writer type is.
DtSimMunition class.
Definition: simMunition.h:34
virtual DtSimResource * clone(DtReaderWriterRegistry *parentRegistry=0) const
Make a copy of myself.
Contains the DtMunitionResource class declaration.
Definition: munitionResource.h:24

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)