Method: OpenC3::ReceivedCountConversion#initialize
- Defined in:
- lib/openc3/conversions/received_count_conversion.rb
#initialize ⇒ ReceivedCountConversion
Initializes converted_type to :UINT and converted_bit_size to 32
29 30 31 32 33 |
# File 'lib/openc3/conversions/received_count_conversion.rb', line 29 def initialize super() @converted_type = :UINT @converted_bit_size = 32 end |