VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
replyInteractionEncoderHLA.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2023 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 ~DtReplyInteractionEncoder();
31 
34 
37 
38 protected:
39 
41  static void encodeReplyAmplification(
42  const DtReplyInteraction& inter,
44  RTI::ParameterHandle paramHandle);
45 
47  static void encodeModeSDAPSource(
48  const DtReplyInteraction& inter,
50  RTI::ParameterHandle paramHandle);
51 
53  static void encodeLethal(
54  const DtReplyInteraction& inter,
56  RTI::ParameterHandle paramHandle);
57 
58 };
59 
60 
61 
62 #endif
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
Instances of DtReplyInteractionEncoder are used to encode data from DtReplyInteraction objects into n...
Definition: replyInteractionEncoderHLA.h:22
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
Instances of DtInterClassDesc are used to represent HLA Object and Interaction classes.
Definition: interClassDesc.h:33
Instances of DtIFFEmissionInteractionEncoder are used to encode data from DtIFFEmissionInteraction ob...
Definition: iffEmissionInteractionEncoderHLA.h:24
DtIFFEmissionInteractionEncoder & operator=(const DtIFFEmissionInteractionEncoder &orig)
Assignment operator.
Used to provide backwards compatibility for VR-Link Encoders and Decoders who use either AttributeHan...
Definition: rtiCompatibility.h:154

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)