DtRadarFxDriver is the main class that controls the processing flow of the RadarFX Server.
More...
Public Member Functions |
| | DtRadarFxDriver (makVrv::DtAgentManager &am) |
| | CTOR takes the standard VR-Vantage driver arguments.
|
| virtual | ~DtRadarFxDriver () |
| | DTOR.
|
| virtual const std::string & | className () const |
| | Returns the name of the class.
|
| virtual bool | onStart () |
| | Standard driver interface functions for starting, stopping, and ticking the driver.
|
| virtual bool | onStop () |
| virtual bool | onTick () |
| virtual DtBaseProcess * | currentProcess () |
| | current capture process being executed by the server
|
| virtual bool | isReadyToProcess () |
| | is the capture process ready to capture the image
|
| virtual DtRadarFxServer * | server () |
| | Get the server that is managing the network connections.
|
| virtual makVrv::DtDe & | de () |
| | Accessor to the VR-Vantage display engine.
|
Detailed Description
DtRadarFxDriver is the main class that controls the processing flow of the RadarFX Server.
Users should not need to create this class
Member Typedef Documentation
queue for list of pending processes to handle
Constructor & Destructor Documentation
| makRadarFx::DtRadarFxDriver::DtRadarFxDriver |
( |
makVrv::DtAgentManager & |
am | ) |
|
CTOR takes the standard VR-Vantage driver arguments.
| virtual makRadarFx::DtRadarFxDriver::~DtRadarFxDriver |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual const std::string& makRadarFx::DtRadarFxDriver::className |
( |
| ) |
const |
|
virtual |
Returns the name of the class.
| virtual bool makRadarFx::DtRadarFxDriver::onStart |
( |
| ) |
|
|
virtual |
Standard driver interface functions for starting, stopping, and ticking the driver.
| virtual bool makRadarFx::DtRadarFxDriver::onStop |
( |
| ) |
|
|
virtual |
| virtual bool makRadarFx::DtRadarFxDriver::onTick |
( |
| ) |
|
|
virtual |
| virtual DtBaseProcess* makRadarFx::DtRadarFxDriver::currentProcess |
( |
| ) |
|
|
inlinevirtual |
current capture process being executed by the server
| virtual bool makRadarFx::DtRadarFxDriver::isReadyToProcess |
( |
| ) |
|
|
virtual |
is the capture process ready to capture the image
Get the server that is managing the network connections.
| virtual makVrv::DtDe& makRadarFx::DtRadarFxDriver::de |
( |
| ) |
|
|
inlinevirtual |
Accessor to the VR-Vantage display engine.
Member Data Documentation
Classes for message creation, handling and server network functionality.
| makVrv::DtDe& makRadarFx::DtRadarFxDriver::myDe |
|
protected |
the currently being handled process if there is one
| std::string makRadarFx::DtRadarFxDriver::myClassName |
|
protected |
The documentation for this class was generated from the following file: