Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

In this example, the MAX_SENTENCE_SIZE macro calculates the maximum s… #7

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

1Kaustubh122
Copy link

…ize required for both sentence types. Then, within the parse_gga_sentence function, memory is allocated dynamically using malloc to hold either a gps_gga_t structure or a gps_gll_t structure, depending on the sentence type. After parsing, you can free the memory using free.

Name: Kaustubh Krishna
Reg No: RA2311026010013
I/II/III Year: I year
SRMIST email: [email protected]

Issue solved (mention it like #1):

Describe your changes/approach even if you were not able to complete

…ize required for both sentence types. Then, within the parse_gga_sentence function, memory is allocated dynamically using malloc to hold either a gps_gga_t structure or a gps_gll_t structure, depending on the sentence type. After parsing, you can free the memory using free.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant