MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lcConnectionEstablished.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include "lcPdu.h"
12 
15 {
16  DtNetU16 loggerNameLength;
17  DtNetU16 loggerNameOffset;
18  // DtNetU8 loggerName[];
20 
21 
26 {
27 public:
28 
31  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
32 
35  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER, DtPduFactory* pduFactory = 0 );
36 
38  DtLgrConnectionEstablishedPdu( const DtEntityIdentifier& sender,
39  const DtEntityIdentifier& receiver,
40  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
41 
44 
47 
50 
51  virtual const char* loggerName() const;
52  virtual void setLoggerName( const DtString& name );
53 
55  virtual void printDataToStream(std::ostream& stream) const;
56 
57 protected:
59  void initConnectionEstablishedData();
60 
62  virtual DtLgrConnectionEstablishedData* params() const;
63 };
64 
65 

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)