#ifndef _MBUSPARSEREXT_H_ #define _MBUSPARSEREXT_H_ #include typedef struct { char name[32]; char unit[16]; int8_t exponent; } parsedVIB_t; parsedVIB_t parseVIB(mbus_value_information_block vib); #endif //_MBUSPARSEREXT_H_