#include <ArMapChanger.h>
Public Member Functions | |
| void | addPacket (ArNetPacket *packet) |
| Adds the given packet to the list. | |
| ClientChangeInfo (ArServerClient *client) | |
| Constructor. | |
| ~ClientChangeInfo () | |
| Destructor. | |
Public Attributes | |
| ArServerClient * | myClient |
| Server client which sent the map changes. | |
| ArTime | myLastActivityTime |
| Time at which the most recent packet in this list was received. | |
| std::list< ArNetPacket * > | myPacketList |
| List of network packets received from the client for these map changes. | |
| ArTime | myStartTime |
| Time at which the first packet in this list was received. | |
| ArMapChanger::ClientChangeInfo::ClientChangeInfo | ( | ArServerClient * | client | ) |
Constructor.
| ArMapChanger::ClientChangeInfo::~ClientChangeInfo | ( | ) |
Destructor.
| void ArMapChanger::ClientChangeInfo::addPacket | ( | ArNetPacket * | packet | ) |
Adds the given packet to the list.
Server client which sent the map changes.
Time at which the most recent packet in this list was received.
| std::list<ArNetPacket *> ArMapChanger::ClientChangeInfo::myPacketList |
List of network packets received from the client for these map changes.
Time at which the first packet in this list was received.
1.4.7