VR-Exchange 2.5 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pBeFacilityObject.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 ~DtPortalBeFacility();
30 
33 
35  DtPortalBeFacility& operator = ( const DtPortalBeFacility& original );
36 
39 
40  int operator == ( const DtPortalBeFacility& rightOperand ) const;
41  int operator != ( const DtPortalBeFacility& rightOperand ) const;
42 
44 
47 
49  DtDEC_ATTRIBUTE( DtString, Number, number );
50 
53  DtDEC_ATTRIBUTE( DtString, Osuffix, oSuffix );
54 
58  DtDEC_ATTRIBUTE( DtString, CategoryCode, categoryCode );
59 
61  DtDEC_ATTRIBUTE( DtU32, StructuralStatus, structuralStatus );
62 
64 
66  public:
67 
69 
70  static DtPortalMessage* create();
71 
72  virtual unsigned int netSize() const;
73  virtual void writeSelfToBuffer( void* buffer, int bufferSize ) const ;
74  virtual void readSelfFromBuffer( const void* buffer, int bufferSize );
75 
76  virtual std::ostream& printDataToStream( std::ostream& stream ) const;
77 
78  };
79 
80 
82  {
83  return new DtPortalBeFacility();
84  }
85 
86 }

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)