--- yoda/techmodel/forroutines/anticounter/ACphysics.h 2004/07/08 12:48:23 1.1 +++ yoda/techmodel/forroutines/anticounter/ACphysics.h 2004/07/17 20:03:42 1.2 @@ -1,3 +1,4 @@ + struct datastruct{ unsigned short header[2]; @@ -14,14 +15,5 @@ unsigned short CRC; }; -//physics structure -struct datastruct physicsdata; - -//pointer to struct -struct datastruct *physicspointer; -//read variables -int i,err,found; -unsigned short buffer[100]; -unsigned short tmp1,tmp2;