PGE API 0.4
PR00F's Game Engine full documentation
|
Definition at line 125 of file PgePacket.h.
#include <PgePacket.h>
Public Types | |
typedef uint32_t | TMsgId |
typedef uint8_t | TMsgSize |
Static Public Member Functions | |
static const TMsgId & | getMsgAppMsgId (const MsgApp &msgApp) |
static const TMsgSize & | getMsgAppDataActualSizeBytes (const MsgApp &msgApp) |
static const TMsgSize | getMsgAppTotalActualSizeBytes (const MsgApp &msgApp) |
static const TByte * | getMsgAppData (const MsgApp &msgApp) |
static TByte * | getMsgAppData (MsgApp &msgApp) |
static bool | fillMsgApp (MsgApp &myAppMsg, const TMsgId &msgAppMsgId, const TByte *msgAppData, TMsgSize nMsgAppDataSize) |
Static Public Attributes | |
static const PgePktId | id = PgePktId::Application |
static const TMsgSize | nMaxMessageLengthBytes = 240 |
Static Private Member Functions | |
static TMsgId & | getMsgAppMsgId (MsgApp &msgApp) |
static TMsgSize & | getMsgAppDataActualSizeBytes (MsgApp &msgApp) |
Private Attributes | |
TMsgId | m_msgId |
TMsgSize | m_nMsgSize |
TByte | m_cMsgData [nMaxMessageLengthBytes] |
Friends | |
class | PgePacketTest |
struct | PgePacket |
uint32_t pge_network::MsgApp::TMsgId |
Definition at line 131 of file PgePacket.h.
uint8_t pge_network::MsgApp::TMsgSize |
Definition at line 132 of file PgePacket.h.
|
static |
Definition at line 349 of file PgePacket.cpp.
Definition at line 339 of file PgePacket.cpp.
Definition at line 344 of file PgePacket.cpp.
|
static |
Definition at line 329 of file PgePacket.cpp.
|
staticprivate |
Definition at line 324 of file PgePacket.cpp.
|
static |
Definition at line 314 of file PgePacket.cpp.
|
staticprivate |
Definition at line 319 of file PgePacket.cpp.
|
static |
Definition at line 334 of file PgePacket.cpp.
|
friend |
Definition at line 128 of file PgePacket.h.
|
friend |
Definition at line 127 of file PgePacket.h.
|
static |
Definition at line 134 of file PgePacket.h.
|
private |
Definition at line 158 of file PgePacket.h.
|
private |
Definition at line 149 of file PgePacket.h.
|
private |
Definition at line 150 of file PgePacket.h.
|
static |
Definition at line 135 of file PgePacket.h.