aqhome: add writer for AQH_VARS (including a test).

This commit is contained in:
Martin Preuss
2024-05-17 19:16:16 +02:00
parent 05fb3d3b0a
commit 6828438780
6 changed files with 404 additions and 0 deletions

View File

@@ -69,6 +69,7 @@
vars.h
vars_p.h
vars_dbread.h
vars_dbwrite.h
path.h
</headers>
@@ -82,6 +83,7 @@
datafile_direct.c
vars.c
vars_dbread.c
vars_dbwrite.c
path.c
</sources>
@@ -93,6 +95,8 @@
vars-t.c
vars_dbread-t.h
vars_dbread-t.c
vars_dbwrite-t.h
vars_dbwrite-t.c
</extradist>