egemenimre / ccsds-ndm

CCSDS Navigation Data Messages Read/Write Library
GNU General Public License v3.0
32 stars 4 forks source link

ndm_io: auto-detect file type potential fail with v2.0 files #7

Closed egemenimre closed 3 years ago

egemenimre commented 3 years ago

Auto-detect file type currently use v1.0 classes. When adding v2.0 schemas and file types, check for the version as well and use proper (v1.0 or v2.0) class.

egemenimre commented 3 years ago

File support implemented with no probs