2021-08-29 16:54:22 索煒達(dá)電子 1420
項(xiàng)目編號(hào):E732
文件大?。?15K
源碼說(shuō)明:帶中文注釋
開(kāi)發(fā)環(huán)境:C編譯器
簡(jiǎn)要概述:
使用SOEM庫(kù)操作CIA402協(xié)議的電機(jī)
目錄│文件列表:
└ ETC_test_tool
└ ETC_test_tool-master
│ .gitattributes
│ .gitignore
│ ETC_test_tool.sln
├ ETC_test_tool
│ │ daemon_thread.cpp
│ │ ETC_test_tool.cpp
│ │ ETC_test_tool.vcxproj
│ │ ETC_test_tool.vcxproj.filters
│ │ motor_cmd.cpp
│ └ motor_def.h
├ osal
│ │ osal.h
│ └ win32
│ │ inttypes.h
│ │ osal.c
│ │ osal_defs.h
│ │ osal_win32.h
│ └ stdint.h
├ oshw
│ └ win32
│ │ nicdrv.c
│ │ nicdrv.h
│ │ oshw.c
│ │ oshw.h
│ └ wpcap
│ ├ Include
│ │ │ bittypes.h
│ │ │ ip6_misc.h
│ │ │ Packet32.h
│ │ │ pcap-bpf.h
│ │ │ pcap-namedb.h
│ │ │ pcap-stdinc.h
│ │ │ pcap.h
│ │ │ remote-ext.h
│ │ │ Win32-Extensions.h
│ │ └ pcap
│ │ │ bluetooth.h
│ │ │ bpf.h
│ │ │ namedb.h
│ │ │ pcap.h
│ │ │ sll.h
│ │ │ usb.h
│ │ └ vlan.h
│ └ Lib
│ │ libpacket.a
│ │ libwpcap.a
│ │ Packet.lib
│ └ wpcap.lib
└ SOEM
├ include
│ │ ethercat.h
│ │ ethercatbase.h
│ │ ethercatcoe.h
│ │ ethercatconfig.h
│ │ ethercatconfiglist.h
│ │ ethercatdc.h
│ │ ethercatfoe.h
│ │ ethercatmain.h
│ │ ethercatprint.h
│ │ ethercatsoe.h
│ └ ethercattype.h
└ lib
├ dbg
│ └ soem.lib
└ rls
└ soem.lib