######################## CS251 Project #2 ############################## # File Name: MTable_data.txt # Content: Data packet format # Packet Format: # Size = 350 bytes # Column 1: serial number of variable # Column 2: name of variable # Column 3: offset of variable in the packet # Column 4: width of variable # Column 5: type of variable # Column 6: comment (may empty) # Note: # The raw data is big-endian. ########################################################################## 350 1 PACKET_NUM 0 2 UINT16 2 MSG1 2 26 STRING 3 RANDOM 28 4 FLOAT 4 MSG2 32 36 STRING 5 EXP 68 4 FLOAT 6 MSG3 72 36 STRING 7 LOG 108 4 FLOAT 8 MSG4 112 36 STRING 9 COS 148 4 FLOAT 10 MSG5 152 50 STRING 11 POW 202 4 FLOAT 12 MSG6 206 36 STRING 13 SIN 242 4 FLOAT 14 MSG7 246 37 STRING 15 SQRT 283 4 FLOAT 16 MSG8 287 63 ANY