Request message for Synthetic Aperture Radar (SAR) images.
Definition rfxSarMessage.h:34
Definition radarFxConnectorDriver.h:21
Definition appLauncherComponent.h:28
Defines the request and response messages for Synthetic Aperture Radar (SAR) images.
Defines DLL export macros for the SAR client plugin.
#define DT_DLL_sarClient
Definition sarClientPlugin.h:19
void DT_DLL_sarClient printSarRequest(makRadarFx::DtSarRequest &request)
Prints the SAR request details to the console.
void DT_DLL_sarClient sendSarRequest()
Sends a SAR request to the RadarFx server.
void DT_DLL_sarClient resetRfxServerConnection()
Resets the connection to the RadarFx server.
std::string DT_DLL_sarClient captureFilename()
Gets the filename for the current SAR capture.
DtVector DT_DLL_sarClient localToGeodeticInDegrees(const DtVector &local)
Converts a local coordinate into geodetic coordinates in degrees.
makVrv::DtChannel * firstChannelForObserver(makVrv::DtObserver *observer)
Finds the first channel for a given observer.
void DT_DLL_sarClient setDe(makVrv::DtDe *aDe)
Sets the display element pointer used by the plugin.
bool DT_DLL_sarClient initializeRadarFx(makVrv::DtDe *de)
Initializes the RadarFx connector system.
makVrv::DtDe * de()
Gets the display element pointer used by the plugin.