VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtFireInteractionState.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/DtSimState.h>
13 #include <vrvCore/DtEventView.h>
14 
15 #include <vrvUtil/templateUtil.h>
16 
17 #include <matrix/vlVector.h>
18 
19 namespace makVrv
20 {
21  class DtMessage;
22 
27  {
28  public:
29 
32 
34  virtual ~DtFireInteractionState();
35 
36  public:
37 
40  double myRange;
42  int myRate;
43  };
44 
47 
50 
52 }
int myRate
Definition: DtFireInteractionState.h:42
The IGI Message. Is easily encoded and decoding using stream operators. It also provides validation d...
Definition: DtMessage.h:30
Contains utility macros and methods for templates.
DT_DLL_VRFGUICORE makVrv::DtMessage & operator<<(DtMessage &msg, const makVrf::DtNetworkMessageAgentInterface &)
Contains makVrv::DtEventView class.
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
double myRange
Definition: DtFireInteractionState.h:40
int myQuantity
Definition: DtFireInteractionState.h:41
DtVector myVelocity
Definition: DtFireInteractionState.h:39
This is the protocol independent state of a fire interaction. Created/ deleted by DtFireInteractionSt...
Definition: DtFireInteractionState.h:26
A DtSimState is the base class for all state objects. Derived instances of DtSimState will be created...
Definition: DtSimState.h:19
DT_DLL_VRFGUICORE makVrv::DtMessage & operator>>(DtMessage &msg, makVrf::DtNetworkMessageAgentInterface &)
Contains makVrv::DtSimState class.
DtVector myLocation
Definition: DtFireInteractionState.h:38
A DtEventView is a the interface to event state information. Users can create DtEventView&#39;s to receiv...
Definition: DtEventView.h:84
#define EXPORT_TEMPLATE_TYPEDEF(C, TD)
Definition: templateUtil.h:145

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)