templates/conversion/conversion.rb in openc3-5.19.0 vs templates/conversion/conversion.rb in openc3-5.20.0

- old
+ new

@@ -10,9 +10,11 @@ # Should be one of :INT, :UINT, :FLOAT, :STRING, :BLOCK @converted_type = :STRING # Size of the converted type in bits # Use 0 for :STRING or :BLOCK where the size can be variable @converted_bit_size = 0 + # return the arguments used + @params = nil end # @param value [Object] Value based on the item definition. This could be # a string, integer, float, or array of values. # @param packet [Packet] The packet object where the conversion is defined