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

Public Member Functions | |
| DtAdminMessage () | |
| default constructor | |
| DtAdminMessage (const DtAdminMessage &orig) | |
| virtual | ~DtAdminMessage () |
| destructor | |
| virtual DtAdminContent * | adminContent () const |
| Returns a pointer to the DtAdminContent object in the message. | |
| virtual void | setAdminContent (DtAdminContent *content) |
| Sets the content of the message. | |
| virtual int | contentCategoryType () const |
| virtual int | contentType () const |
| virtual DtSimMessage * | clone () const |
| Required override. Clones itself and the DtAdminContnet it points to. | |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *networkBuffer, unsigned contentSize) |
| Extracts the content type, creates the content (using the admin content factory), and then tells the content to fill itself in from the network buffer. | |
| virtual bool | setToNet () |
| Fill in our content type, tell the content to fill itself out, and then copy its buffer into ours. | |
| virtual void | printDataToString (DtString &str) |
| Print message. | |
Static Public Member Functions | |
| static DtSimRadioMessage * | creator () |
Protected Member Functions | |
| const DtAdminMessage & | operator= (DtAdminMessage &orig) |
Protected Attributes | |
| DtAdminContent * | myAdminContent |
| bool | myOwnContent |
default constructor
| DtAdminMessage::DtAdminMessage | ( | const DtAdminMessage & | orig | ) |
| virtual DtAdminMessage::~DtAdminMessage | ( | ) | [virtual] |
destructor
| const DtAdminMessage& DtAdminMessage::operator= | ( | DtAdminMessage & | orig | ) | [protected] |
| virtual DtAdminContent* DtAdminMessage::adminContent | ( | ) | const [virtual] |
Returns a pointer to the DtAdminContent object in the message.
| virtual void DtAdminMessage::setAdminContent | ( | DtAdminContent * | content | ) | [virtual] |
Sets the content of the message.
| virtual int DtAdminMessage::contentCategoryType | ( | ) | const [virtual] |
Implements DtVrfObjectMessage.
| virtual int DtAdminMessage::contentType | ( | ) | const [virtual] |
Implements DtVrfObjectMessage.
| virtual DtSimMessage* DtAdminMessage::clone | ( | ) | const [virtual] |
Required override. Clones itself and the DtAdminContnet it points to.
Implements DtSimMessage.
| virtual int DtAdminMessage::netRepSize | ( | ) | const [virtual] |
Reimplemented from DtVrfObjectMessage.
| virtual bool DtAdminMessage::setFromNet | ( | const char * | networkBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Extracts the content type, creates the content (using the admin content factory), and then tells the content to fill itself in from the network buffer.
Reimplemented from DtVrfObjectMessage.
| virtual bool DtAdminMessage::setToNet | ( | ) | [virtual] |
Fill in our content type, tell the content to fill itself out, and then copy its buffer into ours.
Reimplemented from DtVrfObjectMessage.
| virtual void DtAdminMessage::printDataToString | ( | DtString & | str | ) | [virtual] |
Print message.
Reimplemented from DtVrfObjectMessage.
| static DtSimRadioMessage* DtAdminMessage::creator | ( | ) | [static] |
DtAdminContent* DtAdminMessage::myAdminContent [protected] |
bool DtAdminMessage::myOwnContent [protected] |