VR-Link API Documentation for HLA Evolved
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
vmfRadioSignalInteraction.h
Go to the documentation of this file.
1
/*********************************************************************
2
* ** Copyright (c) 2011 VT MAK
3
* ** All rights reserved.
4
* *********************************************************************/
5
/*********************************************************************
6
* ** $RCSfile: hVmfRadSigInter.h,v $ $Revision: 1.1 $ $State: Exp $
7
* *********************************************************************/
8
9
#ifdef DtHLA
10
11
#ifndef VmfRadioSignalInteraction_H_
12
#define VmfRadioSignalInteraction_H_
13
14
#include <
vl/l16RadioSignalInteraction.h
>
15
#include <
vl/jtidsHeader.h
>
16
#include <
vl/link16Structs.h
>
17
#include <
vl/exerciseConnHLA.h
>
18
19
class
DtVmfRadioSignalInteraction
;
20
21
typedef
void (*
DtVmfRadioSignalInteractionCb
)(
DtVmfRadioSignalInteraction
* inter,
void
* usr);
22
23
class
DT_DLL_VL
DtVmfRadioSignalInteraction
:
public
DtL16RadioSignalInteraction
24
{
25
public
:
27
DtVmfRadioSignalInteraction
();
28
30
virtual
~
DtVmfRadioSignalInteraction
();
31
33
DtVmfRadioSignalInteraction
(
const
DtVmfRadioSignalInteraction
& orig);
34
36
DtVmfRadioSignalInteraction
&
operator=
(
const
DtVmfRadioSignalInteraction
& orig);
37
39
virtual
const
char
*
name
()
const
;
40
41
virtual
void
printDataToStream
(std::ostream& stream)
const
;
42
43
static
DtInteraction
*
create
();
44
45
static
void
addCallback
(
DtExerciseConn
* conn,
46
DtVmfRadioSignalInteractionCb
cb,
void
* usr);
47
static
void
removeCallback
(
DtExerciseConn
* conn,
48
DtVmfRadioSignalInteractionCb
cb,
void
* usr);
49
51
52
virtual
const
DtJtidsHeader
& jtidsHeader()
const
;
53
virtual
void
setJtidsHeader(
const
DtJtidsHeader
& data);
54
55
virtual
const
DtJtidsHeaderStruct
& jtidsHeaderRawData()
const
;
56
virtual
void
setJtidsHeaderRawData(
const
DtJtidsHeaderStruct
& data);
58
60
61
virtual
const
DtTadilJWordStruct
* tadilJWord(
DtU32
index)
const
;
62
virtual
void
setTadilJWord(
DtU32
index,
const
DtTadilJWordStruct
& data);
64
66
virtual
DtU32
numTadilJWords()
const
;
67
68
protected
:
69
77
virtual
char
*
interactionClassToUse
(
DtExerciseConn
* exConn)
const
;
78
86
virtual
DtInteractionDecoder
*
createDecoder
(
DtExerciseConn
* exConn)
const
;
87
88
96
virtual
DtInteractionEncoder
*
createEncoder
(
DtExerciseConn
* exConn)
const
;
97
99
DtJtidsHeader
myJtidsHeader
;
100
102
std::vector<DtTadilJWordStruct>
myTadiljMessageData
;
103
104
};
105
106
#endif
107
#endif
Document ID: Generated on Wed Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)