9 #ifndef DT_PROTOCOL_NAMESPACE
10 #error Namespace Protocol Macro DT_PROTOCOL_NAMESPACE not defined.
13 #ifndef DtExampleHudUpdater_H_
14 #define DtExampleHudUpdater_H_
34 virtual std::string
value();
Base class for a GLStudio cockpit attribute.
Definition: DtGlStudioAttributeUpdater.h:23
DtGlStudioHatchStateUpdater()
The example hatch state updater that will get registered by the exampleHudUpdaterPlugin.
Definition: exampleHatchStateUpdater.h:26
Creator for registering a GLStudio cockpit updater.
Definition: DtGlStudioAttributeUpdater.h:41
#define DT_DLL_EXAMPLEHUDUPDATERPLUGIN
Definition: exampleHudUpdaterPlugin.h:19
The DtVrlinkEntityStateListener extends DtEntityStateListener to process all entity state information...
Definition: DtVrlinkEntityStateListener.h:58
#define DT_PROTOCOL_NAMESPACE
Contains DLL export macros.
Definition: vrfDis.h:17
virtual void init(DtVrlinkEntityStateListener *listener)
virtual std::string value()
virtual void init(DtEntityStateListener* listener);
virtual ~DtGlStudioHatchStateUpdater()
Creator to register hatch state updater.
Definition: exampleHatchStateUpdater.h:42
virtual void setAppearanceBit(unsigned int oldVal, unsigned int newVal)
Contains DLL export macros.
Base protocol specific GL Studio attribute updater.
Definition: DtGlStudioVrlAttributeUpdater.h:30
unsigned int myHatchState
Definition: exampleHatchStateUpdater.h:38