add server for realtime monitoring and parameters changing

This commit is contained in:
2025-07-15 17:37:45 +03:00
parent c35f38ccd6
commit 0074eac5d8
8 changed files with 312 additions and 125 deletions

View File

@@ -30,7 +30,9 @@ typedef struct{
int setdumppars(char **pars);
int opendumpfile(const char *name);
void closedumpfile();
int rundump(double dT);
int setDumpT(double dT);
int rundump();
char *getdumpname();
int opendict(const char *dic);