![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtTextReport () | |
| default constructor | |
| DtTextReport (const DtString &writeName, DtReaderWriterRegistry *parentRegistry=0) | |
| constructor If you have a task 'put' itself, the writeName will preface the task. | |
| DtTextReport (const DtString &writeName, const DtTextReport &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| const DtTextReport & | operator= (const DtTextReport &orig) |
| assignment operator | |
| virtual | ~DtTextReport () |
| virtual int | type () const |
| What kind of report am I? Returns a character string representing the kind of report. | |
| virtual DtSimReport * | clone (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) const |
| Creates a copy of this report. | |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual DtString | stringRep () const |
| virtual DtString | text () const |
| The text of the report. | |
| virtual void | setText (const DtString &t) |
| The text of the report. | |
Static Public Member Functions | |
| static DtSimReport * | creator () |
Protected Attributes | |
| DtRwString | myText |
A simple report that contains a free form string.
default constructor
| DtTextReport::DtTextReport | ( | const DtString & | writeName, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
constructor If you have a task 'put' itself, the writeName will preface the task.
| DtTextReport::DtTextReport | ( | const DtString & | writeName, |
| const DtTextReport & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| virtual DtTextReport::~DtTextReport | ( | ) | [virtual] |
| const DtTextReport& DtTextReport::operator= | ( | const DtTextReport & | orig | ) |
assignment operator
| virtual int DtTextReport::type | ( | ) | const [virtual] |
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.
Implements DtSimReport.
| virtual DtString DtTextReport::text | ( | ) | const [virtual] |
The text of the report.
| virtual void DtTextReport::setText | ( | const DtString & | t | ) | [virtual] |
The text of the report.
| virtual DtSimReport* DtTextReport::clone | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | const [virtual] |
Creates a copy of this report.
Implements DtSimReport.
| virtual int DtTextReport::netRepSize | ( | ) | const [virtual] |
Implements DtSimReport.
| virtual bool DtTextReport::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Implements DtSimReport.
| virtual bool DtTextReport::setToNet | ( | ) | [virtual] |
Implements DtSimReport.
| virtual DtString DtTextReport::stringRep | ( | ) | const [virtual] |
Reimplemented from DtSimReport.
| static DtSimReport* DtTextReport::creator | ( | ) | [static] |
DtRwString DtTextReport::myText [protected] |