VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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 Fri May 15 06:36:13 EDT 2015 from SVN revision 153263
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)