VR-Exchange 2.5 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pAdditionalPassiveActivitiesObject.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 
31 
34 
38 
41 
42  virtual bool operator == ( const DtPortalAdditionalPassiveActivitiesObject& other ) const;
43  virtual bool operator != ( const DtPortalAdditionalPassiveActivitiesObject& other ) const;
44 
46 
49 
50  DtDEC_ATTRIBUTE( DtU16, ActivityCode, activityCode );
51  DtDEC_ATTRIBUTE( DtU16, ActivityParameter, activityParameter );
52  DtDEC_ATTRIBUTE( DtU8, IsSilent, isSilent );
53 
55 
56  public:
57 
59 
60  static DtPortalMessage* create();
61 
62  virtual unsigned int netSize() const;
63  virtual void writeSelfToBuffer( void* buffer, int bufferSize ) const ;
64  virtual void readSelfFromBuffer( const void* buffer, int bufferSize );
65 
66  virtual std::ostream& printDataToStream( std::ostream& str ) const;
67 
68  };
69 
70 
72  {
74  }
75 
76 }

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)