Interface for the MCP2515 CAN controller. QObject.
More...
#include <IMCP2515Controller.hpp>
|
void | speedUpdated (float newSpeed) |
| Signal emitted when the speed is updated.
|
|
void | rpmUpdated (int newRpm) |
| Signal emitted when the RPM is updated.
|
|
Interface for the MCP2515 CAN controller. QObject.
Definition at line 26 of file IMCP2515Controller.hpp.
◆ ~IMCP2515Controller()
virtual IMCP2515Controller::~IMCP2515Controller |
( |
| ) |
|
|
virtualdefault |
◆ init()
virtual bool IMCP2515Controller::init |
( |
| ) |
|
|
pure virtual |
◆ isStopReadingFlagSet()
virtual bool IMCP2515Controller::isStopReadingFlagSet |
( |
| ) |
const |
|
pure virtual |
◆ processReading()
virtual void IMCP2515Controller::processReading |
( |
| ) |
|
|
pure virtual |
◆ rpmUpdated
void IMCP2515Controller::rpmUpdated |
( |
int | newRpm | ) |
|
|
signal |
Signal emitted when the RPM is updated.
- Parameters
-
◆ speedUpdated
void IMCP2515Controller::speedUpdated |
( |
float | newSpeed | ) |
|
|
signal |
Signal emitted when the speed is updated.
- Parameters
-
newSpeed | The new speed value. |
◆ stopReading()
virtual void IMCP2515Controller::stopReading |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: