Method: OpenC3::StructureItem#overflow

Defined in:
lib/openc3/packets/structure_item.rb

#overflowSymbol

How to handle overflow for :INT, :UINT, :STRING, and :BLOCK data types Note: Has no meaning for :FLOAT data types



74
75
76
# File 'lib/openc3/packets/structure_item.rb', line 74

def overflow
  @overflow
end