eclipse-kuksa / kuksa.val.feeders

kuksa.val.feeders
Apache License 2.0
8 stars 22 forks source link

Merge DBCParser into Mapper #138

Closed sophokles73 closed 1 year ago

sophokles73 commented 1 year ago

The readers require a Mapper as well as information provided by the DBCParser. The Mapper itself also requires information from the parser.

The Mapper has therefore been changed to use the DBCParser class as a mixin. The readers and the Feeder have been adapted accordingly.