MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lcStop.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  DtLgrStopPdu( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
21 
23  DtLgrStopPdu( const DtNetLgrControlPdu* initial,
24  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER, DtPduFactory* pduFactory = 0 );
25 
27  DtLgrStopPdu( const DtEntityIdentifier& sender,
28  const DtEntityIdentifier& receiver,
29  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
30 
32  virtual ~DtLgrStopPdu();
33 
35  DtLgrStopPdu( const DtLgrStopPdu& src );
36 
38  DtLgrStopPdu& operator=( const DtLgrStopPdu& src );
39 };
40 
Definition: lgrControlP.h:61
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.
Instances of DtLgrStopPdu are to tell a remote logger to stop.
Definition: lcStop.h:15
#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 Oct 3 15:35:11 EDT 2024 from SVN revision 270037
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)