Red Bird Racing VCU v2
 
Loading...
Searching...
No Matches
Scheduler.hpp File Reference

Declaration of the Scheduler class template, for scheduling tasks on multiple MCP2515 instances. More...

#include "Enums.hpp"
#include "Scheduler.tpp"
Include dependency graph for Scheduler.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Scheduler< NUM_TASKS, NUM_MCP2515 >
 Scheduler class template for scheduling tasks on multiple MCP2515 instances Takes in function pointers to member functions of MCP2515 class, and calls them at specified intervals, using a unified central ticker. More...
 

Detailed Description

Declaration of the Scheduler class template, for scheduling tasks on multiple MCP2515 instances.

Author
Planeson, Red Bird Racing
Version
1.2
Date
2026-02-28
See also
Scheduler.tpp

Definition in file Scheduler.hpp.