make db file a config option.

This commit is contained in:
Martin Preuss
2023-03-30 00:41:29 +02:00
parent 9ae7a8032e
commit dc00aae06b
3 changed files with 48 additions and 5 deletions

View File

@@ -25,6 +25,9 @@
AQHOME_API GWEN_MSG_ENDPOINT_MGR *AQH_MsgManager_new(uint8_t busAddr);
AQHOME_API int AQH_MsgManager_LoopOnce(GWEN_MSG_ENDPOINT_MGR *emgr);
AQHOME_API const char *AQH_MsgManager_GetDbFilename(const GWEN_MSG_ENDPOINT_MGR *emgr);
AQHOME_API void AQH_MsgManager_SetDbFilename(GWEN_MSG_ENDPOINT_MGR *emgr, const char *s);