#include <GTCamBallLocator.h>
Inheritance diagram for GTCamBallLocator:


Public Member Functions | |
| GTCamBallLocator (const BallLocatorInterfaces &interfaces) | |
| Constructor. | |
| virtual void | execute () |
| Executes the module. | |
| virtual bool | handleMessage (InMessage &message) |
| Called from a MessageQueue to distribute messages. | |
Private Attributes | |
| long | startTime |
| Checks if the ball rolls by right or left of the robot. | |
Definition at line 23 of file GTCamBallLocator.h.
|
|
Constructor.
Definition at line 63 of file GTCamBallLocator.cpp. References BallModel::ballWasSeen, SystemCall::getCurrentSystemTime(), BallModel::numberOfImagesWithBallPercept, and BallModel::numberOfImagesWithoutBallPercept. |
Here is the call graph for this function:

|
Here is the call graph for this function:

|
|
Called from a MessageQueue to distribute messages. Use message.getMessageID to decide if the message is relavant for the MesssageHandler derivate. Use message.bin, message.text or message.config as In streams to get the data from.
Reimplemented from Module. Definition at line 136 of file GTCamBallLocator.cpp. |
|
|
Checks if the ball rolls by right or left of the robot.
Definition at line 41 of file GTCamBallLocator.h. |
1.3.6