Added more enumerations for new objects.

This commit is contained in:
skarg
2007-01-11 21:44:35 +00:00
parent 0f5f00e15b
commit 6dda59d17b
2 changed files with 78 additions and 2 deletions
+5
View File
@@ -102,6 +102,11 @@ typedef struct BACnet_Time {
uint8_t hundredths;
} BACNET_TIME;
typedef struct BACnet_DateTime {
BACNET_DATE date;
BACNET_TIME time;
} BACNET_DATE_TIME;
/* note: with microprocessors having lots more code space than memory,
it might be better to have a packed encoding with a library to
easily access the data. */