Martin Preuss
69893640a3
aqhome: added function AQH_Vars_ReplaceVars()
2024-05-17 20:34:31 +02:00
Martin Preuss
9f7f5ab0db
aqhome: fixed copyright headers.
2024-05-17 19:25:48 +02:00
Martin Preuss
05fb3d3b0a
aqhome: added AQH_Vars_Dump().
2024-05-17 17:39:00 +02:00
Martin Preuss
2363535fe0
aqhome: add AQH_Vars_DataTypeToString()
2024-05-17 17:15:12 +02:00
Martin Preuss
f8f4380038
vars: added code to read AQH_VARS from GWEN_DB strings.
2024-05-17 00:03:51 +02:00
Martin Preuss
7ce34b0500
aqhome-react, aqhome: added units/functions for handling local variables.
2024-05-12 17:31:31 +02:00
Martin Preuss
516ac4e34e
vars: added more functions.
2024-05-11 01:07:10 +02:00
Martin Preuss
2c584bbff9
vars: use const in most api functions
...
The idea of not using const was to reduce copy operations.
However, it is not very intuitive to know when and which arguments are const
so to simplify working with this new module and make it as close as possible
to GWEN_DB we use const now as in GWEN_DB.
At least AQH_Vars_SetStringData() still doesn't use const so if the need
arises to avoid copying we can.
2024-05-09 14:56:46 +02:00
Martin Preuss
b6e4a5265a
vars: also check idx.
2024-05-09 00:52:26 +02:00
Martin Preuss
b473d62cdc
aqhome: more work on path and vars modules.
2024-05-09 00:49:57 +02:00
Martin Preuss
bcc7629b1e
aqhome: added PATH module, started VARS module.
...
those might later get incorporated into libgwenhywfar.
2024-05-07 23:57:07 +02:00