From 004789cf3958ac4a1a6d505e83ba78dec243b533 Mon Sep 17 00:00:00 2001 From: Michael Zillgith Date: Mon, 27 Jul 2020 16:26:10 +0200 Subject: [PATCH] - fixed error in API documentation --- src/iec61850/inc/iec61850_server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iec61850/inc/iec61850_server.h b/src/iec61850/inc/iec61850_server.h index bb08c6a6..419431b8 100644 --- a/src/iec61850/inc/iec61850_server.h +++ b/src/iec61850/inc/iec61850_server.h @@ -795,7 +795,7 @@ IedServer_getFloatAttributeValue(IedServer self, const DataAttribute* dataAttrib * \param self the instance of IedServer to operate on. * \param dataAttribute the data attribute handle * - * \return the value as 32 bit float + * \return the value as 64 bit unsigned integer representing the time in milliseconds since Epoch */ LIB61850_API uint64_t IedServer_getUTCTimeAttributeValue(IedServer self, const DataAttribute* dataAttribute);