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