Develop and Download Open Source Software

Browse Subversion Repository

Contents of /runCtrl/DirectWheelCtrlInterface.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 191 - (show annotations) (download) (as text)
Fri Jan 4 02:49:36 2008 UTC (16 years, 3 months ago) by satofumi
File MIME type: text/x-chdr
File size: 462 byte(s)
using namespace beego

1 #ifndef DIRECT_WHEEL_CTRL_INTERFACE_H
2 #define DIRECT_WHEEL_CTRL_INTERFACE_H
3
4 /*!
5 \file
6 \brief 推定自己位置の取得インターフェース
7
8 \author Satofumi KAMIMURA
9
10 $Id$
11 */
12
13
14 namespace beego {
15 /*!
16 \brief 直接制御インターフェース
17 */
18 class DirectWheelCtrlInterface {
19 public:
20 virtual ~DirectWheelCtrlInterface(void) {}
21 virtual void direct_setWheelVelocity(const int id, int velocity_mm) = 0;
22 };
23 };
24
25 #endif /* !DIRECT_WHEEL_CTRL_INTERFACE_H */

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26