|
Mobil_surveillance_system 1
|
Type of UTC time. More...
#include <GPSpacket.h>
Data Fields | |
| unsigned char | ucHour |
| unsigned char | ucMin |
| unsigned char | ucSec |
| unsigned int | ucMsec |
Type of UTC time.
Definition at line 43 of file GPSpacket.h.
| unsigned char ucHour |
It's value can be between 0-23.
Definition at line 46 of file GPSpacket.h.
| unsigned char ucMin |
It's value can be between 0-59.
Definition at line 48 of file GPSpacket.h.
| unsigned int ucMsec |
It's value can be between 0-999.
Definition at line 52 of file GPSpacket.h.
| unsigned char ucSec |
It's value can be between 0-59.
Definition at line 50 of file GPSpacket.h.
1.7.4