MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
legacyLoggerControl
legacyLcStart.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1998 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#ifndef DtLgcyLgrStartPdu_H_
7
#define DtLgcyLgrStartPdu_H_
8
9
#include "
legacyLcPdu.h
"
10
11
14
class
DT_DLL_LGCYLGRCNTRL
DtLgcyLgrStartPdu
:
public
DtLgcyLgrControlPdu
15
{
16
public
:
17
19
DtLgcyLgrStartPdu
( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
20
22
DtLgcyLgrStartPdu
(
const
DtNetLgcyLgrControlPdu
* initial,
23
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
24
26
DtLgcyLgrStartPdu
( DtGlobalObjectDesignator& sender,
27
DtGlobalObjectDesignator& receiver,
28
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
29
31
virtual
~
DtLgcyLgrStartPdu
();
32
34
DtLgcyLgrStartPdu
(
const
DtLgcyLgrStartPdu
& src );
35
37
DtLgcyLgrStartPdu
&
operator=
(
const
DtLgcyLgrStartPdu
& src );
38
};
39
40
#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
)