123456789101112131415161718192021222324 |
- #ifndef UA_NETWORK_UDPMC_H_
- #define UA_NETWORK_UDPMC_H_
- #ifdef __cplusplus
- extern "C" {
- #endif
- #include "ua_plugin_pubsub.h"
- UA_PubSubTransportLayer
- UA_PubSubTransportLayerUDPMP(void);
- #ifdef __cplusplus
- }
- #endif
- #endif
|