#include <Explorer.h>
Inheritance diagram for Explorer:
Public Member Functions | |
Explorer () | |
int | activate () |
Static Public Attributes | |
const int | ROBOT_DETECTED = 0 |
const int | CUBE_DETECTED = 1 |
const int | DRIVE_STALLED = 2 |
Private Attributes | |
Broadcaster * | broadcaster |
|
|
|
Activates this behavior
|
|
The Explorer needs to communicate with the Broadcaster when the first cube is found |
|
Used as result code for Explorer::activate() |
|
Used as result code for Explorer::activate() |
|
Used as result code for Explorer::activate() |