VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
replyInteractionDecoderHLA.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 
16 class DtReplyInteraction;
17 
23 {
24 public:
27  DtInterClassDesc* classDesc);
28 
30  virtual ~DtReplyInteractionDecoder();
31 
34 
37 
38 protected:
39 
41  static void decodeReplyAmplification(
42  DtReplyInteraction* inter,
43  const RTI::ParameterHandleValuePairSet& params,
44  int pairSetIndex);
45 
47  static void decodeModeSDAPSource(
48  DtReplyInteraction* inter,
49  const RTI::ParameterHandleValuePairSet& params,
50  int pairSetIndex);
51 
53  static void decodeLethal(
54  DtReplyInteraction* inter,
55  const RTI::ParameterHandleValuePairSet& params,
56  int pairSetIndex);
57 
58 };
59 
60 #endif
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
Instances of DtReplyInteraction are used to store state data for IFFEmission.Reply interactions...
Definition: replyInteractionHLA.h:29
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtIFFEmissionInteractionDecoder & operator=(const DtIFFEmissionInteractionDecoder &orig)
Assignment operator.
Instances of DtInterClassDesc are used to represent HLA Object and Interaction classes.
Definition: interClassDesc.h:33
Instances of DtReplyInteractionDecoder are used to decode data from the network into DtReplyInteracti...
Definition: replyInteractionDecoderHLA.h:22
Instances of DtIFFEmissionInteractionDecoder are used to decode data from the network into DtIFFEmiss...
Definition: iffEmissionInteractionDecoderHLA.h:24

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)