MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
hLcDec.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1997 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #if DtHLA
12 
13 #include "loggerControlDefines.h"
14 #include <vl/interactionDecoder.h>
15 
17 
22 {
23 public:
24 
26  DtLgrControlDecoder( DtExerciseConn* conn, DtInterClassDesc* clsDsc );
27 
29  virtual ~DtLgrControlDecoder();
30 
33 
35  DtLgrControlDecoder& operator=( const DtLgrControlDecoder& src );
36 
37 protected:
38 
40  static void decodeLgrControlPdu( DtLgrControlInteraction* inter,
41  const RTI::ParameterHandleValuePairSet& params, int pairSetIndex );
42 };
43 
44 #endif
Instances of DtLgrControlInteraction are used to represent LgrControl Interactions in HLA...
Definition: hLcInter.h:28
Contains export defines for logger control toolkit.
Instances of DtLgrControlDecoder are used to decode LgrControl Interactions from the network...
Definition: hLcDec.h:21
#define DT_DLL_LOGGERCONTROL
Include vlconfig.h to get relivant platform info like if we need declspec stuff or not...
Definition: loggerControlDefines.h:31

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)