#include <spl.h>
Public Attributes | |
uint8_t | team_number |
unique team number | |
uint8_t | team_color |
colour of the team | |
uint8_t | goal_color |
colour of the goal | |
uint8_t | score |
team's score | |
spl_robotinfo_t | players [SPL_MAX_NUM_PLAYERS] |
the team's players | |
uint16_t | score |
team's score |
Definition at line 50 of file spl.h.
uint8_t spl_teaminfo_t::goal_color |
uint16_t spl_teaminfo_t::score |
uint8_t spl_teaminfo_t::score |
uint8_t spl_teaminfo_t::team_color |
uint8_t spl_teaminfo_t::team_number |