Speeduino
Loading...
Searching...
No Matches
Public Attributes | List of all members
statuses::scheduler_cut_t Struct Reference

Fuel and ignition scheduler cut state. More...

#include <statuses.h>

Public Attributes

byte ignitionChannelsPending = 0
 Any ignition channels that are pending injections before they are resumed.
 
byte ignitionChannels = 0xFF
 Which ignition channels are on (1) or off (0)
 
byte fuelChannels = 0xFF
 Which fuel channels are on (1) or off (0)
 
SchedulerCutStatus status = SchedulerCutStatus::None
 

Detailed Description

Fuel and ignition scheduler cut state.

See also
calculateFuelIgnitionChannelCut

Member Data Documentation

◆ fuelChannels

byte statuses::scheduler_cut_t::fuelChannels = 0xFF

Which fuel channels are on (1) or off (0)

◆ ignitionChannels

byte statuses::scheduler_cut_t::ignitionChannels = 0xFF

Which ignition channels are on (1) or off (0)

◆ ignitionChannelsPending

byte statuses::scheduler_cut_t::ignitionChannelsPending = 0

Any ignition channels that are pending injections before they are resumed.

◆ status

SchedulerCutStatus statuses::scheduler_cut_t::status = SchedulerCutStatus::None

The documentation for this struct was generated from the following file: