VR-Exchange 2.4 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
pEnvironmentProcessObject.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2014 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <portal/pObject.h>
13 
14 namespace MAKVrExchange
15 {
16 
22  : public DtPortalObject
23  {
24  public:
25 
28 
31  const DtPortalEnvironmentProcessObject& original );
32 
35 
38  const DtPortalEnvironmentProcessObject& original );
39 
42 
43  bool operator == ( const DtPortalEnvironmentProcessObject& rightOperand ) const;
44  bool operator != ( const DtPortalEnvironmentProcessObject& rightOperand ) const;
45 
47 
50 
52  DtDEC_ATTRIBUTE( DtEntityIdentifier, ProcessIdentifier, processIdentifier );
53 
59  DtDEC_ATTRIBUTE( DtEntityType, Type, type );
60 
63  DtDEC_ATTRIBUTE( DtU32, ModelType, modelType );
64 
67  DtDEC_ATTRIBUTE( bool, EnvironmentProcessActive, environmentProcessActive );
68 
70  DtDEC_ATTRIBUTE( DtU16, SequenceNumber, sequenceNumber );
71 
74  DtDEC_ATTRIBUTE( DtAttributeValuePairList, EnvironmentRecData, environmentRecData );
75 
77 
79  public:
80 
82 
83  static DtPortalMessage* create();
84 
85  virtual unsigned int netSize() const;
86  virtual void writeSelfToBuffer( void* buffer ) const ;
87  virtual void readSelfFromBuffer( const void* buffer );
88 
89  virtual std::ostream& printDataToStream( std::ostream& stream ) const;
90 
91  };
92 
93 
95  {
97  }
98 
99 }

Document ID: Generated on Thu Jul 23 10:25:22 EDT 2015 from SVN revision 155065
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)