17#ifndef IMCP2515CONTROLLER_HPP
18#define IMCP2515CONTROLLER_HPP
Interface for the MCP2515 CAN controller. QObject.
virtual void stopReading()=0
void rpmUpdated(int newRpm)
Signal emitted when the RPM is updated.
virtual bool isStopReadingFlagSet() const =0
virtual ~IMCP2515Controller()=default
virtual void processReading()=0
void speedUpdated(float newSpeed)
Signal emitted when the speed is updated.