|
rusEFI
The most advanced open source ECU
|
#include <can.h>


Public Member Functions | |
| CanWrite () | |
| void | PeriodicTask (efitick_t nowNt) override |
| Called periodically. Override this method to do work for your controller. | |
Public Member Functions inherited from PeriodicController< 512 > | |
| PeriodicController (const char *name, tprio_t priority, float frequencyHz) | |
| PeriodicController (const char *name) | |
| void | setPeriod (int periodMs) |
Public Member Functions inherited from ThreadController< TStackSize > | |
| ThreadController (const char *name, tprio_t priority) | |
| void | start () |
| Start the thread. | |
| void | stop () |
| Request thread termination and waits for termination. | |
Additional Inherited Members | |
Protected Member Functions inherited from PeriodicController< 512 > | |
| virtual void | OnStarted () |
| Called before running the periodic task. Optionally override this method to set up. | |
Protected Member Functions inherited from ThreadController< TStackSize > | |
| void | main () override |
Protected Attributes inherited from ThreadController< TStackSize > | |
| const char *const | m_name |
| CanWrite::CanWrite | ( | ) |
Definition at line 24 of file can_tx.cpp.
|
overridevirtual |
Called periodically. Override this method to do work for your controller.
Implements PeriodicController< 512 >.
Definition at line 50 of file can_tx.cpp.
