VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
taskInterDecoderHLA.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2025 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
9 #pragma once
10 
11 #if DtHLA
12 
14 #include <vl/interactionDecoder.h>
16 
17 class DtTaskInter;
18 
22 {
23 public:
25  DtTaskInterDecoder(DtExerciseConn* exConn,
26  DtInterClassDesc* classDesc);
27 
29  virtual ~DtTaskInterDecoder() override;
30 
33 
35  DtTaskInterDecoder& operator=(const DtTaskInterDecoder& orig);
36 
37 protected:
38 
40  static void decodeTaskId(
41  DtTaskInter* inter,
42  const RTI::ParameterHandleValuePairSet& params,
43  int pairSetIndex);
44 
46  static void decodeTaskee(
47  DtTaskInter* inter,
48  const RTI::ParameterHandleValuePairSet& params,
49  int pairSetIndex);
50 
52  static void decodeTasker(
53  DtTaskInter* inter,
54  const RTI::ParameterHandleValuePairSet& params,
55  int pairSetIndex);
56 
58  static void decodeStartWhen(
59  DtTaskInter* inter,
60  const RTI::ParameterHandleValuePairSet& params,
61  int pairSetIndex);
62 
64  static void decodeWhy(
65  DtTaskInter* inter,
66  const RTI::ParameterHandleValuePairSet& params,
67  int pairSetIndex);
68 
70  static void decodeTaskMode(
71  DtTaskInter* inter,
72  const RTI::ParameterHandleValuePairSet& params,
73  int pairSetIndex);
74 
75 };
76 
77 
78 
79 #endif
Instances of DtTaskInterDecoder are used to decode data from the network into DtTaskInter objects...
Definition: taskInterDecoderHLA.h:21
Instances of DtTaskInter are used to store state data for ETR_Root.ETR_Task interactions.
Definition: taskInterHLA.h:39
#define DT_DLL_vrfExtObjects
Definition: dllExport.h:23

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)