Browse Source

Complete doxygen

semlanik 10 years ago
parent
commit
d8b8768c4e
7 changed files with 9 additions and 675 deletions
  1. 3 671
      ubx.c
  2. 0 1
      ubxcfg.h
  3. 2 2
      ubxlog.h
  4. 1 1
      ubxmessage.h
  5. 1 0
      ubxmon.h
  6. 1 0
      ubxrxm.h
  7. 1 0
      ubxutils.h

File diff suppressed because it is too large
+ 3 - 671
ubx.c


+ 0 - 1
ubxcfg.h

@@ -83,7 +83,6 @@ extern struct UBXMsgBuffer getCFG_NAV5(UBXX2_t mask, //See UBXNAV5Mask to fill t
                                        UBXI4_t fixedAlt,
                                        UBXU4_t fixedAltVar,
                                        UBXI1_t minElev,
-                                       UBXU1_t drLimit,
                                        UBXU2_t pDop,
                                        UBXU2_t tDop,
                                        UBXU2_t pAcc,

+ 2 - 2
ubxlog.h

@@ -23,6 +23,7 @@
  *
  * File: ubxlog.h
  */
+/*! \file */
 
 #ifndef UBLOXLOG_H
 #define UBLOXLOG_H
@@ -34,8 +35,7 @@ extern "C"
 #endif
 
 
-extern struct UBXMsgBuffer getLOG_CREATE(UBXU1_t version,
-                                         UBXX1_t logCfg, //See UBXLOGCfg
+extern struct UBXMsgBuffer getLOG_CREATE(UBXX1_t logCfg, //See UBXLOGCfg
                                          UBXU1_t logSize,
                                          UBXU4_t userDefinedSize);
 extern struct UBXMsgBuffer getLOG_ERASE();

+ 1 - 1
ubxmessage.h

@@ -187,7 +187,7 @@ enum UBXMessageId
     UBXMsgIdTIM_TP = 0x01,
     UBXMsgIdTIM_VRFY = 0x06,
 
-    MsgIdInvalid = 0xFF
+    UBXMsgIdInvalid = 0xFF
 };
 
 enum UBXResetMode

+ 1 - 0
ubxmon.h

@@ -23,6 +23,7 @@
  *
  * File: ubxmon.h
  */
+/*! \file */
 
 #ifndef UBLOXMON_H
 #define UBLOXMON_H

+ 1 - 0
ubxrxm.h

@@ -23,6 +23,7 @@
  *
  * File: ubxrxm.h
  */
+/*! \file */
 
 #ifndef UBLOXRXM_H
 #define UBLOXRXM_H

+ 1 - 0
ubxutils.h

@@ -23,6 +23,7 @@
  *
  * File: ubxutils.h
  */
+/*! \file */
 
 #ifndef UBLOXUTILS_H
 #define UBLOXUTILS_H

Some files were not shown because too many files changed in this diff