When looking towards packetized telemetry in F´, we need the ability to determine not just the real size of a type, but the maximum size of that type that is reserved for it in a telemetry packet.
This PR adds those methods, cleans up type importing in the TimeType, and adds UTs.
Change Description
When looking towards packetized telemetry in F´, we need the ability to determine not just the real size of a type, but the maximum size of that type that is reserved for it in a telemetry packet.
This PR adds those methods, cleans up type importing in the TimeType, and adds UTs.