VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
underwaterAcousticShaftSpeed.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 #include <vlutil/vlMachineTypes.h>
13 #include <vlpi/disEnums.h>
14 
15 #include "packets/undwaAcP.h"
16 
21 {
22 
23 public:
24 
28 
30  DtUnderwaterAcousticShaftSpeed& operator = (
31  const DtUnderwaterAcousticShaftSpeed& orig );
32  DtUnderwaterAcousticShaftSpeed& operator = (
34  DtUnderwaterAcousticShaftSpeed& operator = (
36 
39 
41  virtual void setCurrentShaftRPM( DtInt16 value );
42  virtual DtInt16 currentShaftRPM() const;
43 
45  virtual void setOrderedShaftRPM( DtInt16 value );
46  virtual DtInt16 orderedShaftRPM() const;
47 
49  virtual void setShaftRPM_RateOfChange( DtInt32 value );
50  virtual DtInt32 shaftRPM_RateOfChange() const;
51 
52  bool operator == ( const DtUnderwaterAcousticShaftSpeed& other ) const;
53  bool operator != ( const DtUnderwaterAcousticShaftSpeed& other ) const;
54 
57  virtual void print() const;
59  virtual void printDataToStream( std::ostream& stream ) const;
60 
62  virtual void unloadNetRecord(
64  virtual void loadNetRecord(
66  virtual void unloadNetRecord(
68  virtual void loadNetRecord(
70 
71 protected:
72 
77 
78 };

Document ID: Generated on Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)