first use of libmbus

This commit is contained in:
2020-11-03 14:37:58 +01:00
parent b1e2277ef5
commit c2efa9d8f3
3 changed files with 33 additions and 9 deletions

View File

@ -17,6 +17,8 @@ typedef struct {
char deviceName[MBUSDEVICE_NAMELENGTH];
uint8_t address;
t_mbusFrameField consideredField[MBUSDEVICE_NUM_OF_CONSIDEREDFIELDS];
uint32_t requests;
uint32_t failures;
} t_mbusDevice;