emDataHeader


in emData.h


typedef union emDataHeader { 
char All[512];
float Float[128];
int Int[128];
emDataHeaderCont Cont;
} emDataHeader;