Uses of Class
jmri.jmrix.can.cbus.swing.bootloader.HexRecord
-
Packages that use HexRecord Package Description jmri.jmrix.can.cbus.swing.bootloader Defines classes for bootloader client for updating CBUS module firmware. -
-
Uses of HexRecord in jmri.jmrix.can.cbus.swing.bootloader
Fields in jmri.jmrix.can.cbus.swing.bootloader declared as HexRecord Modifier and Type Field Description protected HexRecord
CbusBootloaderPane. currentRecord
protected HexRecord[]
HexFile. hexRecords
Methods in jmri.jmrix.can.cbus.swing.bootloader that return HexRecord Modifier and Type Method Description HexRecord
HexFile. getNextRecord()
Return the next TYPE_DATA record from the fileprotected HexRecord
HexFile. readOneRecord()
Read one hex record from the fileMethods in jmri.jmrix.can.cbus.swing.bootloader that return types with arguments of type HexRecord Modifier and Type Method Description java.util.Optional<HexRecord>
HexFile. getRecordForAddress(int addr)
Get the hex record for a given address Expected that the address will be the start address of a record but will return the first record that encompasses the address and increment the index to point at the next record.Methods in jmri.jmrix.can.cbus.swing.bootloader with parameters of type HexRecord Modifier and Type Method Description protected void
CbusPicHexFile. checkRecord(HexRecord r)
Check one hex record from the file Overridden to capture CBUS PIC parameter block.protected void
HexFile. checkRecord(HexRecord r)
DProcess record if required
-