MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lcStart.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 
13 
17 {
18 public:
19 
21  DtLgrStartPdu( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
22 
24  DtLgrStartPdu( const DtNetLgrControlPdu* initial,
25  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER, DtPduFactory* pduFactory = 0 );
26 
28  DtLgrStartPdu( const DtEntityIdentifier& sender,
29  const DtEntityIdentifier& receiver,
30  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
31 
33  virtual ~DtLgrStartPdu();
34 
36  DtLgrStartPdu( const DtLgrStartPdu& src );
37 
39  DtLgrStartPdu& operator=( const DtLgrStartPdu& src );
40 };
41 

Document ID: Generated on Thu Jul 23 15:05:27 EDT 2020 from SVN revision 215371
Copyright © 2020 MAK Technologies. All Rights Reserved (www.mak.com)