Update sv_publisher.h To enable Simulation bit

To have possiblity to publish SV with Simulation bit true.
pull/568/head
Nikunj Patel 2 months ago committed by GitHub
parent a13961110b
commit 62885c3c76
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 * \param[in] parameters optional parameters for setting VLAN options and destination MAC address. Use NULL for default
* values. * values.
* \param[in] useVlanTags enable(true)/disable(false) VLAN tagging * \param[in] useVlanTags enable(true)/disable(false) VLAN tagging
* \param[in] useSimulation enable(true)/disable(false) Simulation bit
* *
* \return the new SV publisher instance. * \return the new SV publisher instance.
*/ */
LIB61850_API SVPublisher 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 * \brief Create a new SVPublisher instance for R-SMV

Loading…
Cancel
Save