mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
upm.h: Added C++ interface doxygen categories.
Signed-off-by: Henry Bruce <henry.bruce@intel.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
parent
aff6e9c77f
commit
f268437cd5
64
src/upm.h
64
src/upm.h
@ -41,6 +41,11 @@
|
|||||||
* @defgroup bycat Sensor Categories
|
* @defgroup bycat Sensor Categories
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Sensors grouped by C++ interface
|
||||||
|
* @defgroup byif C++ Interface
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Sensors grouped by connection type
|
* @brief Sensors grouped by connection type
|
||||||
* @defgroup bycon Connection Type
|
* @defgroup bycon Connection Type
|
||||||
@ -222,6 +227,47 @@
|
|||||||
* @ingroup bycat
|
* @ingroup bycat
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
////////////////////////////////////////////////////////////////// @cond IF
|
||||||
|
/// Groups for the various Sensor C++ Interfaces.
|
||||||
|
////////////////////////////////////////////////////////////////// @endcond IF
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Implements ILightSensor
|
||||||
|
* @defgroup ilightsensor ILightSensor
|
||||||
|
* @ingroup byif
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Implements ILightController
|
||||||
|
* @defgroup ilightcontroller ILightController
|
||||||
|
* @ingroup byif
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Implements IPressureSensor
|
||||||
|
* @defgroup ipressuresensor IPressureSensor
|
||||||
|
* @ingroup byif
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Implements ITemperatureSensor
|
||||||
|
* @defgroup itemperaturesensor ITemperatureSensor
|
||||||
|
* @ingroup byif
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Implements IADC
|
||||||
|
* @defgroup iadc IADC
|
||||||
|
* @ingroup byif
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Implements ICOSensor
|
||||||
|
* @defgroup ic02sensor ICOSensor
|
||||||
|
* @ingroup byif
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////// @cond CON
|
////////////////////////////////////////////////////////////////// @cond CON
|
||||||
/// Groups for the various Connection Types.
|
/// Groups for the various Connection Types.
|
||||||
////////////////////////////////////////////////////////////////// @endcond CON
|
////////////////////////////////////////////////////////////////// @endcond CON
|
||||||
@ -356,6 +402,24 @@
|
|||||||
* @ingroup byman
|
* @ingroup byman
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Silicon Labs
|
||||||
|
* @defgroup silabs Silicon Labs
|
||||||
|
* @ingroup byman
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Bosch
|
||||||
|
* @defgroup bosch Bosch
|
||||||
|
* @ingroup byman
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Amphenol
|
||||||
|
* @defgroup amphenol Amphenol
|
||||||
|
* @ingroup byman
|
||||||
|
*/
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////// @cond KIT
|
////////////////////////////////////////////////////////////////// @cond KIT
|
||||||
/// Groups for the various Starter Kits.
|
/// Groups for the various Starter Kits.
|
||||||
////////////////////////////////////////////////////////////////// @endcond KIT
|
////////////////////////////////////////////////////////////////// @endcond KIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user