#include <BallModel.h>
Inheritance diagram for CommunicatedBallState:


Public Member Functions | |
| CommunicatedBallState () | |
| Constructor. | |
| void | reset () |
| Resets all data of the ball position. | |
| virtual void | serialize (In *in, Out *out) |
Public Attributes | |
| unsigned long | timeWhenLastObserved |
| Time when the observation was made by another robot. | |
| stream | The stream the ball state is read from. |
| pbs | The ball state the read data is stored to. |
Definition at line 506 of file BallModel.h.
|
|
Constructor.
Definition at line 536 of file BallModel.cpp. References reset(). |
Here is the call graph for this function:

|
|
Resets all data of the ball position.
Reimplemented from BallState. Definition at line 542 of file BallModel.cpp. References BallState::reset(), and timeWhenLastObserved. Referenced by CommunicatedBallState(), and BallModel::reset(). |
Here is the call graph for this function:

|
||||||||||||
|
Reimplemented from BallState. Definition at line 547 of file BallModel.cpp. References STREAM, STREAM_BASE, STREAM_REGISTER_BEGIN, STREAM_REGISTER_FINISH, and timeWhenLastObserved. |
|
|
Time when the observation was made by another robot.
Definition at line 525 of file BallModel.h. Referenced by GT2005TeamBallLocator::execute(), BallModel::getKnownBallState(), BallModel::getKnownPosition(), BallModel::getTimeSinceLastKnown(), GT2005BehaviorControl::preExecute(), reset(), and serialize(). |
1.3.6