|
1 | 1 | /*
|
2 |
| -* |
3 |
| -* Author: Hiroyuki Mino <[email protected]> |
4 |
| -* Copyright (c) 2019 Omron Electronic Components - Americas |
5 |
| -* |
6 |
| -* Permission is hereby granted, free of charge, to any person obtaining a copy of |
7 |
| -* this software and associated documentation files (the "Software"), to deal in |
8 |
| -* the Software without restriction, including without limitation the rights to |
9 |
| -* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of |
10 |
| -* the Software, and to permit persons to whom the Software is furnished to do so, |
11 |
| -* subject to the following conditions: |
12 |
| -* |
13 |
| -* The above copyright notice and this permission notice shall be included in all |
14 |
| -* copies or substantial portions of the Software. |
15 |
| -* |
16 |
| -* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
17 |
| -* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
18 |
| -* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR |
19 |
| -* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER |
20 |
| -* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
21 |
| -* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
22 |
| -*/ |
| 2 | + * Author: Hiroyuki Mino <[email protected]> |
| 3 | + * Copyright (c) 2019 Omron Electronic Components - Americas |
| 4 | + * |
| 5 | + * Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 6 | + * this software and associated documentation files (the "Software"), to deal in |
| 7 | + * the Software without restriction, including without limitation the rights to |
| 8 | + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of |
| 9 | + * the Software, and to permit persons to whom the Software is furnished to do so, |
| 10 | + * subject to the following conditions: |
| 11 | + * |
| 12 | + * The above copyright notice and this permission notice shall be included in all |
| 13 | + * copies or substantial portions of the Software. |
| 14 | + * |
| 15 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 16 | + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
| 17 | + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR |
| 18 | + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER |
| 19 | + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 20 | + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 21 | + */ |
23 | 22 |
|
24 | 23 | /*=========================================================================*/
|
25 | 24 |
|
|
34 | 33 | #include <thread>
|
35 | 34 | #include <atomic>
|
36 | 35 | #include <csignal>
|
37 |
| -#include "../2jciebu01.hpp" |
| 36 | +#include "2jciebu01.hpp" |
38 | 37 |
|
39 | 38 | /*MACROS and enum */
|
40 | 39 |
|
|
57 | 56 | namespace upm
|
58 | 57 | {
|
59 | 58 | /**
|
60 |
| - * @brief 2JCIEBU01 Environment sensor |
61 |
| - * @defgroup 2jciebu01 libupm-2jciebu01_ble |
62 |
| - * @ingroup Omron USB type |
| 59 | + * @brief 2JCIEBU01 BLE Environment Sensor |
| 60 | + * @defgroup 2jciebu01-ble libupm-2jciebu01-ble |
| 61 | + * @ingroup omron ble accelerometer pressure sound flexfor |
63 | 62 | */
|
64 | 63 |
|
65 | 64 | /**
|
66 |
| - * @library libupm-2jciebu01_ble |
67 |
| - * @sensor 2jciebu01 |
68 |
| - * @comname Environment Sensor Module |
69 |
| - * @altname Omron Environment sensor USB type |
70 |
| - * @type USB |
71 |
| - * @man Omron |
72 |
| - * @web https://www.components.omron.com/solutions/mems-sensors/environment-sensor |
| 65 | + * @library 2jciebu01-ble |
| 66 | + * @sensor 2jciebu01-ble |
| 67 | + * @comname Omron BLE Environment Sensor Module |
| 68 | + * @type accelerometer pressure sound flexfor |
| 69 | + * @man omron |
73 | 70 | * @con ble
|
| 71 | + * @web https://www.components.omron.com/solutions/mems-sensors/environment-sensor |
74 | 72 | *
|
75 | 73 | * @brief API for the Omron USB type environment Sensor Module using BLE interface
|
76 | 74 | *
|
77 | 75 | * It is connected via a BLE Interface
|
78 | 76 | *
|
79 |
| - * @snippet 2jciebu01_ble.cxx Interesting |
| 77 | + * @snippet 2jciebu01-ble.cxx Interesting |
80 | 78 | */
|
81 | 79 | class OM2JCIEBU_BLE : public OM2JCIEBU
|
82 | 80 | {
|
|
0 commit comments