-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: filedef listener now support multiple common file types (#44)
- now listener can accept multiple common file types during decoding chained FIT file - update usage.md documentation related to common file type
- Loading branch information
Showing
5 changed files
with
153 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Package filedef contains the implementation of known common file types and its listener | ||
// to convert decoded FIT file into the desired common file type as soon as the message is decoded. | ||
// | ||
// TODO: | ||
// Currently this package is still under experimental development, some functions or methods might change. | ||
// The implementation in this package is generaly work even though we still have no proper tests. | ||
// If you find any bug or you have an idea that you think it's better to implement it that way, | ||
// please open an issue in github, any other form of feedback would be appreciated. | ||
package filedef |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.