VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
iffAtcNavaidsMode5Interrogator.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
9
#if DtDIS
10
11
#include <
vlutil/vlMachineTypes.h
>
12
#include <
vlpi/disEnums.h
>
13
14
#include "
packets/iffAtcNavP.h
"
15
16
20
class
DT_DLL_VL
DtIffAtcNavaidsMode5Interrogator
21
{
22
public
:
23
25
DtIffAtcNavaidsMode5Interrogator
();
26
DtIffAtcNavaidsMode5Interrogator
(
27
const
DtIffAtcNavaidsMode5Interrogator
& orig);
28
30
DtIffAtcNavaidsMode5Interrogator
& operator=(
31
const
DtIffAtcNavaidsMode5Interrogator
& orig);
32
DtIffAtcNavaidsMode5Interrogator
& operator=(
33
const
DtNetIffAtcNavaidsPduLayer3Interrogator
& orig);
34
36
virtual
~
DtIffAtcNavaidsMode5Interrogator
();
37
39
virtual
void
setReportingSimulation(
DtSimulationAddress
value);
40
virtual
DtSimulationAddress
reportingSimulation()
const
;
41
43
virtual
void
setMode5Status(
DtIffAtcNavaidsMode5InterrogatorStatus
value);
44
virtual
DtIffAtcNavaidsMode5InterrogatorStatus
mode5Status()
const
;
45
47
virtual
void
setMessageFormatsPresent(
DtU32
value);
48
virtual
DtU32
messageFormatsPresent()
const
;
49
51
virtual
void
setInterrogatedEntityID(
DtEntityIdentifier
value);
52
virtual
DtEntityIdentifier
interrogatedEntityID()
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
64
66
virtual
void
unloadNetRecord(
67
const
DtNetIffAtcNavaidsPduLayer3Interrogator
& record);
68
virtual
void
loadNetRecord(
69
DtNetIffAtcNavaidsPduLayer3Interrogator
& record)
const
;
70
71
protected
:
72
DtNetFederateId
myReportingSimulation
;
73
DtNetU8
myMode5Status
;
74
DtNetU32
myMessageFormatsPresent
;
75
DtNetEntityIdentifier
myInterrogatedEntityID
;
76
DtU16
myNumParameterSets
;
77
};
78
79
#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
)