#include <KickSelectionTable.h>
Public Attributes | |
| double | ballXR |
| The relative x position of the ball when the kick was requested. | |
| double | ballYR |
| The relative y position of the ball when the kick was requested. | |
| unsigned long | ballTR |
| The time since the ball was seen last when the kick was requested. | |
| double | ballXS |
| The relative x position of the ball when the kick was started. | |
| double | ballYS |
| The relative y position of the ball when the kick was started. | |
| unsigned long | ballTS |
| The time since the ball was seen last when the kick was started. | |
| double | ballXA |
| The relative x position of the ball after the kick. | |
| double | ballYA |
| The relative y position of the ball after the kick. | |
| unsigned long | tA |
| The time since the kick was finished when the record was written. | |
Definition at line 20 of file KickSelectionTable.h.
|
|
The relative x position of the ball when the kick was requested.
Definition at line 24 of file KickSelectionTable.h. Referenced by KickLogger::execute(). |
|
|
The relative y position of the ball when the kick was requested.
Definition at line 27 of file KickSelectionTable.h. Referenced by KickLogger::execute(). |
|
|
The time since the ball was seen last when the kick was requested.
Definition at line 30 of file KickSelectionTable.h. Referenced by KickLogger::execute(). |
|
|
The relative x position of the ball when the kick was started.
Definition at line 33 of file KickSelectionTable.h. Referenced by KickLogger::execute(). |
|
|
The relative y position of the ball when the kick was started.
Definition at line 36 of file KickSelectionTable.h. Referenced by KickLogger::execute(). |
|
|
The time since the ball was seen last when the kick was started.
Definition at line 39 of file KickSelectionTable.h. Referenced by KickLogger::execute(). |
|
|
The relative x position of the ball after the kick.
Definition at line 42 of file KickSelectionTable.h. Referenced by KickLogger::execute(). |
|
|
The relative y position of the ball after the kick.
Definition at line 45 of file KickSelectionTable.h. Referenced by KickLogger::execute(). |
|
|
The time since the kick was finished when the record was written.
Definition at line 48 of file KickSelectionTable.h. Referenced by KickLogger::execute(). |
1.3.6