#include <DDPHandler.h>
Public Attributes | |
char | teamIdentifier [16] |
Player::teamColor | teamColor |
Player::playerNumber | playerNumber |
Definition at line 35 of file DDPHandler.h.
PlayerNumber of the Robot
Definition at line 41 of file DDPHandler.h.
Referenced by DDPHandler::sendDDPPackage().
TeamColor of the Robot
Definition at line 40 of file DDPHandler.h.
Referenced by DDPHandler::sendDDPPackage().
char DDPPackage::teamIdentifier[16] |
a string discribing the team of the robot. Data is only send to robots with the same teamIdentifier and teamColor
Definition at line 38 of file DDPHandler.h.
Referenced by DDPHandler::sendDDPPackage().