aqhome: Started rewriting endpoints for version 2 of the msgio interface.

This interface is much simpler.
First rewritten endpoint is that for MQTT.
This commit is contained in:
Martin Preuss
2023-07-09 20:47:47 +02:00
parent d766a3635a
commit 6f5a26b0cf
7 changed files with 697 additions and 5 deletions

View File

@@ -47,6 +47,7 @@
<headers dist="true" install="$(pkgincludedir)/ipc" >
endpoint_mqttc.h
endpoint2_mqtt.h
endpoint2_mqttc.h
msg_mqtt.h
msg_mqtt_connect.h
msg_mqtt_connack.h
@@ -58,7 +59,7 @@
<headers dist="true" >
endpoint_mqttc_p.h
endpoint2_mqtt_p.h
</headers>
@@ -67,6 +68,7 @@
endpoint_mqttc.c
endpoint2_mqtt.c
endpoint2_mqttc.c
msg_mqtt.c
msg_mqtt_connect.c
msg_mqtt_connack.c