12 #include <vlutil/vlNetTypes.h>
55 virtual void setTaskId(
int id);
56 virtual int taskId()
const;
67 virtual void setTaskTrackingNumber(
int n);
68 virtual int taskTrackingNumber()
const;
76 virtual bool setFromNet(
const char* contentBuffer,
unsigned contentSize)
override;
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)=0
virtual bool setToNet()=0
virtual const DtSimReportMessageType & type() const =0
What kind of report am I? Returns a character string representing the kind of report. Derived classes must implement this function, returning a string that uniquely represents the kind of report it is. The definitions for report types used in VR-Forces are in radioMsgTypes.h.
virtual DtSimReport * clone(const DtString &name, DtReaderWriterRegistry *parentRegistry=0) const =0
Make a copy of this report. Returns a pointer to a newly created copy of this report. Derived classes must implement this function to instantiate and initialize a copy of the derived class type.
const DtSimReport & operator=(const DtSimReport &orig)
assignment operator; same as copy constructor
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
Definition: vrfObjectMessageTypeTemplate.h:24
Definition: readerWriterRegistry.h:39
virtual int netRepSize() const =0
Description: Readable, Writable int.
Definition: rwInt.h:25
DtRwInt myTaskTrackingNumber
This is the task tracking number that was in the original task message that started this task...
Definition: taskCanceledReport.h:90
virtual DtString stringRep() const
#define DT_DLL_vrftasks
This file is used to determine how to build.
Definition: vrftasksDefines.h:26
This report is issued by entities whenever a task they are performing is canceled in an abnormal way...
Definition: taskCanceledReport.h:23
DtRwInt myTaskId
Definition: taskCanceledReport.h:87
DtRwString myTaskCompleted
Definition: taskCanceledReport.h:86
DtSimReport is an abstract base class from which real reports can derive. It manages the read/write c...
Definition: simReport.h:25