MAK Data Logger API Documentation for DIS
lcLegacy.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1998 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include "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 }

Document ID: Generated on Mon Jan 19 08:20:14 EST 2015 from SVN revision 149581
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)