소스 검색

PubSub: Add the pubsub_ethernet.h if required in the IOP example

Julius Pfrommer 5 년 전
부모
커밋
da897b2486
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      examples/pubsub/server_pubsub_publisher_iop.c

+ 3 - 0
examples/pubsub/server_pubsub_publisher_iop.c

@@ -3,6 +3,9 @@
 
 #include <open62541/plugin/log_stdout.h>
 #include <open62541/plugin/pubsub_udp.h>
+#ifdef UA_ENABLE_PUBSUB_ETH_UADP
+#include <open62541/plugin/pubsub_ethernet.h>
+#endif
 #include <open62541/server.h>
 #include <open62541/server_config_default.h>