#include <imo.h>
Data Fields | |
| long | latitude |
| 27 bits : Latitude in 1/10000 minute | |
| long | longitude |
| 28 bits : Longitude in 1/10000 minute | |
| char | from_hour |
| 5 bits : 0-23 24=not available | |
| char | from_minute |
| 6 bits : 0-59 60=not available | |
| char | to_hour |
| 5 bits : 0-23 24=not available | |
| char | to_minute |
| 6 bits : 0-59 60=not available | |
| int | current_dir |
| 9 bits : Current direction in degrees 0-359 360=not available | |
| char | current_speed |
| 7 bits : Current speed 0-12.6 kts 127=not available | |
27 bits : Latitude in 1/10000 minute
28 bits : Longitude in 1/10000 minute
5 bits : 0-23 24=not available
6 bits : 0-59 60=not available
5 bits : 0-23 24=not available
6 bits : 0-59 60=not available
9 bits : Current direction in degrees 0-359 360=not available
7 bits : Current speed 0-12.6 kts 127=not available
1.5.2