Orxonox  0.0.5 Codename: Arcturus
Classes | Namespaces | Enumerations
Packet.h File Reference
#include "network/NetworkPrereqs.h"
#include <map>

Go to the source code of this file.

Classes

class  orxonox::packet::Packet
 

Namespaces

 orxonox
 Die Wagnis Klasse hat die folgenden Aufgaben:
 
 orxonox::packet
 

Enumerations

enum  orxonox::packet::Direction { orxonox::packet::Direction::Incoming, orxonox::packet::Direction::Outgoing, orxonox::packet::Direction::Bidirectional }
 
enum  orxonox::packet::Type : uint8_t {
  orxonox::packet::Type::Acknowledgement, orxonox::packet::Type::Chat, orxonox::packet::Type::ClassID, orxonox::packet::Type::DeleteObjects,
  orxonox::packet::Type::FunctionIDs, orxonox::packet::Type::FunctionCalls, orxonox::packet::Type::Gamestate, orxonox::packet::Type::Welcome
}