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
legacyLcSkipTime.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1998 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#ifndef DtLgcyLgrSkipTimePdu_H_
7
#define DtLgcyLgrSkipTimePdu_H_
8
9
#include "
legacyLcPdu.h
"
10
14
class
DT_DLL_LGCYLGRCNTRL
DtLgcyLgrSkipTimePdu
:
public
DtLgcyLgrControlPdu
15
{
16
public
:
17
19
DtLgcyLgrSkipTimePdu
( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
20
22
DtLgcyLgrSkipTimePdu
(
const
DtNetLgcyLgrControlPdu
* initial,
23
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
24
26
DtLgcyLgrSkipTimePdu
( DtGlobalObjectDesignator& sender,
27
DtGlobalObjectDesignator& receiver, DtTime tm,
28
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
29
31
virtual
~
DtLgcyLgrSkipTimePdu
();
32
34
DtLgcyLgrSkipTimePdu
(
const
DtLgcyLgrSkipTimePdu
& src );
35
37
DtLgcyLgrSkipTimePdu
&
operator=
(
const
DtLgcyLgrSkipTimePdu
& src );
38
40
virtual
DtTime time()
const
;
41
virtual
void
setTime(
const
DtTime& tm );
42
44
virtual
DtLgcyLgrTimeParams
* params()
const
;
45
47
virtual
void
printData
()
const
;
48
49
private
:
51
DtTime
myTime
;
52
};
53
54
#endif
Document ID: Generated on Thu Apr 7 20:50:59 EDT 2016 from SVN revision 163818
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)