VR-Link API Documentation for HLA 1516
hPropNoiseEnc.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 
14 #include "hUndwaAcEmissEnc.h"
15 
17 
25 {
26 public:
27 
30  DtExerciseConn* exConn,
31  DtObjClassDesc* classDesc);
32 
34  virtual ~DtPropulsionNoiseEncoder();
35 
38 
41 
42 public:
43 
45  static DtHlaStateEncoder* create(
46  DtExerciseConn* exConn,
47  DtObjClassDesc* classDesc);
48 
49 protected:
50 
53  static bool needHullMaskerOn(
54  const DtPropulsionNoiseStateRepository& stateRep,
55  const DtPropulsionNoiseStateRepository& asSeenByRemote);
56 
59  static bool needPassiveParameterIndex(
60  const DtPropulsionNoiseStateRepository& stateRep,
61  const DtPropulsionNoiseStateRepository& asSeenByRemote);
62 
65  static bool needPropulsionPlantConfiguration(
66  const DtPropulsionNoiseStateRepository& stateRep,
67  const DtPropulsionNoiseStateRepository& asSeenByRemote);
68 
71  static bool needShaftRateData(
72  const DtPropulsionNoiseStateRepository& stateRep,
73  const DtPropulsionNoiseStateRepository& asSeenByRemote);
74 
76  static void encodeHullMaskerOn(
79  RTI::AttributeHandle attrHandle);
80 
82  static void encodePassiveParameterIndex(
85  RTI::AttributeHandle attrHandle);
86 
88  static void encodePropulsionPlantConfiguration(
91  RTI::AttributeHandle attrHandle);
92 
94  static void encodeShaftRateData(
97  RTI::AttributeHandle attrHandle);
98 
99 };
100 
101 #endif //DtHLA

Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)