/* * @file value_lookup.h * * @date Dec 13, 2021 * @author Andrey Belomutskiy, (c) 2012-2021 */ #pragma once float getConfigValueByName(const char *name); void setConfigValueByName(const char *name, float value); float getOutputValueByName(const char *name);