VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
sincgarsModulation.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
9
10
#ifndef DtRadioMod_H_
11
#define DtRadioMod_H_
12
13
#include "
hostStructs.h
"
14
15
20
class
DT_DLL_VL
DtSINCGARSModulation
21
{
22
public
:
23
24
DtSINCGARSModulation
();
25
DtSINCGARSModulation
(
const
DtSINCGARSModulation
&orig);
26
virtual
~
DtSINCGARSModulation
();
27
28
int
operator!=
(
const
DtSINCGARSModulation
&other)
const
;
29
int
operator==
(
const
DtSINCGARSModulation
&other)
const
;
30
31
DtSINCGARSModulation
& operator=(
const
DtSINCGARSModulation
&orig);
32
33
virtual
void
setFHNetId(
DtU16
id
);
34
virtual
DtU16
fHNetId()
const
;
35
36
virtual
void
setHopSetId(
DtU16
id
);
37
virtual
DtU16
hopSetId()
const
;
38
39
virtual
void
setLockoutSetId(
DtU16
id
);
40
virtual
DtU16
lockoutSetId()
const
;
41
42
virtual
void
setTransmissionSecurityKey(
DtU16
key);
43
virtual
DtU16
transmissionSecurityKey()
const
;
44
45
virtual
void
setFHSynchronizationTimeOffset(
DtU32
id
);
46
virtual
DtU32
fHSynchronizationTimeOffset()
const
;
47
48
virtual
void
printData()
const
;
49
virtual
void
printDataToStream(std::ostream& stream)
const
;
50
51
protected
:
52
DtU16
myFHNetId
;
53
DtU16
myHopSetId
;
54
DtU16
myLockoutSetId
;
55
DtU16
myTransmissionSecurityKey
;
56
DtU32
myFHSynchronizationTimeOffset
;
57
58
};
59
#endif
60
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
)