#include <src/network/packet/Welcome.h>
Public Member Functions | |
uint8_t * | getData () |
unsigned int | getSize () const |
bool | process () |
Welcome (uint8_t *data, uint32_t clientID) | |
Welcome (uint32_t clientID, uint32_t shipID) | |
virtual | ~Welcome () |
orxonox::packet::Welcome::Welcome | ( | uint32_t | clientID, | |
uint32_t | shipID | |||
) |
orxonox::packet::Welcome::Welcome | ( | uint8_t * | data, | |
uint32_t | clientID | |||
) |
orxonox::packet::Welcome::~Welcome | ( | ) | [virtual] |
uint8_t * orxonox::packet::Welcome::getData | ( | ) | [virtual] |
unsigned int orxonox::packet::Welcome::getSize | ( | ) | const [inline, virtual] |
bool orxonox::packet::Welcome::process | ( | ) | [virtual] |
Implements orxonox::packet::Packet.
References _CLIENTID, _ENDIANTEST, COUT, orxonox::packet::Packet::data_, orxonox::Synchronisable::setClient(), and orxonox::Host::setClientID().