From 436b365786ff7353de79410311c4b6809150f8e4 Mon Sep 17 00:00:00 2001 From: Michael Zillgith Date: Mon, 31 Jul 2023 23:20:13 +0100 Subject: [PATCH] - fixed wrong parameter description for GoosePublisher_setSqNum (#458) --- src/goose/goose_publisher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/goose/goose_publisher.h b/src/goose/goose_publisher.h index 77eb2766..0d5e6417 100644 --- a/src/goose/goose_publisher.h +++ b/src/goose/goose_publisher.h @@ -170,7 +170,7 @@ GoosePublisher_setStNum(GoosePublisher self, uint32_t stNum); * NOTE: Only for testing! The sequence number is increase manually whenever \ref GoosePublisher_publish is called. * * \param self GoosePublisher instance - * \param stNum the state number of the next GOOSE message to send + * \param sqNum the sequence number of the next GOOSE message to send */ LIB61850_API void GoosePublisher_setSqNum(GoosePublisher self, uint32_t sqNum);