VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
exampleHatchStateUpdater.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtExampleHudUpdater.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
12 #ifndef DT_PROTOCOL_NAMESPACE
13 #error Namespace Protocol Macro DT_PROTOCOL_NAMESPACE not defined.
14 #endif
15 
16 #ifndef DtExampleHudUpdater_H_
17 #define DtExampleHudUpdater_H_
18 
20 
22 
23 namespace makVrv
24 {
25  namespace DT_PROTOCOL_NAMESPACE
26  {
27 
30  {
31  public:
33 
35 
36  virtual void init(DtVrlinkEntityStateListener* listener);
37  virtual std::string value();
38 
39  protected:
40  virtual void setAppearanceBit(unsigned int oldVal, unsigned int newVal);
41  unsigned int myHatchState;
42  };
43 
46  {
47  public:
50 
51  virtual DtGlStudioAttributeUpdater* create() const;
52 
53  protected:
54 
55  };
56  } //DT_PROTOCOL_NAMESPACE::
57 } //makVrv::
58 
59 #endif

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)