track_results Structure
Source: product.h
| Byte | Size | Contents |
|---|---|---|
| 0 | BIN4 | Latitude (32-bit binary angle) |
| 4 | BIN4 | Longitude |
| 8 | SINT4 | Height (cm above reference) |
| 12 | UINT4 |
Flags: bit0=forecast bit1=manual bit2=text bit3=icon |
| 16 | SINT4 | Area of centroid (1/100 of square km) |
| 20 | SINT4 | Major axis of equal area ellipse (cm) |
| 24 | SINT4 | Minor axis of equal area ellipse (cm) |
| 28 | BIN4 | Orientation angle of ellipse |
| 32 | UINT4 | Protected area mask of areas hit |
| 36 | SINT4 | Maximum value of data within area |
| 40 | 8 | <spare> |
| 48 | SINT4 | Average value of data within area |
| 52 | 8 | <spare> |
| 60 | SINT4 | Scale factor of input data |
| 64 | SINT4 | Track index number |
| 68 | char[32] | Text |
| 100 | 12 | <ymds_time> Time (TZ flexible) |
| 112 | SINT4[32] | ETA in seconds for each protected area (0 if in area, -1 if not expected) |
| 240 | UINT4 | Data type of input data |
| 244 | 8 | <spare> |
| 252 | SINT4 | Propagation speed (mm/second) |
| 256 | BIN4 | Propagation direction (binary angle) |
| 260 | UINT4 | Text size |
| 264 | UINT4 | Color |
| 268 | 32 | <spare> |
