#include <DefaultTacticChooser.h>
Inheritance diagram for DefaultTacticChooser:
Public Member Functions | |
DefaultTacticChooser (const BehaviorControlInterfaces &interfaces, CollectedBeliefs &collectedBeliefs, ChooserRaterInterfaces &chooserRaterInterfaces) | |
Constructor. | |
~DefaultTacticChooser () | |
RateableOptions::OptionID | chooseOption () |
choosing one option in here... | |
virtual bool | handleMessage (InMessage &message) |
receiving new TacicEntryArrays in here | |
Public Attributes | |
TacticEntryArray | tacticEntryArray |
the TacticEntryArray to work with... | |
int | freeze |
if true, the robots should stand still, e.g. | |
RateableOptions::OptionID | ocplayerrole [Player::numOfPlayerNumbers] |
role of team player | |
Private Attributes | |
int | facOfNumOfPlayerNumbers |
int * | dogPermutation [Player::numOfPlayerNumbers] |
Definition at line 24 of file DefaultTacticChooser.h.
|
Constructor.
Definition at line 18 of file DefaultTacticChooser.cpp. References dogPermutation, InFile::exists(), facOfNumOfPlayerNumbers, freeze, getLocation(), idText, OUTPUT, and tacticEntryArray. |
Here is the call graph for this function:
|
Definition at line 88 of file DefaultTacticChooser.cpp. References dogPermutation. |
|
Here is the call graph for this function:
|
receiving new TacicEntryArrays in here
Reimplemented from TacticChooser. Definition at line 95 of file DefaultTacticChooser.cpp. References InMessage::bin, freeze, InMessage::getMessageID(), idFreezeRequest, idTacticEntryArray, and tacticEntryArray. |
Here is the call graph for this function:
|
Definition at line 27 of file DefaultTacticChooser.h. Referenced by chooseOption(), and DefaultTacticChooser(). |
|
Definition at line 28 of file DefaultTacticChooser.h. Referenced by chooseOption(), DefaultTacticChooser(), and ~DefaultTacticChooser(). |
|
the TacticEntryArray to work with...
Definition at line 46 of file DefaultTacticChooser.h. Referenced by chooseOption(), DefaultTacticChooser(), and handleMessage(). |
|
if true, the robots should stand still, e.g. using option stand Definition at line 49 of file DefaultTacticChooser.h. Referenced by chooseOption(), DefaultTacticChooser(), and handleMessage(). |
|
role of team player
Definition at line 56 of file DefaultTacticChooser.h. Referenced by chooseOption(). |