VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
attributeRecordSet.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #pragma once
7 
10 
12 {
13 public:
14 
21 
24 
27 
29  virtual ~DtAttributeRecordSet();
30 
32  virtual void setEntityObjectId(const DtEntityIdentifier& id);
34  virtual const DtEntityIdentifier& entityObjectId() const;
35 
37  bool operator<( const DtAttributeRecordSet &rightOperand ) const;
38 
40  virtual unsigned int netSize() const;
41 
42 protected:
43 
46 
47 };
Contains the DtEntityIdentifier class declaration.
virtual unsigned int netSize() const
Used to obtain the netsize for DIS PDUs.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Definition: standardVariableRecordSet.h:20
DtEntityIdentifier myEntityIdentifier
The Entity/Object ID.
Definition: attributeRecordSet.h:45
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
Definition: attributeRecordSet.h:11
bool operator<(const DtTimeReflectedObjectIdKey &left, const DtTimeReflectedObjectIdKey &right)
Compare 2 time ID keys.
Definition: reflectedObjectListHLA.h:548

Document ID: Generated on Thu Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)