Main class.
More...
#include <ManiaPP.h>
|
|
| ManiaPP () |
| | Sets up the several variables needed to run the software.
|
| |
|
| ~ManiaPP () |
| | Destructs the pointers in the main class.
|
| |
|
bool | ConnectToServer () |
| | Connects and authenticates with the server.
|
| |
|
bool | ConnectToDatabase () |
| | Connects and authenticates with the database server.
|
| |
|
void | PrintServerInfo () |
| | Prints information about the server.
|
| |
|
void | MainLoop () |
| | Performing our tasks ...
|
| |
|
void | Terminate () |
| | Disconnects the software from the server.
|
| |
| void ManiaPP::retrieveMapList |
( |
| ) |
|
|
private |
Gets a list of current maps from the server.
- Todo:
- Insert map into database if needed.
| void ManiaPP::retrievePlayerList |
( |
| ) |
|
|
private |
Gets a list of current players from the server.
- Todo:
- Insert player into database if needed.
The documentation for this class was generated from the following files:
- /home/travis/build/TheMaximum/mania-pp/src/ManiaPP.h
- /home/travis/build/TheMaximum/mania-pp/src/ManiaPP.cpp