![]() |
RadarFX API Documentation
|
The DtElevationProcess class handles elevation request messages. More...

Public Member Functions | |
| DtElevationProcess (makVrv::DtDe &de, DtElevationRequest *request) | |
| CTOR/DTOR. | |
| virtual | ~DtElevationProcess () |
| virtual void | tick () |
| in this process calling tick once completes the process | |
| virtual bool | isDone () |
| in this process it is done after the first tick and then a response is available | |
Public Member Functions inherited from makRadarFx::DtBaseProcess | |
| DtBaseProcess (makVrv::DtDe &de) | |
| CTOR/DTOR. | |
| virtual | ~DtBaseProcess () |
| virtual bool | isReadyToProcess () |
| is the capture process ready to capture the image | |
| virtual DtBaseMessage * | response () |
| return the response for the process | |
| virtual void | clearResponse () |
| clear the response (usually used after the response has been sent) | |
Protected Member Functions | |
| virtual DtElevationResponse * | createElevationResponse (float elevation, DtElevationResponse::DtElevationError error, std::string requestor, unsigned int requestId) |
| create the elevation response and return it | |
Protected Attributes | |
| DtElevationRequest * | myElevationRequest |
| request this process is processing | |
Protected Attributes inherited from makRadarFx::DtBaseProcess | |
| makVrv::DtDe & | myDe |
| DtBaseMessage * | myResponse |
The DtElevationProcess class handles elevation request messages.
| makRadarFx::DtElevationProcess::DtElevationProcess | ( | makVrv::DtDe & | de, |
| DtElevationRequest * | request | ||
| ) |
CTOR/DTOR.
|
virtual |
|
virtual |
in this process calling tick once completes the process
Implements makRadarFx::DtBaseProcess.
|
virtual |
in this process it is done after the first tick and then a response is available
Implements makRadarFx::DtBaseProcess.
|
protectedvirtual |
create the elevation response and return it
|
protected |
request this process is processing