MAK Data Logger API Documentation for DIS
 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 
21 class DT_DLL_LOGGERCONTROL DtLgrControlDecoder : public DtInteractionDecoder
22 {
23 public:
24 
26  DtLgrControlDecoder( DtExerciseConn* conn, DtInterClassDesc* clsDsc );
27 
29  virtual ~DtLgrControlDecoder();
30 
32  DtLgrControlDecoder(const DtLgrControlDecoder& src );
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 DtLgrControlPdu are a family of messages used to control a remote instance of the MAK-Lo...
Definition: lcPdu.h:139
Contains export defines for logger control toolkit.
#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 Mon Mar 22 15:30:17 EDT 2021 from SVN revision 226440
Copyright © 2021 MAK Technologies. All Rights Reserved (www.mak.com)