MAK Data Logger API Documentation for HLA
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 Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)