#include <machineinfomessage.h>

Public Member Functions | |
| MachineInfoMessage () | |
| const std::string & | GetMachineInfoName () const |
| Gets the Name from the contained MachineInfo. | |
| void | SetMachineInfoName (const std::string &name) |
| Sets the name associated with the MachineInfo. | |
| const std::string & | GetUniqueId () const |
| Gets the UniqueId from the contained MachineInfo as string. | |
| void | SetUniqueId (const std::string &strId) |
| Sets the UniqueId associated with the MachineInfo. | |
| const std::string & | GetHostName () const |
| Gets the HostName from the contained MachineInfo. | |
| void | SetHostName (const std::string &hostname) |
| Sets the HostName associated with the MachineInfo. | |
| const std::string & | GetIPAddress () const |
| Gets the IpAddress from the contained MachineInfo. | |
| void | SetIPAddress (const std::string &ipAddress) |
| Sets the IpAddress associated with the MachineInfo. | |
| const unsigned long & | GetTimeStamp () const |
| Gets the TimeStamp from the contained MachineInfo. | |
| void | SetTimeStamp (const unsigned long &timeStamp) |
| Sets the TimeStamp associated with the MachineInfo. | |
| const unsigned int & | GetPing () const |
| Gets the Ping from the contained MachineInfo. | |
| void | SetPing (const unsigned int &ping) |
| Sets the Ping associated with the MachineInfo. | |
| dtCore::RefPtr < dtGame::MachineInfo > | GetMachineInfo () const |
| Gets the MachineInfo from the message. | |
| void | SetMachineInfo (const dtGame::MachineInfo &machineInfo) |
| Sets the MachineInfo. | |
Protected Member Functions | |
| virtual | ~MachineInfoMessage () |
| Destructor. | |
| dtNetGM::MachineInfoMessage::MachineInfoMessage | ( | ) | [inline] |
| virtual dtNetGM::MachineInfoMessage::~MachineInfoMessage | ( | ) | [inline, protected, virtual] |
Destructor.
| const std::string & dtNetGM::MachineInfoMessage::GetMachineInfoName | ( | ) | const |
Gets the Name from the contained MachineInfo.
| void dtNetGM::MachineInfoMessage::SetMachineInfoName | ( | const std::string & | name | ) |
Sets the name associated with the MachineInfo.
| The | new name |
| const std::string & dtNetGM::MachineInfoMessage::GetUniqueId | ( | ) | const |
Gets the UniqueId from the contained MachineInfo as string.
| void dtNetGM::MachineInfoMessage::SetUniqueId | ( | const std::string & | strId | ) |
Sets the UniqueId associated with the MachineInfo.
| The | new uniqueid as string |
| const std::string & dtNetGM::MachineInfoMessage::GetHostName | ( | ) | const |
Gets the HostName from the contained MachineInfo.
| void dtNetGM::MachineInfoMessage::SetHostName | ( | const std::string & | hostname | ) |
Sets the HostName associated with the MachineInfo.
| The | new hostname |
| const std::string & dtNetGM::MachineInfoMessage::GetIPAddress | ( | ) | const |
Gets the IpAddress from the contained MachineInfo.
| void dtNetGM::MachineInfoMessage::SetIPAddress | ( | const std::string & | ipAddress | ) |
Sets the IpAddress associated with the MachineInfo.
| The | new ipaddress |
| const unsigned long & dtNetGM::MachineInfoMessage::GetTimeStamp | ( | ) | const |
Gets the TimeStamp from the contained MachineInfo.
| void dtNetGM::MachineInfoMessage::SetTimeStamp | ( | const unsigned long & | timeStamp | ) |
Sets the TimeStamp associated with the MachineInfo.
| The | new timestamp |
| const unsigned int & dtNetGM::MachineInfoMessage::GetPing | ( | ) | const |
Gets the Ping from the contained MachineInfo.
| void dtNetGM::MachineInfoMessage::SetPing | ( | const unsigned int & | ping | ) |
Sets the Ping associated with the MachineInfo.
| The | new ping |
| dtCore::RefPtr< dtGame::MachineInfo > dtNetGM::MachineInfoMessage::GetMachineInfo | ( | ) | const |
Gets the MachineInfo from the message.
| void dtNetGM::MachineInfoMessage::SetMachineInfo | ( | const dtGame::MachineInfo & | machineInfo | ) |
Sets the MachineInfo.
| The | new machineinfo |