VR-Exchange 2.6 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
shaftRateData.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 <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 }

Document ID: Generated on Wed Jan 30 18:15:18 EST 2019 from SVN revision 195534
Copyright © 2005-2019 VT MÄK. All Rights Reserved (www.mak.com)