Planeshift
Public Member Functions | Protected Member Functions | Protected Attributes

psNetMsgProfiles Class Reference

Statistics of receiving or sending of network messages. More...

#include <netprofile.h>

List of all members.

Public Member Functions

void AddReceivedMsg (MsgEntry *me)
void AddSentMsg (MsgEntry *me)
csString Dump ()
void Reset ()

Protected Member Functions

void AddEnoughRecords (csArray< psOperProfile * > &profs, int neededIndex, const char *desc)

Protected Attributes

csArray< psOperProfile * > recvProfs
 Statistics for receiving and sending of different message types.
csArray< psOperProfile * > sentProfs

Detailed Description

Statistics of receiving or sending of network messages.

Definition at line 35 of file netprofile.h.


Member Function Documentation

void psNetMsgProfiles::AddEnoughRecords ( csArray< psOperProfile * > &  profs,
int  neededIndex,
const char *  desc 
) [protected]
void psNetMsgProfiles::AddReceivedMsg ( MsgEntry me)
void psNetMsgProfiles::AddSentMsg ( MsgEntry me)
csString psNetMsgProfiles::Dump ( )
void psNetMsgProfiles::Reset ( )

Reimplemented from psOperProfileSet.


Member Data Documentation

Statistics for receiving and sending of different message types.

Definition at line 48 of file netprofile.h.

Definition at line 48 of file netprofile.h.


The documentation for this class was generated from the following file: