VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
baseReflectedAggregate.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 MAK Technologies, Inc
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 
Contains the DtObjectId class declaration.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
This file contains the declaration of DtList and DtListItem.
DtObjectId myObjectId
Definition: baseReflectedAggregate.h:62
This file defines math constants and methods which may be useful in simulations.
This is a base class from which elements of a DtIntrusiveList must be derived.
Definition: vlList.h:158
DtBaseReflectedAggregate is an abstract base class.
Definition: baseReflectedAggregate.h:30
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.
DtObjectId instances are used to represent RTI::ObjectInstances in VR-Link.
Definition: objectId.h:38
A protocol independent representation of an aggregate.
Definition: aggregateStateRepository.h:29

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)