VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
additionalPassiveActivitiesDecoderHLA.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2013 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtHLA
13 
15 
17 
23 class DT_DLL_VL DtAdditionalPassiveActivitiesDecoder : public DtUnderwaterAcousticsEmissionDecoder
24 {
25 public:
26 
29  DtExerciseConn* exConn,
30  DtObjClassDesc* classDesc);
31 
34 
38 
42 
43 public:
44 
46  static DtHlaStateDecoder* create(
47  DtExerciseConn* exConn,
48  DtObjClassDesc* classDesc);
49 
50 protected:
51 
53  static void decodeActivityCode(
55  const RTI::AttributeHandleValuePairSet& attrs,
56  int pairSetIndex);
57 
59  static void decodeActivityParameter(
61  const RTI::AttributeHandleValuePairSet& attrs,
62  int pairSetIndex);
63 
65  static void decodeIsSilent(
67  const RTI::AttributeHandleValuePairSet& attrs,
68  int pairSetIndex);
69 
70 };
71 
72 #endif //DtHLA

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)