|
Planeshift
|
Statistics of receiving or sending of network messages. More...
#include <netprofile.h>
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 |
Statistics of receiving or sending of network messages.
Definition at line 35 of file netprofile.h.
| 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.
csArray<psOperProfile*> psNetMsgProfiles::recvProfs [protected] |
Statistics for receiving and sending of different message types.
Definition at line 48 of file netprofile.h.
csArray<psOperProfile*> psNetMsgProfiles::sentProfs [protected] |
Definition at line 48 of file netprofile.h.
1.7.3