MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
legacyLoggerControl
legacyLcTimeout.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1998 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#ifndef DtLgcyLgrTimeoutPdu_H_
7
#define DtLgcyLgrTimeoutPdu_H_
8
9
#include "
legacyLcPdu.h
"
10
11
16
class
DT_DLL_LGCYLGRCNTRL
DtLgcyLgrTimeoutPdu
:
public
DtLgcyLgrControlPdu
17
{
18
public
:
19
21
DtLgcyLgrTimeoutPdu
( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
22
24
DtLgcyLgrTimeoutPdu
(
const
DtNetLgcyLgrControlPdu
* initial,
25
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
26
28
DtLgcyLgrTimeoutPdu
( DtGlobalObjectDesignator& sender,
29
DtGlobalObjectDesignator& receiver, DtReal val,
30
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
31
33
virtual
~
DtLgcyLgrTimeoutPdu
();
34
36
DtLgcyLgrTimeoutPdu
(
const
DtLgcyLgrTimeoutPdu
& src );
37
39
DtLgcyLgrTimeoutPdu
&
operator=
(
const
DtLgcyLgrTimeoutPdu
& src );
40
42
virtual
DtReal timeout()
const
;
43
virtual
void
setTimeout( DtReal val );
44
46
virtual
DtLgcyLgrRealParams
* params()
const
;
47
49
virtual
void
printData
()
const
;
50
51
private
:
53
DtReal
myTimeout
;
54
};
55
56
#endif
Document ID: Generated on Tue Aug 1 09:00:26 EDT 2017 from SVN revision 179128
Copyright © 2017 VT MÄK. All Rights Reserved (
www.mak.com
)