Files
Realtidssystem/msg.h
2026-03-05 13:45:36 +01:00

9 lines
130 B
C

#ifndef __MSG_H__
#define __MSG_H__
#define SIZE_MONITOR_BUFFER 120
typedef struct {
TYPE_TIME t;
INT seq_nr;
} msg_t;
#endif