Speeduino
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
decoder_features_t Struct Reference

#include <decoders.h>

Public Member Functions

 decoder_features_t (void)
 

‍Whether or not the decoder supports fixed cranking timing


 

Public Attributes

bool supports2ndDeriv: 1
 
bool supportsSequential: 1
 

‍The use of the 2nd derivative calculation is limited to certain decoders.


 
bool hasSecondary: 1
 

‍Whether or not the decoder supports sequential operation


 
bool hasFixedCrankingTiming: 1
 

‍Whether or not the pattern uses a secondary input


 

Constructor & Destructor Documentation

◆ decoder_features_t()

decoder_features_t::decoder_features_t ( void  )
inline

‍Whether or not the decoder supports fixed cranking timing

Member Data Documentation

◆ hasFixedCrankingTiming

bool decoder_features_t::hasFixedCrankingTiming

‍Whether or not the pattern uses a secondary input

◆ hasSecondary

bool decoder_features_t::hasSecondary

‍Whether or not the decoder supports sequential operation

◆ supports2ndDeriv

bool decoder_features_t::supports2ndDeriv

◆ supportsSequential

bool decoder_features_t::supportsSequential

‍The use of the 2nd derivative calculation is limited to certain decoders.


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