MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lcLegacy.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <lgrSim/lgrSim.h>
12 
13 #include <lcPdu.h>
14 
16 
17 namespace MAKLogger
18 {
19 
21 
23 {
24 public:
25 
27  DtLgrLegacyPdu( const DtLgcyLgrControlPdu* legacyPdu, DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
28 
30  virtual ~DtLgrLegacyPdu();
31 
33  DtLgrLegacyPdu( const DtLgrLegacyPdu& src );
34 
36  DtLgrLegacyPdu& operator=( const DtLgrLegacyPdu& src );
37 
39  virtual DtNetLgrControlParams* defaultParams() const;
40 
42  virtual void printData() const;
43 
44 private:
46 
47 };
48 
49 }
Defines IMPORT/EXPORT macros for lgrSim library.
#define DT_DLL_LGRSIM
Definition: lgrSim.h:21
Instances of DtLgrLegacyPdu are used to convert from a legacy logger control PDU. ...
Definition: lcLegacy.h:22
Instances of DtLgcyLgrControlPdu are a family of messages used to control a remote instance of the MA...
Definition: legacyLcPdu.h:108
Instances of DtLgrControlPdu are a family of messages used to control a remote instance of the MAK-Lo...
Definition: lcPdu.h:139
Definition: lgrControlP.h:48
Contains DtLgrControlPdu.

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)