Startpunkten

This commit is contained in:
2026-03-05 13:45:36 +01:00
commit 5fe658677a
14 changed files with 813 additions and 0 deletions

9
msg.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef __MSG_H__
#define __MSG_H__
#define SIZE_MONITOR_BUFFER 120
typedef struct {
TYPE_TIME t;
INT seq_nr;
} msg_t;
#endif