BeRTOS
|
Configuration file for NMEA module. More...
Go to the source code of this file.
Defines | |
#define | NMEA_LOG_LEVEL LOG_LVL_ERR |
Module logging level. | |
#define | NMEA_LOG_FORMAT LOG_FMT_TERSE |
Module logging format. | |
#define | CONFIG_NMEAP_MAX_SENTENCES 8 |
Maximum number of sentence parsers supported. | |
#define | CONFIG_NMEAP_MAX_SENTENCE_LENGTH 255 |
Max length of a complete sentence. | |
#define | CONFIG_NMEAP_MAX_TOKENS 24 |
Max tokens in one sentence. |
Configuration file for NMEA module.
Definition in file cfg_nmea.h.
#define CONFIG_NMEAP_MAX_SENTENCE_LENGTH 255 |
Max length of a complete sentence.
The standard says 82 bytes, but its probably better to go at least 128 since some units don't adhere to the 82 bytes especially for proprietary sentences.
Definition at line 74 of file cfg_nmea.h.
#define CONFIG_NMEAP_MAX_TOKENS 24 |
Max tokens in one sentence.
24 is enough for any standard sentence.
Definition at line 82 of file cfg_nmea.h.