mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
ublox6.h: adding doxygen tags
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
parent
fa4dabf173
commit
816a3055f4
@ -43,15 +43,29 @@
|
|||||||
const int UBLOX6_DEFAULT_UART = 0;
|
const int UBLOX6_DEFAULT_UART = 0;
|
||||||
|
|
||||||
namespace upm {
|
namespace upm {
|
||||||
|
/**
|
||||||
/**
|
* @brief C++ API for the U-BLOX 6 GPS module
|
||||||
* @brief C++ API for the U-BLOX 6 GPS module
|
*
|
||||||
*
|
* UPM support for the U-BLOX 6 GPS Module
|
||||||
* UPM support for the U-BLOX 6 GPS Module
|
*
|
||||||
*
|
* @defgroup ublox6 libupm-ublox6
|
||||||
* @ingroup grove uart
|
* @ingroup seeed uart gps
|
||||||
* @snippet ublox6.cxx Interesting
|
*/
|
||||||
*/
|
/**
|
||||||
|
* @library ublox6
|
||||||
|
* @sensor ublox6
|
||||||
|
* @comname GPS module
|
||||||
|
* @type gps
|
||||||
|
* @man seeed
|
||||||
|
* @web http://www.seeedstudio.com/depot/Grove-GPS-p-959.html
|
||||||
|
* @con uart
|
||||||
|
*
|
||||||
|
* @brief C++ API for the U-BLOX 6 GPS module
|
||||||
|
*
|
||||||
|
* UPM support for the U-BLOX 6 GPS Module
|
||||||
|
*
|
||||||
|
* @snippet ublox6.cxx Interesting
|
||||||
|
*/
|
||||||
class Ublox6 {
|
class Ublox6 {
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user