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


Public Types | |
| enum | { NUMBER_OF_OWN_PLAYERS_TO_LOCATE = 3, NUMBER_OF_OPPONENT_PLAYERS_TO_LOCATE = 4 } |
| Constants for the number of robots in the own and in the opponentīs team. More... | |
Public Member Functions | |
| GTCamPlayersLocator (const PlayersLocatorInterfaces &interfaces) | |
| Constructor. | |
| virtual void | execute () |
| Executes the module. | |
| virtual bool | handleMessage (InMessage &message) |
| Called from a MessageQueue to distribute messages. | |
Definition at line 19 of file GTCamPlayersLocator.h.
|
|
Constants for the number of robots in the own and in the opponentīs team.
Definition at line 24 of file GTCamPlayersLocator.h. |
|
|
Constructor.
Definition at line 39 of file GTCamPlayersLocator.cpp. References NUMBER_OF_OPPONENT_PLAYERS_TO_LOCATE, NUMBER_OF_OWN_PLAYERS_TO_LOCATE, PlayerPoseCollection::numberOfOpponentPlayers, and PlayerPoseCollection::numberOfOwnPlayers. |
|
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 84 of file GTCamPlayersLocator.cpp. |
1.3.6