10 #include <vlpi/netStructs.h>
59 virtual int icaoAddress()
const;
60 virtual void setIcaoAddress(
int icao);
67 virtual bool setFromNet(
const char* contentBuffer,
unsigned contentSize)
override;
const DtSetIff2Request & operator=(const DtSetIff2Request &orig)
assignment operator
virtual int netRepSize() const override
Returns the size of the full network representation (altitude included) padded to an 8-byte boundary...
static DtSetDataRequest * creator()
Definition: setClutterIcaoIffRequest.h:27
Definition: readerWriterRegistry.h:39
virtual DtSetDataRequest * clone(const DtString &name, DtReaderWriterRegistry *parentRegistry=0) const override
Creates a copy of the request.
virtual DtString stringRep() const override
Get a readable string representation of this setDataRequest.
class DtSetIff2Request
Definition: setIff2Request.h:20
int myIcaoAddress
Definition: setClutterIcaoIffRequest.h:77
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
Define constants for types of tasks, sets, admin messages, reports, and sim commands (all sent via ra...
virtual bool setToNet() override
Fills in the network buffer (created by base class setDataRequest) with the set data request contents...
#define DT_DLL_vrftasks
This file is used to determine how to build.
Definition: vrftasksDefines.h:26
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize) override
Fills in the request from the network buffer.
virtual const DtSetMessageType & type() const override
Returns DtSetIffRequestType.