QGIS API Documentation  2.10.1-Pisa
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Attributes | List of all members
_nmeaTIME Struct Reference

Date and time data. More...

#include <nmeatime.h>

Public Attributes

int day
 Day of the month - [1,31]. More...
 
int hour
 Hours since midnight - [0,23]. More...
 
int min
 Minutes after the hour - [0,59]. More...
 
int mon
 Months since January - [0,11]. More...
 
int msec
 Thousandths part of second - [0,999]. More...
 
int sec
 Seconds after the minute - [0,59]. More...
 
int year
 Years since 1900. More...
 

Detailed Description

Date and time data.

See Also
nmea_time_now

Definition at line 43 of file nmeatime.h.

Member Data Documentation

int _nmeaTIME::day

Day of the month - [1,31].

Definition at line 47 of file nmeatime.h.

int _nmeaTIME::hour

Hours since midnight - [0,23].

Definition at line 48 of file nmeatime.h.

int _nmeaTIME::min

Minutes after the hour - [0,59].

Definition at line 49 of file nmeatime.h.

int _nmeaTIME::mon

Months since January - [0,11].

Definition at line 46 of file nmeatime.h.

int _nmeaTIME::msec

Thousandths part of second - [0,999].

Definition at line 51 of file nmeatime.h.

int _nmeaTIME::sec

Seconds after the minute - [0,59].

Definition at line 50 of file nmeatime.h.

int _nmeaTIME::year

Years since 1900.

Definition at line 45 of file nmeatime.h.


The documentation for this struct was generated from the following file: