SOEM/soem
Shahbaz Youssefi 469dd9623a Be able to take string literal as ifname
`ifname` as the argument of `ec_init` and related functions is not
changed, and therefore can be safely retyped to `const char *`.  This
allows using string literals. For example:

    ec_init(argc > 1 ? argv[1] : "eth0");

Signed-off-by: Shahbaz Youssefi <syoussefi@kinova.ca>
2015-12-21 10:56:49 -05:00
..
ethercat.h Add a single header for all ethercat headers 2015-12-18 09:56:33 -05:00
ethercatbase.c Remove trailing whitespace. 2015-11-04 13:02:33 +01:00
ethercatbase.h Remove trailing whitespace. 2015-11-04 13:02:33 +01:00
ethercatcoe.c Remove trailing whitespace. 2015-11-04 13:02:33 +01:00
ethercatcoe.h Remove trailing whitespace. 2015-11-04 13:02:33 +01:00
ethercatconfig.c Remove trailing whitespace. 2015-11-04 13:02:33 +01:00
ethercatconfig.h Remove trailing whitespace. 2015-11-04 13:02:33 +01:00
ethercatconfiglist.h Remove trailing whitespace. 2015-11-04 13:02:33 +01:00
ethercatdc.c Remove trailing whitespace. 2015-11-04 13:02:33 +01:00
ethercatdc.h Remove trailing whitespace. 2015-11-04 13:02:33 +01:00
ethercatfoe.c Remove trailing whitespace. 2015-11-04 13:02:33 +01:00
ethercatfoe.h Remove trailing whitespace. 2015-11-04 13:02:33 +01:00
ethercatmain.c Be able to take string literal as ifname 2015-12-21 10:56:49 -05:00
ethercatmain.h Be able to take string literal as ifname 2015-12-21 10:56:49 -05:00
ethercatprint.c Remove trailing whitespace. 2015-11-04 13:02:33 +01:00
ethercatprint.h Remove trailing whitespace. 2015-11-04 13:02:33 +01:00
ethercatsoe.c Remove trailing whitespace. 2015-11-04 13:02:33 +01:00
ethercatsoe.h Remove trailing whitespace. 2015-11-04 13:02:33 +01:00
ethercattype.h Include relative to file 2015-12-18 09:38:09 -05:00