VR-Link API Documentation for HLA 1.3
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
jtidsVoiceLpc12RadioSignalInteraction.h
Go to the documentation of this file.
1
/*********************************************************************
2
* ** Copyright (c) 2011 VT MAK
3
* ** All rights reserved.
4
* *********************************************************************/
5
/*********************************************************************
6
* ** $RCSfile: hJtidsVoiceLpc12RadSigInter.h,v $ $Revision: 1.1 $ $State: Exp $
7
* *********************************************************************/
8
9
#if DtHLA
10
11
#ifndef JtidsVoiceLpc12RadioSignalInteraction_H_
12
#define JtidsVoiceLpc12RadioSignalInteraction_H_
13
14
#include <
vl/l16RadioSignalInteraction.h
>
15
#include <
vl/link16Structs.h
>
16
#include <
vl/jtidsHeader.h
>
17
#include <
vl/exerciseConnHLA.h
>
18
19
class
DtJtidsVoiceLpc12RadioSignalInteraction
;
20
21
typedef
void (*
DtJtidsVoiceLpc12RadioSignalInteractionCb
)(
DtJtidsVoiceLpc12RadioSignalInteraction
* inter,
void
* usr);
22
23
class
DT_DLL_VL
DtJtidsVoiceLpc12RadioSignalInteraction
:
public
DtL16RadioSignalInteraction
24
{
25
public
:
27
DtJtidsVoiceLpc12RadioSignalInteraction
();
28
30
virtual
~
DtJtidsVoiceLpc12RadioSignalInteraction
();
31
33
DtJtidsVoiceLpc12RadioSignalInteraction
(
const
DtJtidsVoiceLpc12RadioSignalInteraction
& orig);
34
36
DtJtidsVoiceLpc12RadioSignalInteraction
&
operator=
(
const
DtJtidsVoiceLpc12RadioSignalInteraction
& 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
DtJtidsVoiceLpc12RadioSignalInteractionCb
cb,
void
* usr);
47
static
void
removeCallback
(
DtExerciseConn
* conn,
48
DtJtidsVoiceLpc12RadioSignalInteractionCb
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
std::vector<DtU8>& interactionData()
const
;
62
virtual
void
setInteractionData(
const
std::vector<DtU8>& data);
64
65
protected
:
66
74
virtual
const
char
*
interactionClassToUse
(
DtExerciseConn
* exConn)
const
;
75
83
virtual
DtInteractionDecoder
*
createDecoder
(
DtExerciseConn
* exConn)
const
;
84
85
93
virtual
DtInteractionEncoder
*
createEncoder
(
DtExerciseConn
* exConn)
const
;
94
96
DtJtidsHeader
myJtidsHeader
;
97
99
std::vector<DtU8>
myData
;
100
101
};
102
103
#endif
104
#endif
Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)