VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
jtidsVoiceLpc10RadioSignalInteraction.h
Go to the documentation of this file.
1 /*********************************************************************
2 * ** Copyright (c) 2011 VT MAK
3 * ** All rights reserved.
4 * *********************************************************************/
5 /*********************************************************************
6 * ** $RCSfile: hJtidsVoiceLpc10RadSigInter.h,v $ $Revision: 1.1 $ $State: Exp $
7 * *********************************************************************/
8 
9 #if DtHLA
10 
11 #ifndef DtJtidsVoiceLpc10RadioSignalInteraction_H_
12 #define DtJtidsVoiceLpc10RadioSignalInteraction_H_
13 
15 #include <vl/link16Structs.h>
16 #include <vl/jtidsHeader.h>
17 #include <vl/exerciseConnHLA.h>
18 
20 
22 
24 {
25 public:
28 
31 
34 
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,
47  static void removeCallback(DtExerciseConn* conn,
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 char* interactionClassToUse(DtExerciseConn* exConn) const;
75 
83  virtual DtInteractionDecoder* createDecoder(DtExerciseConn* exConn) const;
84 
85 
93  virtual DtInteractionEncoder* createEncoder(DtExerciseConn* exConn) const;
94 
97 
99  std::vector<DtU8> myData;
100 
101 };
102 
103 #endif
104 #endif

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)