RadarFX API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
List of all members | Public Member Functions
makRadarFx::DtImageResponse Class Reference

DtSarResponse is the returned image data by the server. More...

Inheritance diagram for makRadarFx::DtImageResponse:
Inheritance graph
[legend]

Public Member Functions

 DtImageResponse (unsigned int messageType)
 CTOR/DTOR.
virtual ~DtImageResponse ()
- Public Member Functions inherited from makRadarFx::DtBaseMessage
 DtBaseMessage (unsigned int messageType)
 CTOR/DTOR.
virtual ~DtBaseMessage ()
virtual unsigned int messageType () const
 Get the name of the message type.
virtual unsigned char * encode ()
 Encode the message as an array of bytes and return the bytes the receiver is responsible for calling delete [] on these bytes.
virtual int messageSize ()
 Get the size of the message data in bytes.
virtual DtBaseMessageclone ()
 clones this message.
virtual void setRequestorId (const std::string &requestor)
 Assigns the requestor name of this message.
virtual std::string requestorId ()
virtual void setRequestId (int id)
 Assigns the request id of this message.
virtual int requestId ()

Additional Inherited Members

- Static Public Member Functions inherited from makRadarFx::DtBaseMessage
static DtBaseMessagedecode (unsigned char *buffer, int length)
 this function needs to be in each derived class for decoding
- 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

Detailed Description

DtSarResponse is the returned image data by the server.

Constructor & Destructor Documentation

makRadarFx::DtImageResponse::DtImageResponse ( unsigned int  messageType)

CTOR/DTOR.

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

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


Copyright © 2024 MAK Technologies, Inc. All Rights Reserved (www.mak.com)