VR-Forces 4.1 Class Documentation
DtVrlinkRadioCommLineVisualizerSet.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2012 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #ifndef DT_PROTOCOL_NAMESPACE
13 #error Namespace Protocol Macro DT_PROTOCOL_NAMESPACE not defined.
14 #endif
15 
16 #include <vrvVrl/vrvVrl.h>
17 
18 namespace makVrv
19 {
20 
21  namespace DT_PROTOCOL_NAMESPACE
22  {
23 
24  class DtVrlinkRadioCommLineListener;
25 
32  : public DtVisualizerSet
33  {
34  public:
35 
38  DtVrlinkRadioCommLineListener* l, int modelSet );
39 
42 
44  virtual void visualize( const DtUnicode& visDefName,
46 
48  virtual void setLifetime(double);
49 
51  DtVrlinkRadioCommLineListener& communicationListener()
52  {
53  return *myInteractionListener;
54  }
55 
56  protected:
57 
59 
60  };
61 
62  }
63 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)