From 4b8a6ff3e7f2cba657dd5f2f60cbc0c1454be100 Mon Sep 17 00:00:00 2001 From: Michael Zillgith Date: Tue, 11 Jul 2017 08:14:22 +0200 Subject: [PATCH] - client API: updated function documentation --- src/iec61850/inc/iec61850_client.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/iec61850/inc/iec61850_client.h b/src/iec61850/inc/iec61850_client.h index deec194..c72784a 100644 --- a/src/iec61850/inc/iec61850_client.h +++ b/src/iec61850/inc/iec61850_client.h @@ -1640,13 +1640,12 @@ IedConnection_getServerDirectory(IedConnection self, IedClientError* error, bool /** * \brief Get the list of logical nodes (LN) of a logical device * - * LGetLogicalDeviceDirectory ACSI service implementation. Returns the list of logical nodes present - * in a logical device. The list is returned as a linked list of type LinkedList where the elements - * are C style strings. + * GetLogicalDeviceDirectory ACSI service implementation. Returns the list of logical nodes names present + * in a logical device. The list is returned as a linked list of type LinkedList with c style string elements. * * \param self the connection object * \param error the error code if an error occurs - * \param getFileNames get list of files instead of logical device names (TO BE IMPLEMENTED) + * \param logicalDeviceName the name of the logical device (LD) of interest * * \return LinkedList with string elements representing the logical node names */