VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtExampleChannel.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2019 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #ifndef DtExampleChannel_H_
10 #define DtExampleChannel_H_
11 
12 #include "exampleChannelPlugin.h"
13 #include <vrvOsg/DtOsgChannel.h>
14 
15 namespace makVrv
16 {
17  //The example channel that will get registered by the exampleChannelPlugin.
19  {
20 
21  public:
22 
25 
27  virtual ~DtExampleChannel();
28 
29  protected:
30 
32  DtExampleChannel(DtDe& de, DtOsgWindow* window, DtChannelConfiguration& channelConfig);
33 
35  virtual bool initialize();
36 
37  };
38 
41  {
42 
43  public:
44 
46  virtual DtChannel* create(DtDe& de, DtWindow* window, DtChannelConfiguration& config);
47 
48  };
49 
50 }
51 
52 #endif
Abstract Base class.
Definition: DtWindow.h:25
Contains DLL export macros.
Contains makVrv::DtOsgChannel class.
The abstract channel creator for the abstract channel class.
Definition: DtChannel.h:180
This class provides the OSG-specific implementation of a DtChannel.
Definition: DtOsgChannel.h:52
The channel creator for the example channel class.
Definition: DtExampleChannel.h:40
The abstract Channel Class.
Definition: DtChannel.h:35
#define DT_DLL_EXAMPLECHANNELPLUGIN
Definition: exampleChannelPlugin.h:19
Configuration for a single channel Serialized and sent to remote displays as necessary to configure r...
Definition: DtChannelConfiguration.h:26
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
A basic OSG display window, used to get the osg context for a display window.
Definition: DtOsgWindow.h:36
Definition: DtExampleChannel.h:18

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)