added specific IPC messages and use them instead of more generic messages.

This commit is contained in:
Martin Preuss
2023-09-13 12:07:11 +02:00
parent 11798a39d6
commit 161b979e84
21 changed files with 902 additions and 188 deletions

View File

@@ -49,6 +49,10 @@
msg_data_values.h
msg_data_datapoints.h
msg_data_connect.h
msg_data_addvalue.h
msg_data_singledata.h
msg_data_multidata.h
msg_data_getdata.h
</headers>
@@ -63,6 +67,10 @@
msg_data_values.c
msg_data_datapoints.c
msg_data_connect.c
msg_data_addvalue.c
msg_data_singledata.c
msg_data_multidata.c
msg_data_getdata.c
</sources>