Skip to content

Commit d261f93

Browse files
author
noah-jonathan rosa
committed
Cleaned up source files
1 parent c513839 commit d261f93

3 files changed

Lines changed: 0 additions & 143 deletions

File tree

src/NMEA_parser.h

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -53,27 +53,6 @@ extern "C" {
5353
/* Includes ------------------------------------------------------------------*/
5454
#include <stdint.h>
5555

56-
/** @defgroup MIDDLEWARES MIDDLEWARES
57-
* @{
58-
*/
59-
60-
/** @defgroup ST ST
61-
* @{
62-
*/
63-
64-
/** @defgroup STM32_GNSS STM32_GNSS
65-
* @brief Contains all platform independent modules (eg. NMEA Sentence Parser, ...).
66-
* @{
67-
*/
68-
69-
/** @defgroup LibNMEA LibNMEA
70-
* @brief NMEA sentences parsing module.
71-
* @{
72-
*/
73-
74-
/** @defgroup LibNMEA_CONSTANTS_DEFINITIONS CONSTANTS DEFINITIONS
75-
* @{
76-
*/
7756

7857
/* Exported defines ----------------------------------------------------------*/
7958

@@ -399,30 +378,7 @@ typedef struct {
399378
OpResult_t result;
400379
} PSTMAGPS_Info_t;
401380

402-
/**
403-
* @}
404-
*/
405-
406-
407-
/**
408-
* @}
409-
*/
410-
411-
/**
412-
* @}
413-
*/
414-
415-
/**
416-
* @}
417-
*/
418-
419-
/**
420-
* @}
421-
*/
422381

423-
/**
424-
* @}
425-
*/
426382

427383
#ifdef __cplusplus
428384
}

src/gnss_parser.h

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -52,29 +52,7 @@ extern "C" {
5252

5353
/* Includes ------------------------------------------------------------------*/
5454
#include "NMEA_parser.h"
55-
//#include "gnss_geofence.h"
56-
//#include "gnss_datalog.h"
5755

58-
/** @addtogroup MIDDLEWARES
59-
* @{
60-
*/
61-
62-
/** @addtogroup ST
63-
* @{
64-
*/
65-
66-
/** @addtogroup STM32_GNSS
67-
* @{
68-
*/
69-
70-
/** @defgroup LibGNSS LibGNSS
71-
* @brief Module handling GNSS parsed data and advanced features.
72-
* @{
73-
*/
74-
75-
/** @defgroup LibGNSS_CONSTANTS_DEFINITIONS CONSTANTS DEFINITIONS
76-
* @{
77-
*/
7856

7957
/**
8058
* @brief Constant that indicates the maximum number of positions that can be stored.
@@ -171,26 +149,6 @@ typedef struct
171149
OpResult_t result;
172150
} GNSSParser_Data_t;
173151

174-
/**
175-
* @}
176-
*/
177-
178-
179-
/**
180-
* @}
181-
*/
182-
183-
/**
184-
* @}
185-
*/
186-
187-
/**
188-
* @}
189-
*/
190-
191-
/**
192-
* @}
193-
*/
194152

195153

196154
#ifdef __cplusplus

src/teseo.h

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -54,26 +54,6 @@ extern "C" {
5454
/* Includes ------------------------------------------------------------------*/
5555
#include <stdint.h>
5656

57-
/** @addtogroup DRIVERS
58-
* @{
59-
*/
60-
61-
/** @addtogroup BSP
62-
* @{
63-
*/
64-
65-
/** @addtogroup COMPONENTS
66-
* @{
67-
*/
68-
69-
/** @addtogroup COMMON COMMON
70-
* @brief Defines the GNSS Driver object and related types.
71-
* @{
72-
*/
73-
74-
/** @addtogroup COMMON_EXPORTED_DEFINES EXPORTED DEFINES
75-
* @{
76-
*/
7757

7858
/* Exported defines ----------------------------------------------------------*/
7959
/**
@@ -125,44 +105,7 @@ typedef struct
125105
void *pVTable; /**< Pointer to the Virtual Table Function. */
126106
} GNSS_HandleTypeDef;
127107

128-
/**
129-
* @brief Data structure that contains the abstract method
130-
* to be implemented (and assigned) by the GNSS driver.
131-
*/
132-
//typedef struct
133-
//{
134-
//GNSS_StatusTypeDef (*Bus_OnOff)(GNSS_HandleTypeDef *pGNSS, uint8_t enable, int8_t nr_msg); /**< Bus UART/I2C OnOff driver abstract method */
135-
//GNSS_StatusTypeDef (*Bus_Enable)(GNSS_HandleTypeDef *pGNSS); /**< Bus UART/I2C Enable driver abstract method */
136-
//GNSS_StatusTypeDef (*Bus_Disable)(GNSS_HandleTypeDef *pGNSS); /**< Bus I2C Disable driver abstract method */
137-
//const GNSS_MsgTypeDef*(*Get_Buffer)(GNSS_HandleTypeDef *pGNSS); /**< Get Data Buffer driver abstract method */
138-
//GNSS_StatusTypeDef (*Release_Buffer)(GNSS_HandleTypeDef *pGNSS, const GNSS_MsgTypeDef *pGNSS_Msg); /**< Release Data Buffer driver abstract method */
139-
//GNSS_StatusTypeDef (*Bus_Write)(GNSS_HandleTypeDef *pHandle, uint8_t *pBuffer, uint16_t lenght, uint32_t timeout);
140-
//void (*Bus_RxCallback)(GNSS_HandleTypeDef *pGNSS);
141-
//void (*Bus_ErrorCallback)(GNSS_HandleTypeDef *pGNSS);
142-
//void (*Bus_AbortCallback)(GNSS_HandleTypeDef *pGNSS);
143-
//void (*Bus_BackgroundProcess)(const GNSS_HandleTypeDef *pGNSS);
144-
145-
//} GNSS_DrvTypeDef;
146108

147-
/**
148-
* @}
149-
*/
150-
151-
/**
152-
* @}
153-
*/
154-
155-
/**
156-
* @}
157-
*/
158-
159-
/**
160-
* @}
161-
*/
162-
163-
/**
164-
* @}
165-
*/
166109
#ifdef __cplusplus
167110
}
168111
#endif

0 commit comments

Comments
 (0)