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
legacyLcRecAction.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1998 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#ifndef DtLgcyLgrRecordActionPdu_H_
7
#define DtLgcyLgrRecordActionPdu_H_
8
9
#include "
legacyLcPdu.h
"
10
14
class
DT_DLL_LGCYLGRCNTRL
DtLgcyLgrRecordActionPdu
:
public
DtLgcyLgrControlPdu
15
{
16
public
:
17
19
DtLgcyLgrRecordActionPdu
( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
20
22
DtLgcyLgrRecordActionPdu
(
const
DtNetLgcyLgrControlPdu
* initial,
23
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
24
26
DtLgcyLgrRecordActionPdu
( DtGlobalObjectDesignator& sender,
27
DtGlobalObjectDesignator& receiver,
DtLgcyLgrMode
mode,
28
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
29
31
virtual
~
DtLgcyLgrRecordActionPdu
();
32
34
DtLgcyLgrRecordActionPdu
(
const
DtLgcyLgrRecordActionPdu
& src );
35
37
DtLgcyLgrRecordActionPdu
&
operator=
(
const
DtLgcyLgrRecordActionPdu
& src );
38
40
virtual
DtLgcyLgrMode
action()
const
;
41
virtual
void
setAction(
DtLgcyLgrMode
cmd );
42
44
virtual
DtLgcyLgrIntParams
* params()
const
;
45
46
private
:
48
DtLgcyLgrMode
myAction
;
49
};
50
51
#endif
Document ID: Generated on Wed Jun 5 18:45:18 EDT 2019 from SVN revision 198968
Copyright © 2019 VT MAK. All Rights Reserved (
www.mak.com
)