This commit adds parsing utilites for common string representations of values contained in GNSS messages. These utilites both parse and validate the integrity of the data. Unit tests are also added to validate the parsing utilities. Signed-off-by: Bjarki Arge Andreasen <bjarkix123@gmail.com>
10 lines
169 B
YAML
10 lines
169 B
YAML
# Copyright (c) 2023 Trackunit Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
tests:
|
|
drivers.gnss.gnss_parse:
|
|
tags:
|
|
- drivers
|
|
- gnss
|
|
- parse
|