Added receive timestamp for each data record in XML output

This commit is contained in:
Stefan Wahren
2012-05-29 20:17:05 +02:00
parent 9fd35b781b
commit 0cb23161e7
3 changed files with 25 additions and 3 deletions

View File

@ -83,6 +83,7 @@ typedef struct _mbus_frame {
size_t data_size;
int type;
time_t timestamp;
//mbus_frame_data frame_data;
@ -145,6 +146,8 @@ typedef struct _mbus_data_record {
u_char data[234];
size_t data_len;
time_t timestamp;
void *next;
} mbus_data_record;