VR-Exchange 2.6 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
portal
propulsionSystemData.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
22
class
DT_DLL_LIBPORTAL
DtPropulsionSystemData
23
{
24
public
:
25
27
DtPropulsionSystemData
();
28
30
DtPropulsionSystemData
(
const
DtPropulsionSystemData
& orig );
31
33
virtual
~
DtPropulsionSystemData
();
34
36
DtPropulsionSystemData
& operator = (
const
DtPropulsionSystemData
& orig );
37
40
41
bool
operator == (
const
DtPropulsionSystemData
& other )
const
;
42
bool
operator != (
const
DtPropulsionSystemData
& other )
const
;
43
45
47
virtual
std::ostream& printDataToStream( std::ostream& stream )
const
;
48
51
52
DtDEC_ATTRIBUTE
( DtFloat32, PowerSetting, powerSetting );
53
DtDEC_ATTRIBUTE
( DtFloat32, EngineRpm, engineRpm );
54
56
57
};
58
59
typedef
std::list<DtPropulsionSystemData>
DtPropulsionSystemDataList
;
60
61
DT_DLL_LIBPORTAL
std::ostream&
operator <<
( std::ostream& stream,
const
DtPropulsionSystemData
& data );
62
DT_DLL_LIBPORTAL
std::ostream&
operator <<
( std::ostream& stream,
const
DtPropulsionSystemDataList
& container );
63
64
}
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
)