pflib v2.7.0-1-gd371ab6a
Polarfire Interaction Library
|
Definition of settings. More...
Public Member Functions | |
virtual void | import (YAML::Node val) final override |
import the setting from the passes yaml node More... | |
virtual void | execute (pflib::PolarfireTarget *pft) final override |
apply the setting to the passed polarfire target More... | |
virtual void | stream (std::ostream &s) final override |
print the setting More... | |
Private Attributes | |
int | val_ |
Definition of settings.
set the calib offset to the value
|
inlinefinaloverridevirtual |
apply the setting to the passed polarfire target
Implements pflib::detail::PolarfireSetting.
|
inlinefinaloverridevirtual |
import the setting from the passes yaml node
Implements pflib::detail::PolarfireSetting.
|
inlinefinaloverridevirtual |
print the setting
Implements pflib::detail::PolarfireSetting.