VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtVrlinkDetonationAudializer.h
Go to the documentation of this file.
1 /*****************************************************************************
2 * Copyright (c) 2018 MAK Technologies, Inc.
3 * All rights reserved.
4 *****************************************************************************/
5 
10 
11 #pragma once
12 
15 
16 #ifndef DT_PROTOCOL_NAMESPACE
17 #error Namespace Protocol Macro DT_PROTOCOL_NAMESPACE not defined.
18 #endif
19 
20 namespace makVrv
21 {
22  namespace DT_PROTOCOL_NAMESPACE
23  {
24 
25  class DtVrlinkDetonationInteractionStateListener;
26 
31  : public DtDetonationAudializer
32  {
33  public:
34 
36  DtVrlinkDetonationAudializer(DtBaseConnection& simulation, DtStateListener& listener, int modelSet);
37 
40 
41  protected:
43  };
44 
47  }
48 }
Definition: DtStateVisualizer.h:309
Contains makVrv::DtDetonationAudializer class.
#define DL_DLL_IGCONVRLINK
Definition: dllExport.h:26
The DtBaseConnection is an abstract class.
Definition: DtBaseConnection.h:37
DtDetonationAudializer manages the sound for a detonation.
Definition: DtDetonationAudializer.h:18
DtStateVisualizerCreatorTemplate< DtVrlinkDetonationAudializer > DtVrlinkDetonationAudializerCreator
Definition: DtVrlinkDetonationAudializer.h:46
#define DT_PROTOCOL_NAMESPACE
Make VR-Vantage VRLink code export with library #ifdef DL_DLL_IGCONVRLINK #undef DL_DLL_IGCONVRLINK #...
Definition: export.h:32
The DtStateListener is an abstract class.
Definition: DtStateListener.h:21

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)