VR-Exchange 2.5 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
indirectFirePowerRecord.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2016 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <portal/dllExport.h>
13 #include <portal/addAttribute.h>
14 #include <vlutil/vlMachineTypes.h>
15 #include <vlutil/vlString.h>
16 #include <ostream>
17 
18 namespace MAKVrExchange
19 {
20 
24  {
25  public:
26 
29 
32 
34  virtual ~DtIndirectFirePowerRecord();
35 
37  DtIndirectFirePowerRecord& operator = ( const DtIndirectFirePowerRecord& orig );
38 
41 
42  virtual bool operator == ( const DtIndirectFirePowerRecord& other ) const;
43  virtual bool operator != ( const DtIndirectFirePowerRecord& other ) const;
44 
46 
47  virtual std::ostream& printDataToStream( std::ostream& stream ) const;
48 
51 
52  DtDEC_ATTRIBUTE( DtString, Type, type );
53  DtDEC_ATTRIBUTE( DtFloat64, Range, range );
54  DtDEC_ATTRIBUTE( DtFloat64, Radius, radius );
55  DtDEC_ATTRIBUTE( DtFloat64, Hit_Factor, hit_Factor );
56  DtDEC_ATTRIBUTE( DtFloat64, Seconds_Per_Attack, seconds_Per_Attack );
57  DtDEC_ATTRIBUTE( DtInt32, Strength_Per_Attack, strength_Per_Attack );
58  DtDEC_ATTRIBUTE( DtString, Damage_Type, damage_Type );
59  DtDEC_ATTRIBUTE( bool, Can_Be_Radar_Jammed, can_Be_Radar_Jammed );
60  DtDEC_ATTRIBUTE( DtFloat64, Jamming_Defense_Factor, jamming_Defense_Factor );
61  DtDEC_ATTRIBUTE( DtFloat64, Max_Altitude, max_Altitude );
62  DtDEC_ATTRIBUTE( DtString, Allowed_Postures, allowed_Postures );
63 
65 
66  };
67 
68 
69  DT_DLL_LIBPORTAL std::ostream& operator << ( std::ostream& stream, const DtIndirectFirePowerRecord& rec );
70 
71 }
72 

Document ID: Generated on Wed Dec 21 15:05:11 EST 2016 from SVN revision 171891
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)