VR-Engage  2.2
Loading...
Searching...
No Matches
makRadarFx::DtImageResponse Class Reference

Detailed Description

This abstract base class defines the common interface for all radar image response messages. Specific radar image types (SAR, ISAR, MMW) derive from this class and add their specific data.

Image responses typically contain the image data, file path (if saved to disk), error and warning codes, and metadata about the image.

#include <rfxImageMessage.h>

Inheritance diagram for makRadarFx::DtImageResponse:
[legend]

Public Member Functions

 DtImageResponse ()
 
virtual ~DtImageResponse ()
 
- Public Member Functions inherited from makRadarFx::DtBaseMessage
 DtBaseMessage ()
 
virtual ~DtBaseMessage ()
 
virtual unsigned int messageType () const
 
virtual unsigned char * encode ()
 
virtual int messageSize ()
 
virtual DtBaseMessageclone ()=0
 
virtual void setRequestorId (const std::string &requestor)
 
virtual std::string requestorId ()
 
virtual void setRequestId (int id)
 
virtual int requestId ()
 

Additional Inherited Members

- Protected Member Functions inherited from makRadarFx::DtBaseMessage
virtual void serialize (DtStreamWriter &writer)
 
virtual void deserialize (DtStreamReader &reader)
 
- Protected Attributes inherited from makRadarFx::DtBaseMessage
unsigned int myMessageType
 
std::string myRequestorId
 
int myRequestId
 

Constructor & Destructor Documentation

◆ DtImageResponse()

makRadarFx::DtImageResponse::DtImageResponse ( )

Default constructor.

Initializes a new base image response message

◆ ~DtImageResponse()

virtual makRadarFx::DtImageResponse::~DtImageResponse ( )
virtual

Virtual destructor.


The documentation for this class was generated from the following file: