VR-Exchange 2.5 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pBeFacilityAirbaseObject.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 
13 
14 namespace MAKVrExchange
15 {
16 
22  {
23  public:
24 
27 
29  virtual ~DtPortalBeFacilityAirbase();
30 
33 
35  DtPortalBeFacilityAirbase& operator = (
36  const DtPortalBeFacilityAirbase& original );
37 
40 
41  int operator == ( const DtPortalBeFacilityAirbase& rightOperand ) const;
42  int operator != ( const DtPortalBeFacilityAirbase& rightOperand ) const;
43 
45 
48 
53  DtDEC_ATTRIBUTE( DtString, Icao, icao );
54 
57  DtDEC_ATTRIBUTE( DtU64, RunwayLength, runwayLength );
58 
64  DtDEC_ATTRIBUTE( DtU64, TotalCapability, totalCapability );
65 
69  DtDEC_ATTRIBUTE( DtU32, FunctionType, functionType );
70 
72 
74  public:
75 
77 
78  static DtPortalMessage* create();
79 
80  virtual unsigned int netSize() const;
81  virtual void writeSelfToBuffer( void* buffer, int bufferSize ) const ;
82  virtual void readSelfFromBuffer( const void* buffer, int bufferSize );
83 
84  virtual std::ostream& printDataToStream( std::ostream& stream ) const;
85 
86  };
87 
88 
90  {
91  return new DtPortalBeFacilityAirbase();
92  }
93 
94 }

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)