Refactored timestamp for use in Alarm properties in objects.

This commit is contained in:
skarg
2009-10-10 21:48:13 +00:00
parent d88d85b5cd
commit 5b60c94fad
3 changed files with 79 additions and 26 deletions
+7
View File
@@ -59,6 +59,13 @@ extern "C" {
#endif /* __cplusplus */
void bacapp_timestamp_copy(
BACNET_TIMESTAMP * dest,
BACNET_TIMESTAMP * src);
int bacapp_encode_timestamp(
uint8_t * apdu,
BACNET_TIMESTAMP * value);
int bacapp_encode_context_timestamp(
uint8_t * apdu,