MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lcRecord.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 "lcPdu.h"
12 
16 {
17 public:
18 
20  DtLgrRecordPdu( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
21 
23  DtLgrRecordPdu( const DtNetLgrControlPdu* initial,
24  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER, DtPduFactory* pduFactory = 0 );
25 
27  DtLgrRecordPdu( const DtEntityIdentifier& sender,
28  const DtEntityIdentifier& receiver,
29  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
30 
32  virtual ~DtLgrRecordPdu();
33 
35  DtLgrRecordPdu( const DtLgrRecordPdu& src );
36 
39 };
40 

Document ID: Generated on Wed Jun 5 18:45:18 EDT 2019 from SVN revision 198968
Copyright © 2019 VT MAK. All Rights Reserved (www.mak.com)