Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | Private Attributes | List of all members
orxonox::GSMasterServer Class Reference

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/orxonox/gamestates/GSMasterServer.h>

Inheritance diagram for orxonox::GSMasterServer:
orxonox::GameState

Public Member Functions

 GSMasterServer (const GameStateInfo &info)
 
 ~GSMasterServer ()
 
virtual void activate () override
 
virtual void deactivate () override
 
virtual void update (const Clock &time) override
 
- Public Member Functions inherited from orxonox::GameState
 GameState (const GameStateInfo &info)
 Constructor only initialises variables and sets the name permanently. More...
 
virtual ~GameState ()
 Destructor only checks that we don't delete an active state. More...
 
State getActivity () const
 
const GameStateInfogetInfo () const
 
const std::string & getName () const
 

Private Attributes

MasterServermserver
 

Additional Inherited Members

Constructor & Destructor Documentation

orxonox::GSMasterServer::GSMasterServer ( const GameStateInfo info)
orxonox::GSMasterServer::~GSMasterServer ( )

Member Function Documentation

void orxonox::GSMasterServer::activate ( )
overridevirtual

Reimplemented from orxonox::GameState.

void orxonox::GSMasterServer::deactivate ( )
overridevirtual

Reimplemented from orxonox::GameState.

void orxonox::GSMasterServer::update ( const Clock time)
overridevirtual

Reimplemented from orxonox::GameState.

Member Data Documentation

MasterServer* orxonox::GSMasterServer::mserver
private

The documentation for this class was generated from the following files: