docs
This commit is contained in:
parent
d4132fdf01
commit
9d2f9f0d35
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue