tsEDDTimeStamp Struct Reference
Time Stamp structure for data time stamping.
More...
#include <EDDMsgHdr.h>
List of all members.
|
Public Attributes |
int8_t | mnTimeZone |
| Hours off of GMT, Valid > 20 or < 20 indicates invalid timestamp.
|
uint8_t | mnYear |
| Years Since 2000.
|
uint8_t | mnMonth |
| Month, Range 1-12.
|
uint8_t | mnDay |
| Day, Range 1-31.
|
uint8_t | mnHour |
| Hour, Range 0-23.
|
uint8_t | mnMin |
| Minute, range 0-59.
|
uint8_t | mnSec |
| Second, range 0-59.
|
uint8_t | mnMilliSec |
| Millisecond, range 0-999.
|
Detailed Description
Time Stamp structure for data time stamping.
This structure is used to capture a timestamp representation. Timestamps may not be filled in if the embedded data sources have no real time clock capability.
Definition at line 58 of file EDDMsgHdr.h.
Member Data Documentation
Millisecond, range 0-999.
Definition at line 67 of file EDDMsgHdr.h.
Hours off of GMT, Valid > 20 or < 20 indicates invalid timestamp.
Definition at line 60 of file EDDMsgHdr.h.
The documentation for this struct was generated from the following file: