|
LIBRCSC Docs
Documentation for HELIOS's BASE LIBRCSC library for RoboCup 2D Simulation League.
|
abstract body action More...
#include <soccer_action.h>


Public Member Functions | |
| virtual | ~BodyAction ()=default |
| nothing to do, but should be virtual. | |
| virtual bool | execute (PlayerAgent *agent)=0 |
| pure virtual. set command to the action effector More... | |
Public Member Functions inherited from rcsc::AbstractAction | |
| virtual | ~AbstractAction ()=default |
| nothing to do, but should be virtual. | |
| virtual bool | execute (PlayerAgent *agent)=0 |
| pure virtual. set command to the action effector More... | |
| long | actionObjectID () const |
| get ID of action object to identify action instances More... | |
Protected Member Functions | |
| BodyAction ()=default | |
| nothing to do. but accessible only from derived classes. | |
Protected Member Functions inherited from rcsc::AbstractAction | |
| AbstractAction () | |
| nothing to do. but accessible only from derived classes. | |
abstract body action
|
pure virtual |
pure virtual. set command to the action effector
| true | if action is performed |
| false | if action is failed or not needed. |
Implements rcsc::AbstractAction.