- updated version number to 1.2.0

pull/143/head
Michael Zillgith 8 years ago
parent afd374397d
commit 8fcd266be5

@ -15,7 +15,7 @@
#include "platform_endian.h" #include "platform_endian.h"
#define LIBIEC61850_VERSION "1.1.0" #define LIBIEC61850_VERSION "1.2.0"
#ifndef CONFIG_DEFAULT_MMS_VENDOR_NAME #ifndef CONFIG_DEFAULT_MMS_VENDOR_NAME
#define CONFIG_DEFAULT_MMS_VENDOR_NAME "libiec61850.com" #define CONFIG_DEFAULT_MMS_VENDOR_NAME "libiec61850.com"

@ -244,7 +244,7 @@ void
IedServer_disableGoosePublishing(IedServer self); IedServer_disableGoosePublishing(IedServer self);
/** /**
* \brief Set the ethernet interface to be used by GOOSE publishing * \brief Set the Ethernet interface to be used by GOOSE publishing
* *
* This function can be used to set the GOOSE interface ID. If not used or set to NULL the * This function can be used to set the GOOSE interface ID. If not used or set to NULL the
* default interface ID from stack_config.h is used. Note the interface ID is operating system * default interface ID from stack_config.h is used. Note the interface ID is operating system
@ -274,7 +274,7 @@ IedServer_setGooseInterfaceId(IedServer self, const char* interfaceId);
* *
* \param self the instance of IedServer to operate on. * \param self the instance of IedServer to operate on.
* \param authenticator the user provided authenticator callback * \param authenticator the user provided authenticator callback
* \param authenticatorParameter user provided paremeter that is passed to the authenticator * \param authenticatorParameter user provided parameter that is passed to the authenticator
*/ */
void void
IedServer_setAuthenticator(IedServer self, AcseAuthenticator authenticator, void* authenticatorParameter); IedServer_setAuthenticator(IedServer self, AcseAuthenticator authenticator, void* authenticatorParameter);

Loading…
Cancel
Save