MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
legacyHlcDec.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1997 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #ifndef DtLgcyLgrControlDecoder_H_
7 #define DtLgcyLgrControlDecoder_H_
8 
9 #if DtHLA
10 
12 #include <vl/interDecoder.h>
13 
15 
20 {
21 public:
22 
24  DtLgcyLgrControlDecoder( DtExerciseConn* conn, DtInterClassDesc* clsDsc );
25 
27  virtual ~DtLgcyLgrControlDecoder();
28 
31 
33  DtLgcyLgrControlDecoder& operator=( const DtLgcyLgrControlDecoder& src );
34 
35 protected:
36 
38  static void decodeLgrControlPdu( DtLgcyLgrControlInteraction* inter,
39  const RTI::ParameterHandleValuePairSet& params, int pairSetIndex );
40 };
41 
42 #endif
43 #endif
#define DT_DLL_LGCYLGRCNTRL
Include vlconfig.h to get relivant platform info like if we need declspec stuff or not...
Definition: legacyLoggerControlDefines.h:31
Instances of DtLgcyLgrControlInteraction are used to represent LgrControl Interactions in HLA...
Definition: legacyHlcInter.h:26
Instances of DtLgcyLgrControlDecoder are used to decode LgrControl Interactions from the network...
Definition: legacyHlcDec.h:19

Document ID: Generated on Thu Dec 18 15:35:09 EST 2025 from SVN revision 282494
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)