29 #define XBEE_UTCTIME_INVALID 0xFFFFFFFF 33 struct tm *
xbee_gmtime(
struct tm *tm, xbee_utctime_t timestamp);
45 #endif // __XBEE_TIME_H defined unsigned long uint32_t
32-bit unsigned integer
Definition: platform_config.h:43
#define XBEE_BEGIN_DECLS
Macro defined to.
Definition: platform.h:41
struct tm * xbee_gmtime(struct tm *tm, xbee_utctime_t timestamp)
Converts a UTCTime value into a "broken-down time" (a struct tm) for directly accessing month...
Definition: xbee_time.c:82
xbee_utctime_t xbee_mktime(struct tm *time_rec)
Convert a struct tm (from the Standard C Library's time.h) to a xbee_utctime_t type (number of second...
Definition: xbee_time.c:198
#define XBEE_END_DECLS
Macro defined to.
Definition: platform.h:42