VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
propulsionNoiseStateRepository.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 
14 
15 #include <vector>
16 
23 {
24 public:
25 
28 
31 
34 
38 
40  virtual DtStateRepository* clone(bool copy) const;
41 
44 
46  virtual void printData() const;
47 
49  virtual void printDataToStream(std::ostream& stream) const;
50 
52  virtual void setHullMaskerOn(bool val);
53 
55  virtual bool hullMaskerOn() const;
56 
58  virtual void setPassiveParameterIndex(DtU16 val);
59 
61  virtual DtU16 passiveParameterIndex() const;
62 
64  virtual void setPropulsionPlantConfiguration(
66 
69  propulsionPlantConfiguration() const;
70 
72  virtual void setShaftRateData(
73  const std::vector<DtUnderwaterAcousticShaftSpeed>& val);
74 
76  virtual const std::vector<DtUnderwaterAcousticShaftSpeed>& shaftRateData() const;
77 
78 
79 protected:
80 
84  std::vector<DtUnderwaterAcousticShaftSpeed> myShaftRateData;
85 
86 };

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)