added devices, added command getdevices.

This commit is contained in:
Martin Preuss
2023-10-01 23:44:26 +02:00
parent c57472d86e
commit 45da38b64a
26 changed files with 1076 additions and 50 deletions

View File

@@ -47,6 +47,7 @@
<headers dist="true" install="$(pkgincludedir)/ipc" >
ipc_data.h
msg_data_values.h
msg_data_devices.h
msg_data_datapoints.h
msg_data_connect.h
msg_data_multidata.h
@@ -63,6 +64,7 @@
ipc_data.c
msg_data_values.c
msg_data_devices.c
msg_data_datapoints.c
msg_data_connect.c
msg_data_multidata.c