VR-Exchange 2.9 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
postureTransitionRecord.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2016 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/vlMachineTypes.h>
15 #include <vlutil/vlString.h>
16 #include <ostream>
17 
18 namespace MAKVrExchange
19 {
20 
24  {
25  public:
26 
29 
32 
34  virtual ~DtPostureTransitionRecord();
35 
37  DtPostureTransitionRecord& operator = ( const DtPostureTransitionRecord& orig );
38 
41 
42  virtual bool operator == ( const DtPostureTransitionRecord& other ) const;
43  virtual bool operator != ( const DtPostureTransitionRecord& other ) const;
44 
46 
47  virtual std::ostream& printDataToStream( std::ostream& ) const;
48 
51 
52  DtDEC_ATTRIBUTE( bool, IsTransitioning, isTransitioning );
53  DtDEC_ATTRIBUTE( DtString, NewPosture, newPosture );
54  DtDEC_ATTRIBUTE( DtFloat64, TimeStarted, timeStarted );
55  DtDEC_ATTRIBUTE( DtFloat64, TimeFinished, timeFinished );
56 
58 
59  };
60 
61 
62  DT_DLL_LIBPORTAL std::ostream& operator << ( std::ostream& stream, const DtPostureTransitionRecord& rec );
63 
64 }
#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)
Definition: postureTransitionRecord.h:23
Contains the DtDEC_ATTRIBUTE macros.

Document ID: Generated on Tue Jun 25 16:45:35 EDT 2024 from SVN revision 267383
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)