Develop and Download Open Source Software

Browse Subversion Repository

Contents of /gyroscopic/Tds01vIdHandler.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: 662 byte(s)
using namespace beego

1 #ifndef TDS01V_ID_HANDLER_H
2 #define TDS01V_ID_HANDLER_H
3
4 /*!
5 \file
6 \brief Tds01v の検出ハンドラ
7
8 \author Satofumi KAMIMURA
9
10 $Id$
11
12 \attention デバイスが無効入力に対して弱いため、Tds01v の検出は最初に行うべき。
13 */
14
15 #include "ProductIdHandler.h"
16
17
18 namespace beego {
19 /*!
20 \brief TDS01V の制御クラス
21 */
22 class Tds01vIdHandler : public ProductIdHandler {
23 Tds01vIdHandler(const Tds01vIdHandler& rhs);
24 Tds01vIdHandler& operator = (const Tds01vIdHandler& rhs);
25
26 public:
27 Tds01vIdHandler(void);
28 ~Tds01vIdHandler(void);
29
30 bool checkProductId(const char* device, const char* productId) const;
31 };
32 };
33
34 #endif /* !TDS01V_ID_HANDLER_H */

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