VR-Exchange 2.5 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pTimeMgmtObj.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>
16 
21 {
22 public:
23 
26 
29 
31  virtual ~DtPortalTimeMgmtObject();
32 
35 
38 
39  int operator == ( const DtPortalTimeMgmtObject& rightOperand ) const;
40  int operator != ( const DtPortalTimeMgmtObject& rightOperand ) const;
41 
43 
46 
48  DtDEC_ATTRIBUTE( DtFloat64, Lbts, lbts );
49 
51 
53 public:
54 
56 
57  static DtPortalMessage* create();
58 
59  virtual unsigned int netSize() const;
60  virtual void writeSelfToBuffer( void* buffer, int bufferSize ) const ;
61  virtual void readSelfFromBuffer( const void* buffer, int bufferSize );
62 
63  virtual std::ostream& printDataToStream( std::ostream& stream ) const;
64 
65 };
66 
67 
69 {
70  return new DtPortalTimeMgmtObject();
71 }
72 
73 

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)