MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
legacyLoggerControl
legacyLcStop.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1998 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#ifndef DtLgcyLgrStopPdu_H_
7
#define DtLgcyLgrStopPdu_H_
8
9
#include "
legacyLcPdu.h
"
10
13
class
DT_DLL_LGCYLGRCNTRL
DtLgcyLgrStopPdu
:
public
DtLgcyLgrControlPdu
14
{
15
public
:
16
18
DtLgcyLgrStopPdu
( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
19
21
DtLgcyLgrStopPdu
(
const
DtNetLgcyLgrControlPdu
* initial,
22
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
23
25
DtLgcyLgrStopPdu
( DtGlobalObjectDesignator& sender,
26
DtGlobalObjectDesignator& receiver,
27
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
28
30
virtual
~
DtLgcyLgrStopPdu
();
31
33
DtLgcyLgrStopPdu
(
const
DtLgcyLgrStopPdu
& src );
34
36
DtLgcyLgrStopPdu
&
operator=
(
const
DtLgcyLgrStopPdu
& src );
37
};
38
39
#endif
Document ID: Generated on Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)