- fixed wrong parameter description for GoosePublisher_setSqNum (#458)

pull/477/head
Michael Zillgith 2 years ago
parent 0bc3b71203
commit 436b365786

@ -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. * NOTE: Only for testing! The sequence number is increase manually whenever \ref GoosePublisher_publish is called.
* *
* \param self GoosePublisher instance * \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 LIB61850_API void
GoosePublisher_setSqNum(GoosePublisher self, uint32_t sqNum); GoosePublisher_setSqNum(GoosePublisher self, uint32_t sqNum);

Loading…
Cancel
Save