#include <C4Network2IO.h>
Public Member Functions | |
C4PacketPostMortem () | |
~C4PacketPostMortem () override | |
uint32_t | getConnID () const |
uint32_t | getPacketCount () const |
void | SetConnID (uint32_t inConnID) |
const C4NetIOPacket * | getPacket (uint32_t iNumber) const |
void | SetPacketCounter (uint32_t iPacketCounter) |
void | Add (const C4NetIOPacket &rPkt) |
void | CompileFunc (StdCompiler *pComp) override |
C4NetIOPacket | pack (const C4NetIO::addr_t &addr=C4NetIO::addr_t()) const |
C4NetIOPacket | pack (uint8_t cStatus, const C4NetIO::addr_t &addr=C4NetIO::addr_t()) const |
void | unpack (const C4NetIOPacket &Pkt, char *pStatus=nullptr) |
Definition at line 417 of file C4Network2IO.h.
C4PacketPostMortem::C4PacketPostMortem | ( | ) |
Definition at line 1552 of file C4Network2IO.cpp.
|
override |
Definition at line 1559 of file C4Network2IO.cpp.
void C4PacketPostMortem::Add | ( | const C4NetIOPacket & | rPkt | ) |
Definition at line 1590 of file C4Network2IO.cpp.
Referenced by C4Network2IOConnection::CreatePostMortem().
|
overridevirtual |
Implements C4PacketBase.
Definition at line 1600 of file C4Network2IO.cpp.
References StdCompiler::isDeserializer(), mkNamingAdapt(), and StdCompiler::Value().
|
inline |
Definition at line 435 of file C4Network2IO.h.
const C4NetIOPacket * C4PacketPostMortem::getPacket | ( | uint32_t | iNumber | ) | const |
Definition at line 1570 of file C4Network2IO.cpp.
References Inside().
|
inline |
Definition at line 436 of file C4Network2IO.h.
Referenced by C4Network2::OnDisconn().
|
inherited |
Definition at line 150 of file C4Packet2.cpp.
Referenced by MkC4NetIOPacket().
|
inherited |
Definition at line 155 of file C4Packet2.cpp.
References mkDecompileAdapt(), and mkInsertAdapt().
|
inline |
Definition at line 437 of file C4Network2IO.h.
Referenced by C4Network2IOConnection::CreatePostMortem().
void C4PacketPostMortem::SetPacketCounter | ( | uint32_t | iPacketCounter | ) |
Definition at line 1585 of file C4Network2IO.cpp.
Referenced by C4Network2IOConnection::CreatePostMortem().
|
inherited |
Definition at line 160 of file C4Packet2.cpp.
References C4NetIOPacket::getPBuf(), C4NetIOPacket::getRef(), and C4NetIOPacket::getStatus().
Referenced by C4IDPacket::C4IDPacket(), and C4Network2IO::HandlePacket().