Uses of Class
jmri.jmrix.can.cbus.swing.bootloader.HexRecord
Packages that use HexRecord
Package
Description
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 HexRecordModifier and TypeFieldDescriptionprotected HexRecordCbusBootloaderPane.currentRecordprotected HexRecord[]HexFile.hexRecordsMethods in jmri.jmrix.can.cbus.swing.bootloader that return HexRecordModifier and TypeMethodDescriptionHexFile.getNextRecord()Return the next TYPE_DATA record from the fileprotected HexRecordHexFile.readOneRecord()Read one hex record from the fileMethods in jmri.jmrix.can.cbus.swing.bootloader that return types with arguments of type HexRecordModifier and TypeMethodDescriptionHexFile.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 HexRecordModifier and TypeMethodDescriptionprotected voidCbusPicHexFile.checkRecord(HexRecord r) Check one hex record from the file Overridden to capture CBUS PIC parameter block.protected voidHexFile.checkRecord(HexRecord r) DProcess record if required