#include "common.hh"

Functions | |
| int | run_test (iRobot::Create &robot, std::stringstream &) |
| int run_test | ( | iRobot::Create & | robot, | |
| std::stringstream & | ||||
| ) |
00022 { 00023 robot.sendWaitTimeCommand (0); 00024 robot.sendWaitTimeCommand (255); 00025 return TEST_SUCCEED; 00026 }
1.5.4