VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
interrogationInteractionDecoderHLA.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtHLA
13 
15 
17 
22 class DT_DLL_VL DtInterrogationInteractionDecoder : public DtIFFEmissionInteractionDecoder
23 {
24 public:
26  DtInterrogationInteractionDecoder(DtExerciseConn* exConn,
27  DtInterClassDesc* classDesc);
28 
30  virtual ~DtInterrogationInteractionDecoder();
31 
33  DtInterrogationInteractionDecoder(const DtInterrogationInteractionDecoder& orig);
34 
36  DtInterrogationInteractionDecoder& operator=(const DtInterrogationInteractionDecoder& orig);
37 
38 protected:
39 
41  static void decodeLethal(
43  const RTI::ParameterHandleValuePairSet& params,
44  int pairSetIndex);
45 
46 };
47 
48 
49 
50 #endif
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtIffAtcNavaidsPdu are used to send information about simulated radio transponders and i...
Definition: iffAtcNavaidsPdu.h:74

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)