Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Adding missing enum classes, structs, functions, constants
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Nov 10, 2020
1 parent 665500e commit b8d6bb9
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,39 @@
# Class (KEYWORD1)
#######################################

# class
ArduinoNmeaParser KEYWORD1
nmea KEYWORD1
# struct
Time KEYWORD1
Date KEYWORD1
RmcData KEYWORD1
# enum class
RmcSource KEYWORD1
Error KEYWORD1
# namespace
nmea KEYWORD1

#######################################
# Methods and Functions (KEYWORD2)
#######################################

encode KEYWORD2
rmc KEYWORD2
clearerr KEYWORD2
error KEYWORD2
isValid KEYWORD2
toPosixTimestamp KEYWORD2

#######################################
# Constants (LITERAL1)
#######################################

# enum class Error
None LITERAL1
Checksum LITERAL1
# enum class RmcSource
Unknown LITERAL1
GPS LITERAL1
Galileo LITERAL1
GLONASS LITERAL1
GNSS LITERAL1

0 comments on commit b8d6bb9

Please sign in to comment.