Enhanced date and time parsing for WriteProperty demo.

This commit is contained in:
skarg
2007-02-14 21:52:13 +00:00
parent d387da80e6
commit 2fed6fcf3b
3 changed files with 61 additions and 1 deletions
+10
View File
@@ -37,6 +37,16 @@
#include <stdint.h>
#include <stdbool.h>
typedef enum {
BACNET_WEEKDAY_MONDAY = 1,
BACNET_WEEKDAY_TUESDAY = 2,
BACNET_WEEKDAY_WEDNESDAY = 3,
BACNET_WEEKDAY_THURSDAY = 4,
BACNET_WEEKDAY_FRIDAY = 5,
BACNET_WEEKDAY_SATURDAY = 6,
BACNET_WEEKDAY_SUNDAY = 7
} BACNET_WEEKDAY;
/* date */
typedef struct BACnet_Date {
uint16_t year; /* AD */