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

Public Member Functions | |
| DtSensorListProcess (makVrv::DtDe &de, DtSensorListRequest *request) | |
| CTOR/DTOR. | |
| virtual | ~DtSensorListProcess () |
| 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 Attributes | |
| DtSensorListRequest * | mySensorListRequest |
| request this process is processing | |
Protected Attributes inherited from makRadarFx::DtBaseProcess | |
| makVrv::DtDe & | myDe |
| DtBaseMessage * | myResponse |
The DtSensorListProcess class handles elevation request messages.
| makRadarFx::DtSensorListProcess::DtSensorListProcess | ( | makVrv::DtDe & | de, |
| DtSensorListRequest * | 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.
|
protected |
request this process is processing