Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
include
kobuki_driver
modules
sound.hpp
Go to the documentation of this file.
1
9
/*****************************************************************************
10
** Ifdefs
11
*****************************************************************************/
12
13
#ifndef KOBUKI_SOUND_HPP_
14
#define KOBUKI_SOUND_HPP_
15
16
/*****************************************************************************
17
** Includes
18
*****************************************************************************/
19
20
/*****************************************************************************
21
** Namespaces
22
*****************************************************************************/
23
24
namespace
kobuki
{
25
26
/*****************************************************************************
27
** Enums
28
*****************************************************************************/
29
30
enum
SoundSequences
31
{
32
On
= 0x0,
33
Off
= 0x1,
34
Recharge
= 0x2,
35
Button
= 0x3,
36
Error
= 0x4,
37
CleaningStart
= 0x5,
38
CleaningEnd
= 0x6,
39
};
40
41
}
// namespace kobuki
42
43
#endif
/* KOBUKI_SOUND_HPP_ */
kobuki::SoundSequences
SoundSequences
Definition:
sound.hpp:30
kobuki::Button
Definition:
sound.hpp:35
kobuki::CleaningStart
Definition:
sound.hpp:37
kobuki::On
Definition:
sound.hpp:32
kobuki
Definition:
command.hpp:31
kobuki::Off
Definition:
sound.hpp:33
kobuki::CleaningEnd
Definition:
sound.hpp:38
kobuki::Recharge
Definition:
sound.hpp:34
kobuki::Error
Definition:
sound.hpp:36
kobuki_driver
Author(s): Daniel Stonier
, Younghun Ju
, Jorge Santos Simon
autogenerated on Fri Sep 18 2020 03:22:02