VR-Link API Documentation for DIS
 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 
16 class DtVRLinkStateStateRepository;
17 
21 class DT_DLL_VL DtVRLinkStateDecoder : public DtHlaStateDecoder
22 {
23 public:
25  DtVRLinkStateDecoder(DtExerciseConn* exConn, DtObjClassDesc* classDesc);
26 
28  virtual ~DtVRLinkStateDecoder();
29 
31  DtVRLinkStateDecoder(const DtVRLinkStateDecoder& orig);
32 
34  DtVRLinkStateDecoder& operator=(const DtVRLinkStateDecoder& orig);
35 
36 public:
38  static DtHlaStateDecoder* create(DtExerciseConn* exConn, DtObjClassDesc* classDesc);
39 
40 protected:
41 
43  static void decodeExecutionStatus(
44  DtVRLinkStateStateRepository* rep,
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: exerciseConnDIS.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
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)