aqhome: more work on new event/ipc interface.

This commit is contained in:
Martin Preuss
2025-02-26 20:59:20 +01:00
parent f63079af11
commit 8968f14122
34 changed files with 1233 additions and 126 deletions

View File

@@ -51,8 +51,11 @@
nodemsgreader.h
ttyobject.h
tcpd_object.h
nodeendpoint.h
endpoint.h
message.h
msgrequest.h
ipc_server.h
tty_endpoint.h
</headers>
@@ -60,8 +63,10 @@
msgreader_p.h
msgwriter_p.h
tcpd_object_p.h
nodeendpoint_p.h
endpoint_p.h
message_p.h
msgrequest_p.h
ipc_server_p.h
</headers>
@@ -74,8 +79,11 @@
nodemsgreader.c
ttyobject.c
tcpd_object.c
nodeendpoint.c
endpoint.c
message.c
msgrequest.c
ipc_server.c
tty_endpoint.c
</sources>