ua_network_pubsub_ethernet.h 482 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 2018 (c) Kontron Europe GmbH (Author: Rudolf Hoyler)
  5. */
  6. #ifndef UA_NETWORK_PUBSUB_ETHERNET_H_
  7. #define UA_NETWORK_PUBSUB_ETHERNET_H_
  8. #include "ua_plugin_pubsub.h"
  9. _UA_BEGIN_DECLS
  10. UA_PubSubTransportLayer
  11. UA_PubSubTransportLayerEthernet(void);
  12. _UA_END_DECLS
  13. #endif /* UA_NETWORK_PUBSUB_ETHERNET_H_ */