1 2#include "cmp0022ifacelib.h" 3 4CMP0022Iface cmp0022iface() 5{ 6 CMP0022Iface iface; 7 iface.Value = 0; 8 return iface; 9} 10 11