#include <SensorBehaviorControl.h>
Inheritance diagram for SensorBehaviorControlInterfaces:


Public Member Functions | |
| SensorBehaviorControlInterfaces (const Image &image, const SensorDataBuffer &sensorDataBuffer, const CameraMatrix &cameraMatrix, const ColorTable &colorTable, const OdometryData &odometryData, const RobotState &robotState, SoundRequest &soundRequest, MotionRequest &motionRequest, LEDRequest &ledRequest, HeadControlMode &headControlMode) | |
| Constructor. | |
Public Attributes | |
| const Image & | image |
| const SensorDataBuffer & | sensorDataBuffer |
| const CameraMatrix & | cameraMatrix |
| const ColorTable & | colorTable |
| The color table ptr. | |
| const OdometryData & | odometryData |
| The odometry that was estimated by the motion modules. | |
| const RobotState & | robotState |
| SoundRequest & | soundRequest |
| MotionRequest & | motionRequest |
| LEDRequest & | ledRequest |
| HeadControlMode & | headControlMode |
Definition at line 31 of file SensorBehaviorControl.h.
|
||||||||||||||||||||||||||||||||||||||||||||
|
Constructor.
Definition at line 35 of file SensorBehaviorControl.h. |
|
|
Definition at line 61 of file SensorBehaviorControl.h. |
|
|
Definition at line 64 of file SensorBehaviorControl.h. |
|
|
Reimplemented in BB2004Calibrator. Definition at line 67 of file SensorBehaviorControl.h. |
|
|
The color table ptr.
Definition at line 70 of file SensorBehaviorControl.h. |
|
|
The odometry that was estimated by the motion modules.
Definition at line 73 of file SensorBehaviorControl.h. |
|
|
Reimplemented in BB2004Calibrator. Definition at line 76 of file SensorBehaviorControl.h. |
|
|
Definition at line 79 of file SensorBehaviorControl.h. |
|
|
Definition at line 82 of file SensorBehaviorControl.h. |
|
|
Definition at line 85 of file SensorBehaviorControl.h. |
|
|
Definition at line 88 of file SensorBehaviorControl.h. |
1.3.6