10 #include <vlpi/netStructs.h>
60 virtual int icaoAddress()
const;
61 virtual void setIcaoAddress(
int icao);
68 virtual bool setFromNet(
const char* contentBuffer,
69 unsigned contentSize);
virtual bool setToNet()
Fills in the network buffer (created by base class setDataRequest) with the set data request contents...
const DtSetIff2Request & operator=(const DtSetIff2Request &orig)
assignment operator
static DtSetDataRequest * creator()
Definition: setClutterIcaoIffRequest.h:27
Definition: readerWriterRegistry.h:39
virtual int netRepSize() const
Returns the size of the full network representation (altitude included) padded to an 8-byte boundary...
virtual DtString stringRep() const
Get a readable string representation of this setDataRequest.
class DtSetIff2Request
Definition: setIff2Request.h:20
int myIcaoAddress
Definition: setClutterIcaoIffRequest.h:79
DtSetDataRequest is an abstract base class from which real setDataRequests can derive. It manages the read/write capability; derived classes need only use and register read/writatble data types for derived information.
Definition: setDataRequest.h:41
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Fills in the request from the network buffer.
virtual const DtSetMessageType & type() const
Returns DtSetIffRequestType.
Define constants for types of tasks, sets, admin messages, reports, and sim commands (all sent via ra...
#define DT_DLL_vrftasks
This file is used to determine how to build.
Definition: vrftasksDefines.h:26
virtual DtSetDataRequest * clone(const DtString &name, DtReaderWriterRegistry *parentRegistry=0) const
Creates a copy of the request.