VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
taskMountInterDecoderHLA.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2025 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
9 
10 #pragma once
11 
12 #if DtHLA
13 
16 
17 
18 
19 class DtTaskMountInter;
20 
24 
26 {
27 public:
29  DtTaskMountInterDecoder(DtExerciseConn* exConn,
30  DtInterClassDesc* classDesc);
31 
33  virtual ~DtTaskMountInterDecoder() override;
34 
37 
40 
41 protected:
42 
44  static void decodeEntityId(
45  DtTaskMountInter* inter,
46  const RTI::ParameterHandleValuePairSet& params,
47  int pairSetIndex);
48 
49 };
50 
51 
52 
53 #endif
Contains the DtTaskInterDecoder class declaration.
Instances of DtTaskMountInter are used to store state data for ETR_Root.ETR_Task.Mount interactions...
Definition: taskMountInterHLA.h:39
DtTaskInterDecoder & operator=(const DtTaskInterDecoder &orig)
Assignment operator.
Instances of DtTaskInterDecoder are used to decode data from the network into DtTaskInter objects...
Definition: taskInterDecoderHLA.h:21
Instances of DtTaskMountInterDecoder are used to decode data from the network into DtTaskMountInter o...
Definition: taskMountInterDecoderHLA.h:25
#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)