WebLVC 1.8 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
nozzleSystemData.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 
23  {
24  public:
25 
28 
31 
33  virtual ~DtNozzleSystemData();
34 
36  DtNozzleSystemData& operator = ( const DtNozzleSystemData& orig );
37 
40 
41  bool operator == ( const DtNozzleSystemData& other ) const;
42  bool operator != ( const DtNozzleSystemData& other ) const;
43 
45 
47  virtual std::ostream& printDataToStream( std::ostream& stream ) const;
48 
51 
52  DtDEC_ATTRIBUTE( DtFloat32, HorizontalDeflectionAngle, horizontalDeflectionAngle );
53  DtDEC_ATTRIBUTE( DtFloat32, VerticalDeflectionAngle, verticalDeflectionAngle );
54 
56 
57  };
58 
59  typedef std::list<DtNozzleSystemData> DtNozzleSystemDataList;
60 
61  DT_DLL_LIBPORTAL std::ostream& operator << ( std::ostream& stream, const DtNozzleSystemData& data );
62  DT_DLL_LIBPORTAL std::ostream& operator << ( std::ostream& stream, const DtNozzleSystemDataList& container );
63 
64 }
Represents SEES PDU Nozzle System Data.
Definition: nozzleSystemData.h:22
#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)
Contains the DtDEC_ATTRIBUTE macros.
std::list< DtNozzleSystemData > DtNozzleSystemDataList
Definition: nozzleSystemData.h:59

Document ID: Generated on Wed Mar 12 15:05:17 EDT 2025 from SVN revision 274272
Copyright © 2005-2025 MAK Technologies. All Rights Reserved (www.mak.com)