ua_network_pubsub_udp.h 502 B

123456789101112131415161718192021222324
  1. /* This work is licensed under a Creative Commons CCZero 1.0 Universal License.
  2. * See http://creativecommons.org/publicdomain/zero/1.0/ for more information.
  3. *
  4. * Copyright 2017-2018 (c) Fraunhofer IOSB (Author: Andreas Ebner)
  5. */
  6. #ifndef UA_NETWORK_UDPMC_H_
  7. #define UA_NETWORK_UDPMC_H_
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11. #include "ua_plugin_pubsub.h"
  12. UA_PubSubTransportLayer
  13. UA_PubSubTransportLayerUDPMP(void);
  14. #ifdef __cplusplus
  15. } // extern "C"
  16. #endif
  17. #endif /* UA_NETWORK_UDPMC_H_ */