Commit graph

26 commits

Author SHA1 Message Date
Morten Nielsen 9a32f41edf Renamed namespace NmeaParser.Nmea to NmeaParser.Messages 2020-01-19 18:06:15 -08:00
Morten Nielsen 61ae5ade1f Fix a bug in the multi message, where the the index wasn't used to get the count/number 2020-01-19 17:29:33 -08:00
Morten Nielsen ea1a45c8ec Adds ability to register custom messages 2020-01-19 16:53:39 -08:00
Morten Nielsen 231c461129 Namespace cleanup 2020-01-19 14:37:35 -08:00
Morten Nielsen d7451c89bd Fix sample issues + minor property rename 2020-01-16 23:41:16 -08:00
Morten Nielsen 9fad4997b9 Fix unit test compilation issue 2020-01-16 23:01:05 -08:00
Morten Nielsen 013749c4fb Api cleanup and and improved doc
Full NMEA message API sweep
2020-01-16 21:47:24 -08:00
Morten Nielsen 92587da9a7 Updated tests to parse in previous message to parser 2020-01-16 06:33:43 -08:00
Morten Nielsen 3f79ada2f2 Fix CI build and upgrade unit tests to target both NETFX and NetCore 2020-01-16 00:07:27 -08:00
Morten Nielsen ad4faa6f4b Fix whitespace inconsistencies 2020-01-15 23:49:06 -08:00
Morten Nielsen c335ba2f20 Warning fixes 2020-01-15 23:42:01 -08:00
Morten Nielsen a142c9b0da Improved multi-message handling and updated all code necessary 2020-01-15 23:41:51 -08:00
dotMorten db3491ecba Fixed bug introduced by nullable changes 2019-10-03 00:15:16 -07:00
dotMorten a8da94010a Enable nullability in unit tests 2019-08-21 11:00:28 -07:00
Morten Nielsen ee7d6ce1c7 Fixes #53 2019-03-11 23:31:11 -07:00
Morten Nielsen 95fea42930 Added ModeIndicator to GLL 2019-02-26 00:31:15 -08:00
Morten Nielsen f392416cdd Very large refactoring moving from talker-specific classes to generic message classes, and instead expose talker-type on the base-class. 2019-02-25 23:41:13 -08:00
Morten Nielsen 18e6899911 Added test for handling mixed GSV messages 2019-02-19 23:01:52 -08:00
Morten Nielsen c865776975 Update unit tests for UWP to something more current. 2019-02-19 21:36:39 -08:00
Morten Nielsen 121255d327 Breaking change: Rewrite nmea creation to parse data into constructor instead to ensure types are always properly initialized.
Code clean-up and simplify syntax.
Update license to Apache.
Simplify packaging and include symbol-linked PDBs
2019-02-19 20:51:51 -08:00
Daniel Vassdal ae865c1203 Add ZDA message 2018-10-02 12:53:51 +02:00
Morten Nielsen a648721ba8 Fixes #42 2018-07-25 21:29:28 -07:00
dotMorten b9d94a2f8c v1.9.0. Added more message types and tests. 2017-12-21 11:03:40 -08:00
Morten Nielsen 30a79f9a0f Added base classes for GST, GGA and RMC for getter GLONASS support 2017-12-20 16:59:17 -08:00
Morten Nielsen da87d930e6 Switch to Package Reference style 2017-12-20 16:58:02 -08:00
dotMorten 803fc7a50e Moved to a single-project csproj NET Standard solution 2017-12-12 11:51:37 -08:00