Some telemetry definition housekeeping state values are listed in hexadecimal form. space-packet-parser requires states to be in decimal form. This PR adds a function to ensure that the state value is an integer or a hexadecimal string is converted to an integer.
Change Summary
Overview
Some telemetry definition housekeeping state values are listed in hexadecimal form.
space-packet-parser
requires states to be in decimal form. This PR adds a function to ensure that the state value is an integer or a hexadecimal string is converted to an integer.Closes #1158