medley56 / space_packet_parser

A CCSDS telemetry packet decoding library based on the XTCE packet format description standard.
https://space-packet-parser.readthedocs.io
Other
20 stars 5 forks source link

Add error handling for unsupported `ParameterType` element #13

Closed medley56 closed 1 month ago

medley56 commented 1 year ago

https://public.ccsds.org/Pubs/660x1g2.pdf page 55 (of the PDF)

We don't support the last four types listed here. If someone uses one in their XTCE, we should inform them that they aren't yet supported.

Probably on line 2032 we will get a KeyError if the parameter type is invalid or unsupported.

medley56 commented 6 months ago

The only types we still don't support are ArrayParameterType and AggregateParameterType. The rest were implemented in PR #24