add extended mbus vib parser
This commit is contained in:
17
cube/User/Inc/mbusParserExt.h
Normal file
17
cube/User/Inc/mbusParserExt.h
Normal file
@ -0,0 +1,17 @@
|
||||
#ifndef _MBUSPARSEREXT_H_
|
||||
#define _MBUSPARSEREXT_H_
|
||||
|
||||
#include <mbus/mbus-protocol.h>
|
||||
|
||||
|
||||
typedef struct {
|
||||
char name[32];
|
||||
char unit[16];
|
||||
uint8_t exponent;
|
||||
} parsedVIB_t;
|
||||
|
||||
parsedVIB_t parseVIB(mbus_value_information_block vib);
|
||||
|
||||
|
||||
|
||||
#endif //_MBUSPARSEREXT_H_
|
Reference in New Issue
Block a user