51 virtual void setReports(
const std::vector<DtSimReport*>&);
52 virtual std::vector<DtSimReport*> reports()
const;
59 parentRegistry = 0)
const;
63 virtual bool setFromNet(
const char* contentBuffer,
64 unsigned contentSize);
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.
DtSimReportList myReports
Definition: simReportCollection.h:71
virtual DtSimReport * clone(const DtString &name, DtReaderWriterRegistry *parentRegistry=0) const =0
Make a copy of this report.
const DtSimReport & operator=(const DtSimReport &orig)
assignment operator; same as copy constructor
Definition: vrfObjectMessageTypeTemplate.h:24
DtSimReportCollection is a class that will allow for the transmission of arbitrary reports over the n...
Definition: simReportCollection.h:18
Definition: readerWriterRegistry.h:39
virtual int netRepSize() const =0
a RW List which holds arbitrary subtypes of DtSimReport.
Definition: simReportList.h:22
virtual DtString stringRep() const
#define DT_DLL_vrftasks
This file is used to determine how to build.
Definition: vrftasksDefines.h:26
virtual void clearNetRep()
Clears the stored netRep.
DtSimReport is an abstract base class from which real reports can derive.
Definition: simReport.h:26