MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lcEnd.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 "loggerControlDefines.h"
12 #include "lcPdu.h"
13 
18 {
19 public:
20 
22  DtLgrEndPdu( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
23 
25  DtLgrEndPdu( const DtNetLgrControlPdu* initial,
26  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER, DtPduFactory* pduFactory = 0 );
27 
29  DtLgrEndPdu( const DtEntityIdentifier& sender,
30  const DtEntityIdentifier& receiver,
31  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
32 
34  virtual ~DtLgrEndPdu();
35 
37  DtLgrEndPdu( const DtLgrEndPdu& src );
38 
40  DtLgrEndPdu& operator=( const DtLgrEndPdu& src );
41 };
42 
Definition: lgrControlP.h:61
Instances of DtLgrEndPdu are to tell a remote logger to skip to end of file during playback...
Definition: lcEnd.h:17
DtLgrControlPdu & operator=(const DtLgrControlPdu &src)
assignment operator
Instances of DtLgrControlPdu are a family of messages used to control a remote instance of the MAK-Lo...
Definition: lcPdu.h:139
Contains DtLgrControlPdu.
Contains export defines for logger control toolkit.
#define DT_DLL_LOGGERCONTROL
Include vlconfig.h to get relivant platform info like if we need declspec stuff or not...
Definition: loggerControlDefines.h:31

Document ID: Generated on Thu Jul 14 15:45:33 EDT 2022 from SVN revision 244827
Copyright © 2021 MAK Technologies. All Rights Reserved (www.mak.com)