/usr/src/rpm/BUILD/libirobot-create-0.1/tests/wait-angle-test.cc File Reference

#include "common.hh"

Include dependency graph for wait-angle-test.cc:


Functions

int run_test (iRobot::Create &robot, std::stringstream &)

Function Documentation

int run_test ( iRobot::Create robot,
std::stringstream &   
)

00022 {
00023   robot.sendWaitAngleCommand (0);
00024   robot.sendWaitAngleCommand (4321);
00025   robot.sendWaitAngleCommand (-2345);
00026   return TEST_SUCCEED;
00027 }


Generated on Thu Aug 28 14:38:10 2008 for iRobot Create library by  doxygen 1.5.4