VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrlinkStateDecoderHLA.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2022 VT MAK
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtHLA
13 
14 #include "hlaStateDecoder.h"
15 
17 
22 {
23 public:
26 
28  virtual ~DtVRLinkStateDecoder();
29 
32 
35 
36 public:
38  static DtHlaStateDecoder* create(DtExerciseConn* exConn, DtObjClassDesc* classDesc);
39 
40 protected:
41 
43  static void decodeExecutionStatus(
45  const RTI::AttributeHandleValuePairSet& attrs,
46  int pairSetIndex);
47 };
48 
49 #endif
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:32
DtHlaStateDecoder & operator=(const DtHlaStateDecoder &orig)
assignment operator
This file contains the declaration of DtHlaStateDecoder.

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)