~vibhavp/ubuntu/saucy/urg/merge-from-debian

« back to all changes in this revision

Viewing changes to include/cpp/isUsingComDriver.h

  • Committer: Bazaar Package Importer
  • Author(s): Albert Huang
  • Date: 2011-05-20 11:33:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110520113303-u8niofzwzcea0osk
Tags: 0.8.12-1
* New upstream release (closes: #624987)
* Add debian/watch file
* Bump standards-version to 3.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
  \author Satofumi KAMIMURA
9
9
 
10
 
  $Id: isUsingComDriver.h 783 2009-05-05 08:56:26Z satofumi $
 
10
  $Id: isUsingComDriver.h 1811 2010-04-30 16:12:05Z satofumi $
11
11
*/
12
12
 
13
13
namespace qrk
14
14
{
15
 
  /*!
16
 
    \brief �w��h���C�o�𗘗p���Ă��� COM �|�[�g�����݂��邩��Ԃ�
17
 
 
18
 
    \param[in] com_port ������s�� COM �|�[�g
19
 
    \param[in] driver_name ������s���h���C�o��
20
 
 
21
 
    \retval true �w��h���C�o�� COM �|�[�g�����݂���
22
 
    \retval false ���݂��Ȃ�
23
 
 
24
 
    \attention Windows �‹��łȂ���Ώ�� false ��Ԃ�
25
 
    \attention ����m�F�́AWindows XP �̂݁B���ł͖�����
26
 
  */
27
 
  bool isUsingComDriver(const char* com_port, const char* driver_name);
 
15
    /*!
 
16
      \brief �w��h���C�o�𗘗p���Ă��� COM �|�[�g�����݂��邩��Ԃ�
 
17
 
 
18
      \param[in] com_port ������s�� COM �|�[�g
 
19
      \param[in] driver_name ������s���h���C�o��
 
20
 
 
21
      \retval true �w��h���C�o�� COM �|�[�g�����݂���
 
22
      \retval false ���݂��Ȃ�
 
23
 
 
24
      \attention Windows �‹��łȂ���Ώ�� false ��Ԃ�
 
25
      \attention ����m�F�́AWindows XP �̂݁B���ł͖�����
 
26
    */
 
27
    bool isUsingComDriver(const char* com_port, const char* driver_name);
28
28
}
29
29
 
30
30
#endif /* !QRK_IS_USING_COM_DRIVER_H */