first use of libmbus
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
|
||||
#include <main.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#define MBUSFRAMEFIELD_LABELLENGTH 16
|
||||
typedef struct {
|
||||
@ -19,6 +19,9 @@ typedef struct {
|
||||
t_mbusFrameField consideredField[MBUSDEVICE_NUM_OF_CONSIDEREDFIELDS];
|
||||
uint32_t requests;
|
||||
uint32_t failures;
|
||||
int32_t period;
|
||||
int32_t delay;
|
||||
bool waiting;
|
||||
} t_mbusDevice;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user