VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
iffAtcNavOpr2.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: iffAtcNavOpr2.h,v $
7
** $Revision: 1.3 $ $State: Exp $
8
*********************************************************************/
9
12
13
#ifndef DtIffAtcNavaidsSecondOperational_H_
14
#define DtIffAtcNavaidsSecondOperational_H_
15
16
#if DtDIS
17
18
#include <
vlutil/vlMachineTypes.h
>
19
#include <
vlpi/disEnums.h
>
20
21
#include "
packets/iffAtcNavP.h
"
22
23
27
class
DT_DLL_VL
DtIffAtcNavaidsSecondOperational
28
{
29
30
public
:
31
33
DtIffAtcNavaidsSecondOperational
();
34
DtIffAtcNavaidsSecondOperational
(
35
const
DtIffAtcNavaidsSecondOperational
& orig);
36
38
DtIffAtcNavaidsSecondOperational
& operator=(
39
const
DtIffAtcNavaidsSecondOperational
& orig);
40
DtIffAtcNavaidsSecondOperational
& operator=(
41
const
DtNetIffAtcNavaidsSecondOperational
& orig);
42
44
virtual
~
DtIffAtcNavaidsSecondOperational
();
45
47
virtual
void
setParameter1(
DtIffAtcNavaidsParm1
value);
48
virtual
DtIffAtcNavaidsParm1
parameter1()
const
;
49
51
virtual
void
setParameter2(
DtIffAtcNavaidsParm2
value);
52
virtual
DtIffAtcNavaidsParm2
parameter2()
const
;
53
55
virtual
void
setNumParameterSets(
DtU16
);
56
virtual
DtU16
numParameterSets()
const
;
57
59
virtual
void
print()
const
;
60
62
virtual
void
printDataToStream(std::ostream& stream)
const
;
63
65
virtual
void
unloadNetRecord(
66
const
DtNetIffAtcNavaidsSecondOperational
& record);
67
virtual
void
loadNetRecord(
68
DtNetIffAtcNavaidsSecondOperational
& record)
const
;
69
70
protected
:
71
73
DtU8
myParameter1
;
74
DtU8
myParameter2
;
75
DtU16
myNumParameterSets
;
76
77
};
78
79
#endif
80
#endif
81
Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)