This commit is contained in:
Andrey 2021-11-08 12:23:00 -05:00
parent d4132fdf01
commit 9d2f9f0d35
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,9 @@ typedef void (*configuration_callback_t)(engine_configuration_s*);
#ifdef __cplusplus
// because of 'Logging' class parameter these functions are visible only to C++ code but C code
void loadConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE);
/**
* boardCallback is invoked after configuration reset but before specific engineType configuration
*/
void resetConfigurationExt(configuration_callback_t boardCallback, engine_type_e engineType DECLARE_ENGINE_PARAMETER_SUFFIX);
void resetConfigurationExt(engine_type_e engineType DECLARE_ENGINE_PARAMETER_SUFFIX);