pull/568/merge
Nikunj Patel 2 months ago committed by GitHub
commit 256674ccd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -89,11 +89,12 @@ SVPublisher_create(CommParameters* parameters, const char* interfaceId);
* \param[in] parameters optional parameters for setting VLAN options and destination MAC address. Use NULL for default
* values.
* \param[in] useVlanTags enable(true)/disable(false) VLAN tagging
* \param[in] useSimulation enable(true)/disable(false) Simulation bit
*
* \return the new SV publisher instance.
*/
LIB61850_API SVPublisher
SVPublisher_createEx(CommParameters* parameters, const char* interfaceId, bool useVlanTag);
SVPublisher_createEx(CommParameters* parameters, const char* interfaceId, bool useVlanTag, bool useSimulation);
/**
* \brief Create a new SVPublisher instance for R-SMV

Loading…
Cancel
Save