mirror of
https://github.com/open62541/open62541.git
synced 2025-06-03 04:00:21 +00:00
20 lines
451 B
C
20 lines
451 B
C
/* This work is licensed under a Creative Commons CCZero 1.0 Universal License.
|
|
* See http://creativecommons.org/publicdomain/zero/1.0/ for more information.
|
|
*
|
|
* Copyright 2017-2018 (c) Fraunhofer IOSB (Author: Andreas Ebner)
|
|
*/
|
|
|
|
#ifndef UA_NETWORK_UDPMC_H_
|
|
#define UA_NETWORK_UDPMC_H_
|
|
|
|
#include "ua_plugin_pubsub.h"
|
|
|
|
_UA_BEGIN_DECLS
|
|
|
|
UA_PubSubTransportLayer
|
|
UA_PubSubTransportLayerUDPMP(void);
|
|
|
|
_UA_END_DECLS
|
|
|
|
#endif /* UA_NETWORK_UDPMC_H_ */
|