VR-Exchange 2.10 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
shaftRateData.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2013 MAK Technologies, Inc.
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <portal/dllExport.h>
13 #include <portal/addAttribute.h>
14 #include <vlutil/vlPrint.h>
15 #include <list>
16 
17 namespace MAKVrExchange
18 {
19 
26  {
27  public:
28 
31 
33  DtShaftRateData( const DtShaftRateData& original );
34 
36  virtual ~DtShaftRateData();
37 
39  DtShaftRateData& operator = ( const DtShaftRateData& original );
40 
43 
44  bool operator == ( const DtShaftRateData& rightOperand ) const;
45  bool operator != ( const DtShaftRateData& rightOperand ) const;
46 
48 
50  virtual std::ostream& printDataToStream( std::ostream& stream ) const;
51 
54 
55  DtDEC_ATTRIBUTE( DtInt16, CurrentShaftRPM, currentShaftRPM );
56  DtDEC_ATTRIBUTE( DtInt16, OrderedShaftRPM, orderedShaftRPM );
57  DtDEC_ATTRIBUTE( DtInt32, ShaftRPM_RateOfChange, shaftRPM_RateOfChange );
58 
60 
61  };
62 
63  typedef std::list<DtShaftRateData> DtShaftRateDataList;
64 
65  DT_DLL_LIBPORTAL std::ostream& operator << ( std::ostream& stream, const DtShaftRateData& data );
66  DT_DLL_LIBPORTAL std::ostream& operator << ( std::ostream& stream, const DtShaftRateDataList& container );
67 
68 }
#define DT_DLL_LIBPORTAL
Definition: include/portal/dllExport.h:20
#define DtDEC_ATTRIBUTE(T, N, n)
A Macro to define an attribute; as well as make an accessor and mutator for that attribute.
Definition: addAttribute.h:49
DT_DLL_LIBPORTAL std::ostream & operator<<(std::ostream &stream, const DtActiveSonarBeamData &data)
std::list< DtShaftRateData > DtShaftRateDataList
Definition: shaftRateData.h:63
Contains the DtDEC_ATTRIBUTE macros.
Represents Propulsion Noise Shaft Rate Data.
Definition: shaftRateData.h:25

Document ID: Generated on Mon May 25 18:45:12 EDT 2026 from SVN revision 289111
Copyright © 2005-2026 MAK Technologies. All Rights Reserved (www.mak.com)