Skip to content

Bug: Missing specializations for MeasurementSerializationTraits<T>? #3

Description

@david-bakin

What were you doing when the issue occurred?

Reading chapter 6.

Expected behavior

Finding specializations on concrete measurement types for the template MeasurementSerializationTraits<T> - each concrete measurement type needs a trait class specialization for the appropriate methods nmea and bds.

Actual behavior

Didn't find them.

Steps to reproduce

  1. cd root of repo
  2. find . -name "*" | xargs grep -i MeasurementSerializationTraits 2>&1 | grep -v "a directory"
  3. Inspect results.

Environment

  • OS / Distro: Windows 11 25H2

Additional context / suggestions

BTW, not worth a separate bug report, but the renaming of namespace nmea to namespace weather isn't complete in the repo - several files have a closing // namespace nmea comment and I thought I saw a few other occurrences in other comments as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions