#include <NetCommandMsg.h>
Inherits NetCommandMsg.
Public Member Functions | |
| NetFileCommandMsg () | |
| AsciiString | getRealFilename () |
| void | setRealFilename (AsciiString filename) |
| AsciiString | getPortableFilename () |
| void | setPortableFilename (AsciiString filename) |
| UnsignedInt | getFileLength () |
| UnsignedByte * | getFileData () |
| void | setFileData (UnsignedByte *data, UnsignedInt dataLength) |
Public Member Functions inherited from NetCommandMsg | |
| NetCommandMsg () | |
| UnsignedInt | GetTimestamp () |
| void | SetTimestamp (UnsignedInt timestamp) |
| void | setExecutionFrame (UnsignedInt frame) |
| void | setPlayerID (UnsignedInt playerID) |
| void | setID (UnsignedShort id) |
| UnsignedInt | getExecutionFrame () |
| UnsignedInt | getPlayerID () |
| UnsignedShort | getID () |
| void | setNetCommandType (NetCommandType type) |
| NetCommandType | getNetCommandType () |
| virtual Int | getSortNumber () |
| void | attach () |
| void | detach () |
| virtual AsciiString | getContentsAsAsciiString (void) |
Public Member Functions inherited from MemoryPoolObject | |
| void | deleteInstance () |
Protected Attributes | |
| AsciiString | m_portableFilename |
| UnsignedByte * | m_data |
| UnsignedInt | m_dataLength |
Protected Attributes inherited from NetCommandMsg | |
| UnsignedInt | m_timestamp |
| UnsignedInt | m_executionFrame |
| UnsignedInt | m_playerID |
| UnsignedShort | m_id |
| NetCommandType | m_commandType |
| Int | m_referenceCount |
Additional Inherited Members | |
Protected Member Functions inherited from MemoryPoolObject | |
| virtual | ~MemoryPoolObject () |
| void * | operator new (size_t s) |
| void | operator delete (void *p) |
| virtual MemoryPool * | getObjectMemoryPool ()=0 |
Definition at line 415 of file NetCommandMsg.h.
| NetFileCommandMsg::NetFileCommandMsg | ( | ) |
Definition at line 907 of file NetCommandMsg.cpp.
| UnsignedByte * NetFileCommandMsg::getFileData | ( | ) |
Definition at line 935 of file NetCommandMsg.cpp.
| UnsignedInt NetFileCommandMsg::getFileLength | ( | ) |
Definition at line 931 of file NetCommandMsg.cpp.
|
inline |
Definition at line 425 of file NetCommandMsg.h.
| AsciiString NetFileCommandMsg::getRealFilename | ( | ) |
Definition at line 921 of file NetCommandMsg.cpp.
| void NetFileCommandMsg::setFileData | ( | UnsignedByte * | data, |
| UnsignedInt | dataLength ) |
Definition at line 939 of file NetCommandMsg.cpp.
|
inline |
Definition at line 426 of file NetCommandMsg.h.
| void NetFileCommandMsg::setRealFilename | ( | AsciiString | filename | ) |
Definition at line 926 of file NetCommandMsg.cpp.
|
protected |
Definition at line 436 of file NetCommandMsg.h.
|
protected |
Definition at line 437 of file NetCommandMsg.h.
|
protected |
Definition at line 434 of file NetCommandMsg.h.