Orxonox  0.0.5 Codename: Arcturus
Namespaces | Macros
Chat.cc File Reference
#include "Chat.h"
#include <cstring>
#include <string>
#include "network/Host.h"

Namespaces

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

Macros

#define _MESSAGE   _MESSAGELENGTH + sizeof(uint32_t)
 
#define _MESSAGELENGTH   _TARGETID + sizeof(uint32_t)
 
#define _PACKETID   0
 
#define _SOURCEID   _PACKETID + sizeof(Type)
 
#define _TARGETID   _SOURCEID + sizeof(uint32_t)
 
#define PACKET_FLAGS_CHAT   PacketFlag::Reliable
 

Macro Definition Documentation

#define _MESSAGE   _MESSAGELENGTH + sizeof(uint32_t)
#define _MESSAGELENGTH   _TARGETID + sizeof(uint32_t)
#define _PACKETID   0
#define _SOURCEID   _PACKETID + sizeof(Type)
#define _TARGETID   _SOURCEID + sizeof(uint32_t)
#define PACKET_FLAGS_CHAT   PacketFlag::Reliable