#include <VideolympicsClient.h>
Collaboration diagram for Impala::Application::Videolympics::VideolympicsClient:

Public Member Functions | |
| VideolympicsClient (std::string server, int port, int teamnr) | |
| int | SendShot (std::string shotname) |
Public Attributes | |
| char | mBuffer [2048] |
Static Public Attributes | |
| static const int | RET_OK = 0 |
| static const int | RET_INVALID = 1 |
| static const int | RET_TOOSOON = 2 |
| static const int | RET_TOOLATE = 3 |
| static const int | RET_NOREPLY = 4 |
| static const int | RET_UNKNOWNREPLY = 5 |
| static const int | RET_NOCONNECTION = 6 |
| static const int | RET_CHEATER = 71775 |
Private Attributes | |
| std::string | mVidolServer |
| int | mVidolPort |
| int | mVidolTeamNo |
| ILOG_VAR_DEC | |
Definition at line 16 of file VideolympicsClient.h.
1.5.1