Default (NOP) implementations of the pfor_tuner interface. More...
Default (NOP) implementations of the pfor_tuner interface.
Also defines the interface a user-provided step-tuner must satisfy. Derive your tuner from this (to avoid implementing the entire interface).
It is recommended that your tuner does not implement the methods as templates. Instead, you should use the actual types that it expects.
#include <cnc/default_tuner.h>
Definition at line 256 of file default_tuner.h.