Rework to switch to using KUKSA.val databroker 67/29167/1
authorScott Murray <scott.murray@konsulko.com>
Thu, 24 Aug 2023 19:43:08 +0000 (15:43 -0400)
committerScott Murray <scott.murray@konsulko.com>
Thu, 24 Aug 2023 19:43:28 +0000 (15:43 -0400)
commit82c1c0ab04219f9453f1b3a14a9754068e360583
treec8ad28a5b7deba660dbddc7de86109d998eaf2e8
parentfdd9d0964a0fe7aadfcef33c9e9c1f183ca10820
Rework to switch to using KUKSA.val databroker

Rework to use the "VAL" gRPC API from the KUKSA.val databroker
instead of the older server's WebSocket interface.  Some source
files have been renamed to match the class naming to provide
a bit more consistency.

Bug-AGL: SPEC-4762

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I5ded74cfbd6987cd045b7b142fd9f38971aaef66
17 files changed:
meson.build
meson_options.txt [new file with mode: 0644]
src/AudiomixerService.cpp [new file with mode: 0644]
src/AudiomixerService.h [new file with mode: 0644]
src/KuksaClient.cpp [new file with mode: 0644]
src/KuksaClient.h [new file with mode: 0644]
src/KuksaConfig.cpp [moved from src/vis-config.cpp with 56% similarity]
src/KuksaConfig.h [new file with mode: 0644]
src/audiomixer-service.cpp [deleted file]
src/audiomixer-service.hpp [deleted file]
src/main.cpp
src/meson.build
src/vis-config.hpp [deleted file]
src/vis-session.cpp [deleted file]
src/vis-session.hpp [deleted file]
systemd/agl-service-audiomixer.service
systemd/meson.build