Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CalibrationData ¶
type CalibrationData struct {
// contains filtered or unexported fields
}
CalibrationData contains the parsed structs from the a2l as well as the byte data from the hex file that are parsed by ReadCalibration()
func ReadCalibration ¶
func ReadCalibration(a2lFilePath string, hexFilePath string) (CalibrationData, error)
ReadCalibration takes filepaths to the a2l file and the hex file, parses them in parallel and returns a CalibrationData struct
Click to show internal directories.
Click to hide internal directories.