rusEFI
The most advanced open source ECU
|
Definition in file scheduler.h.
Data Structures | |
struct | TaggedPointer< T > |
class | action_s |
struct | scheduling_s |
struct | Scheduler |
Typedefs | |
using | scheduler_arg_t = uintptr_t |
Functions | |
template<class To , class From > | |
std::enable_if_t< sizeof(To)==sizeof(From) &&std::is_trivially_copyable_v< From > &&std::is_trivially_copyable_v< To >, To > | bit_cast (const From &src) noexcept |
Scheduler * | getScheduler () |
using scheduler_arg_t = uintptr_t |
Definition at line 21 of file scheduler.h.
|
noexcept |
Definition at line 30 of file scheduler.h.
Scheduler * getScheduler | ( | ) |
Definition at line 585 of file engine.cpp.
Referenced by PrimeController::onIgnitionStateChanged(), PrimeController::onPrimeStart(), and InjectionEvent::onTriggerTooth().