#include <ImageSaver.h>
Inheritance diagram for ImageSaver:
Public Member Functions | |
ImageSaver (SensorBehaviorControlInterfaces &interfaces) | |
Constructor. | |
void | init () |
virtual void | execute () |
the "main" module where all the magic is happening | |
virtual bool | handleMessage (InMessage &message) |
calibrate the psd (while standing still) to the minimum currently no debug messages are handled | |
Private Member Functions | |
DECLARE_DEBUG_IMAGE (classificationY) | |
Private Attributes | |
HeadControlMode | hcm |
unsigned long | lastSavingTime |
|
Constructor.
Definition at line 13 of file ImageSaver.cpp. References LEDRequest::backFrontBlueLED, LEDRequest::backFrontWhiteLED, LEDRequest::backMiddleOrangeLED, LEDRequest::backMiddleWhiteLED, LEDRequest::backRearRedLED, LEDRequest::backRearWhiteLED, LEDRequest::faceLED, SystemCall::getCurrentSystemTime(), hcm, HeadControlMode::headControlMode, LEDRequest::headOrangeLED, LEDRequest::headWhiteLED, and lastSavingTime. |
Here is the call graph for this function:
|
Definition at line 33 of file ImageSaver.cpp. |
|
the "main" module where all the magic is happening
Implements Module. Definition at line 37 of file ImageSaver.cpp. References LEDRequest::backFrontWhiteLED, LEDRequest::backMiddleWhiteLED, LEDRequest::backRearWhiteLED, RobotState::getButtonPressed(), RobotState::getButtonPressedTime(), RobotState::getButtonTime(), SystemCall::getCurrentSystemTime(), SystemCall::getTimeSince(), hcm, HeadControlMode::headControlMode, idJPEGImage, lastSavingTime, MotionRequest::motionType, and OUTPUT. |
Here is the call graph for this function:
|
calibrate the psd (while standing still) to the minimum currently no debug messages are handled
Reimplemented from Module. Definition at line 78 of file ImageSaver.cpp. |
|
|
|
Definition at line 35 of file ImageSaver.h. Referenced by execute(), and ImageSaver(). |
|
Definition at line 37 of file ImageSaver.h. Referenced by execute(), and ImageSaver(). |