Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CTournamentPlayer Class Reference

CTournamentPlayer. More...

#include <TournamentPlayer.h>

Inheritance diagram for CTournamentPlayer:

CNetworkPlayer CPlayer CParamable CGenericTask List of all members.

Public Member Functions

 CTournamentPlayer (CBSock *, CClient *)
 PutFunctionNameHere.
 ~CTournamentPlayer ()
 PutFunctionNameHere.
bool OnMessageSent (CMessage *pMsg)
 OnMessageSent.

Protected Member Functions

void OnSystemMessage (CSystemMessage *pMsg)
 OnSystemMessage.
void OnParameterMessage (CParamMessage *pMsg)
 ProcessParameterMessage.

Detailed Description

CTournamentPlayer.

Description: This class is a special network class that contains processing to handle configuration messages from the tournament server.

Limitations: None.


Constructor & Destructor Documentation

CTournamentPlayer::CTournamentPlayer CBSock pBSock,
CClient pMyClient
 

PutFunctionNameHere.

Description:

Parameters:
kevin is a character string.
Returns:
void
Limitations:

CTournamentPlayer::~CTournamentPlayer  ) 
 

PutFunctionNameHere.

Description:

Parameters:
kevin is a character string.
Returns:
void
Limitations:


Member Function Documentation

bool CTournamentPlayer::OnMessageSent CMessage pMsg  )  [virtual]
 

OnMessageSent.

Description: This function checks messages that are received FROM a tournment server to determine if configuration processing is needed. If processing is needed, the proper actions are taken.

Parameters:
pMsg - The message received from the tournament server
Returns:
bool: True if the message should be passed on to the the player's mailbox for processing by the dispatcher. False if the message has been handled and further processsing is not needed.
Limitations:

Reimplemented from CPlayer.

void CTournamentPlayer::OnParameterMessage CParamMessage pMsg  )  [protected]
 

ProcessParameterMessage.

Description: This function will process CParamMessage messages.

Parameters:
pMsg - The parameter message to be processed
Returns:
void
Limitations: None

void CTournamentPlayer::OnSystemMessage CSystemMessage pMsg  )  [protected]
 

OnSystemMessage.

Description: This function will process CSystemMessage messages. This messages can only originate from the network; all replies should be sent using PostANetworkMessage.

Parameters:
pMsg - The parameter message to be processed
Returns:
void
Limitations: None


The documentation for this class was generated from the following files:
Copyright (c) 2005 Matt Bruns, Pat Hammond, Kevin Markussen, Travis Service, Brain Shaver

SourceForge.net Logo