ua_network_pubsub_udp.h 451 B

1234567891011121314151617181920
  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. #include "ua_plugin_pubsub.h"
  9. _UA_BEGIN_DECLS
  10. UA_PubSubTransportLayer
  11. UA_PubSubTransportLayerUDPMP(void);
  12. _UA_END_DECLS
  13. #endif /* UA_NETWORK_UDPMC_H_ */