VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
iffInteractiveMode5ReplyRecord.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2013 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
#pragma once
7
8
#ifdef DtDIS
9
10
#include "
vl/iffAtcNavaidsVariableRecord.h
"
11
#include <
vl/packets/iffVariantRecordsP.h
>
12
13
14
class
DT_DLL_VL
DtIffInteractiveMode5ReplyRecord
:
public
DtIffAtcNavaidsVariableRecord
15
{
16
public
:
17
19
DtIffInteractiveMode5ReplyRecord
();
20
22
DtIffInteractiveMode5ReplyRecord
(
const
DtIffInteractiveMode5ReplyRecord
& orig);
23
25
DtIffInteractiveMode5ReplyRecord
(
void
* ptr,
unsigned
int
size);
26
28
DtIffInteractiveMode5ReplyRecord
(
DtNetIffInteractiveMode5ReplyRecord
netRecord);
29
31
virtual
DtIffInteractiveMode5ReplyRecord
& operator=(
const
DtIffInteractiveMode5ReplyRecord
& record);
32
34
virtual
DtStandardVariableRecord
& operator=(
const
DtStandardVariableRecord
& other);
35
37
virtual
bool
operator==
(
const
DtIffInteractiveMode5ReplyRecord
& record);
38
40
virtual
bool
operator==
(
const
DtStandardVariableRecord
& record);
41
43
static
DtStandardVariableRecord
* create(
void
* addr,
unsigned
int
length);
44
46
virtual
DtStandardVariableRecord
*
clone
()
const
;
47
49
virtual
unsigned
int
recordType
()
const
;
50
virtual
void
setRecordType
(
unsigned
int
recordType);
51
53
virtual
unsigned
int
recordLength
()
const
;
54
virtual
void
setRecordLength
(
unsigned
int
recordLength);
55
57
virtual
void
printDataToStream
(std::ostream& stream)
const
;
58
59
// Writes the network representation to the given address.
60
// The assumption is that this memory is allocated and is of the proper size.
61
virtual
void
writeRecord
(
void
* addr)
const
;
62
64
virtual
void
setFromNet
(
const
void
* netRecord,
unsigned
int
length,
65
DtStandardVariableRetCode
* retCode = NULL);
66
68
virtual
unsigned
unpaddedNetsize
()
const
;
69
71
virtual
void
setInteractiveMode5Reply(
DtU8
);
72
virtual
DtU8
interactiveMode5Reply()
const
;
73
74
protected
:
75
DtNetIffInteractiveMode5ReplyRecord
myInteractiveMode5ReplyRecord
;
76
DtNetIffInteractiveMode5ReplyRecord
*
myInteractiveMode5ReplyRecordPtr
;
77
78
};
79
80
#endif //DtDIS
Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)