Orxonox  0.0.5 Codename: Arcturus
Public Attributes | List of all members
orxonox::GamestateManager::peerInfo Struct Reference

Public Attributes

std::map< uint32_t, packet::Gamestate * > gamestates
 
bool isSynched
 
uint32_t lastAckedGamestateID
 id of the last gamestate on which we received an ack from the peer More...
 
uint32_t lastReceivedGamestateID
 id of the last gamestate which was received (and processed) from the peer More...
 
uint32_t peerID
 

Member Data Documentation

std::map<uint32_t, packet::Gamestate*> orxonox::GamestateManager::peerInfo::gamestates
bool orxonox::GamestateManager::peerInfo::isSynched
uint32_t orxonox::GamestateManager::peerInfo::lastAckedGamestateID

id of the last gamestate on which we received an ack from the peer

uint32_t orxonox::GamestateManager::peerInfo::lastReceivedGamestateID

id of the last gamestate which was received (and processed) from the peer

uint32_t orxonox::GamestateManager::peerInfo::peerID

The documentation for this struct was generated from the following file: