PlayerPosition Class Reference

#include <GameClient.h>

List of all members.

Public Attributes

int playerId
int xpos
int ypos
double timeStamp

Friends

std::ostream & operator<< (std::ostream &Stream, const PlayerPosition player)


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  Stream,
const PlayerPosition  player 
) [friend]

00195 {
00196     return Stream << "PlayerId: " << player.playerId << " xpos: " << player.xpos << " ypos: " << player.ypos << " last update:" << player.timeStamp << "\n";
00197 }


Member Data Documentation

int PlayerPosition::playerId

int PlayerPosition::xpos

int PlayerPosition::ypos

double PlayerPosition::timeStamp


The documentation for this class was generated from the following file:
Generated on Thu Apr 17 13:19:30 2008 for ITM OverSim by  doxygen 1.5.3