VR-Link API Documentation for HLA 1.3
baseReflectedAggregate.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 #ifndef DtBaseReflectedAggregate_H_
8 #define DtBaseReflectedAggregate_H_
9 
14 
15 
16 
17 #include <vlutil/vlList.h>
18 #include <matrix/vlMath.h>
19 #include "objectId.h"
20 #include "hostStructs.h"
21 #include "stateMsg.h"
22 
24 
31 {
32 
33 
34 public:
35 
37  virtual ~DtBaseReflectedAggregate();
38 
40  DtBaseReflectedAggregate& operator=(const DtBaseReflectedAggregate& orig);
41 
43  virtual DtAggregateStateRepository* aggregateStateRep() const = 0;
44 
46  virtual const DtObjectId& id() const;
47 
48 
49 protected:
50 
52 
55 
58 
59 
60 protected:
61 
63 
64 };
65 
66 #endif
67 

Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)