vif parsing
This commit is contained in:
@ -3,11 +3,14 @@
|
||||
|
||||
#include <mbus/mbus-protocol.h>
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
typedef struct {
|
||||
char name[32];
|
||||
char unit[16];
|
||||
int8_t exponent;
|
||||
bool found;
|
||||
} parsedVIB_t;
|
||||
|
||||
parsedVIB_t parseVIB(mbus_value_information_block vib);
|
||||
|
Reference in New Issue
Block a user