VR-Exchange 2.5 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pEmbeddedSystem.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/pObject.h>
13 
14 namespace MAKVrExchange
15 {
16 
22  {
23  public:
24 
27 
30 
32  virtual ~DtPortalEmbeddedSystem();
33 
35  DtPortalEmbeddedSystem& operator = ( const DtPortalEmbeddedSystem& original );
36 
39 
40  int operator == ( const DtPortalEmbeddedSystem &rightOperand ) const;
41  int operator != ( const DtPortalEmbeddedSystem &rightOperand ) const;
42 
44 
47 
49  DtDEC_ATTRIBUTE( DtEntityIdentifier, EntityIdentifier, entityIdentifier );
50 
52  DtDEC_ATTRIBUTE( DtString, HostObjectIdentifier, hostObjectIdentifier );
53 
55  DtDEC_ATTRIBUTE( DtVector32, RelativePosition, relativePosition );
56 
58 
60  public:
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& stream ) const;
67 
68  };
69 
70 }

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)