VR-Vantage 3.0.3 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rfxDriver.h
Go to the documentation of this file.
1 /*********************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <radarFxServer/export.h>
13 
15 
16 #include <vrvCore/DtDriver.h>
17 
18 #include <string>
19 #include <queue>
20 
21 namespace makRadarFx
22 {
23  class DtBaseProcess;
24  class DtRadarFxServer;
25 
29  {
30  public:
33 
35  virtual ~DtRadarFxDriver();
36 
38  virtual const std::string& className() const;
39 
41  virtual bool onStart();
42  virtual bool onStop();
43  virtual bool onTick();
44 
46  virtual DtBaseProcess* currentProcess() {return myCurrentProcess;}
47 
49  virtual DtRadarFxServer* server() {return myServer;}
50 
52  virtual makVrv::DtDe& de() {return myDe;}
53 
54  protected:
58 
60  typedef std::queue<DtBaseProcess*> DtBaseProcessQueue;
62 
65  };
66 
67 }
DtRadarFxServer * myServer
Classes for message creation, handling and server network functionality.
Definition: rfxDriver.h:56
makVrv::DtDe & myDe
Definition: rfxDriver.h:57
virtual makVrv::DtDe & de()
Accessor to the VR-Vantage display engine.
Definition: rfxDriver.h:52
DtBaseProcess * myCurrentProcess
the currently being handled process if there is one
Definition: rfxDriver.h:64
virtual DtBaseProcess * currentProcess()
current capture process being executed by the server
Definition: rfxDriver.h:46
the DtRadarFxServer is the network server for receving and sending messages to attached clients...
Definition: rfxServer.h:39
DtRadarFxDriver is the main class that controls the processing flow of the RadarFX Server...
Definition: rfxDriver.h:28
DtBaseProcess is the base class for all messages processes that can be sent between the server and th...
Definition: rfxBaseProcess.h:27
std::queue< DtBaseProcess * > DtBaseProcessQueue
queue for list of pending processes to handle
Definition: rfxDriver.h:60
The DtDriver is an abstract class.
Definition: DtDriver.h:31
The DtAgentManager manages the distributed scene object framework.
Definition: DtAgentManager.h:38
Contains makVrv:DtDriver class.
#define DT_DLL_RFXSERVER
Definition: include/radarFxServer/export.h:15
DtBaseProcessQueue myProcessQueue
Definition: rfxDriver.h:61
virtual DtRadarFxServer * server()
Get the server that is managing the network connections.
Definition: rfxDriver.h:49
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:70


Copyright © 2005-2023 MAK Technologies. All Rights Reserved (www.mak.com)