macformula / hil

Automated HIL tester for system-level testing of MACFE firmware
4 stars 0 forks source link

Refactor Tracer object to take in multiple DataTransformer objects #47

Closed itshady closed 6 months ago

itshady commented 9 months ago

Suggested solution: Create a DataTransformer interface which will have concrete implementations that take in data from the CAN Tracer object and then transform and manipulate that data (ex. an MCAP implementation of DataTransformer would take the data and write it to an MCAP file, whereas a CSV implementation would write to a csv).

Define the interface here. This interface will be needed for MCAP generation.

samparent97 commented 6 months ago

closed with #67