VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
genericAttributeEncoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #pragma once
7 
8 #if DtHLA
9 
12 
13 #include "hlaStateEncoder.h"
14 
18 
21 
23 {
24 public:
25 
28 
30  virtual ~DtGenericAttributeEncoder();
31 
32  static void encodeGenericAttribute(const DtStateRepository& rep,
33  RTI::AttributeHandleValuePairSet* attrs,
34  RTI::AttributeHandle attrHandle);
35 
36  static bool needGenericAttribute(
37  const DtStateRepository& stateRep,
38  const DtStateRepository& asSeenByRemote,
39  RTI::AttributeHandle attrHandle);
40 };
41 
42 #endif
43 
44 
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
This file contains the declaration of DtHlaStateEncoder.
DtHlaStateEncoder is used to provide encoding of a state repository into a state message in an HLA (a...
Definition: hlaStateEncoder.h:30
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
DtStateRepository is an abstract base class for maintaining state for an object.
Definition: stateRepository.h:50
The DtGenericAttributeEncoder class - the encoder used by DtGenericObjectPublisher.
Definition: genericAttributeEncoder.h:22

Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)