VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
serviceEncoderHLA.h
Go to the documentation of this file.
1 /*********************************************************************
2 **This file was generated by MAK Technologies' VR-Link Code Generator.
3 **hobjEncHeader.tlt
4 *********************************************************************/
5 
8 
9 #pragma once
10 
11 #if DtHLA
12 
13 #include "metocRootEncoderHLA.h"
14 #include <vlutil/vlMachineTypes.h>
15 
16 
17 
19 
24 class DT_DLL_VL DtServiceEncoder : public DtMetocRootEncoder
25 {
26 public:
27 
29  DtServiceEncoder(
30  DtExerciseConn* exConn,
31  DtObjClassDesc* classDesc);
32 
34  virtual ~DtServiceEncoder();
35 
37  DtServiceEncoder(const DtServiceEncoder& orig);
38 
40  DtServiceEncoder& operator=(const DtServiceEncoder& orig);
41 
42 public:
44  static DtHlaStateEncoder* create(
45  DtExerciseConn* exConn,
46  DtObjClassDesc* classDesc);
47 
48 protected:
49 
52  static bool needModelType(
53  const DtServiceStateRepository& stateRep,
54  const DtServiceStateRepository& asSeenByRemote);
55 
57  static void encodeModelType(
58  const DtServiceStateRepository& rep,
59  RTI::AttributeHandleValuePairSet* attrs,
60  RTI::AttributeHandle attrHandle);
61 
62 };
63 
64 
65 
66 #endif
Instances of DtExerciseConn are used to provide an application&#39;s interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtServiceStateRepository are used to store state data for METOC_Root.Service objects.
Definition: serviceStateRepository.h:30
This file contains typedefs for machine dependant types.

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)