fix file encodings
This commit is contained in:
parent
bec50c277a
commit
725ddea4cd
|
@ -28,14 +28,14 @@
|
||||||
* This exception does not invalidate any other reasons why a work based on
|
* This exception does not invalidate any other reasons why a work based on
|
||||||
* this file might be covered by the GNU General Public License.
|
* this file might be covered by the GNU General Public License.
|
||||||
*
|
*
|
||||||
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
||||||
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
||||||
* the sole purpose of creating, using and/or selling or otherwise distributing
|
* the sole purpose of creating, using and/or selling or otherwise distributing
|
||||||
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
||||||
* from Beckhoff Automation GmbH.
|
* from Beckhoff Automation GmbH.
|
||||||
*
|
*
|
||||||
* In case you did not receive a copy of the EtherCAT Master License along with
|
* In case you did not receive a copy of the EtherCAT Master License along with
|
||||||
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
||||||
* (www.beckhoff.com).
|
* (www.beckhoff.com).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -122,4 +122,3 @@ osal_mutex_t * osal_mtx_create(void)
|
||||||
/* return (void*)RtCreateMutex(NULL, FALSE, NULL); */
|
/* return (void*)RtCreateMutex(NULL, FALSE, NULL); */
|
||||||
return (void *)0;
|
return (void *)0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -28,14 +28,14 @@
|
||||||
* This exception does not invalidate any other reasons why a work based on
|
* This exception does not invalidate any other reasons why a work based on
|
||||||
* this file might be covered by the GNU General Public License.
|
* this file might be covered by the GNU General Public License.
|
||||||
*
|
*
|
||||||
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
||||||
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
||||||
* the sole purpose of creating, using and/or selling or otherwise distributing
|
* the sole purpose of creating, using and/or selling or otherwise distributing
|
||||||
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
||||||
* from Beckhoff Automation GmbH.
|
* from Beckhoff Automation GmbH.
|
||||||
*
|
*
|
||||||
* In case you did not receive a copy of the EtherCAT Master License along with
|
* In case you did not receive a copy of the EtherCAT Master License along with
|
||||||
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
||||||
* (www.beckhoff.com).
|
* (www.beckhoff.com).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -28,14 +28,14 @@
|
||||||
* This exception does not invalidate any other reasons why a work based on
|
* This exception does not invalidate any other reasons why a work based on
|
||||||
* this file might be covered by the GNU General Public License.
|
* this file might be covered by the GNU General Public License.
|
||||||
*
|
*
|
||||||
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
||||||
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
||||||
* the sole purpose of creating, using and/or selling or otherwise distributing
|
* the sole purpose of creating, using and/or selling or otherwise distributing
|
||||||
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
||||||
* from Beckhoff Automation GmbH.
|
* from Beckhoff Automation GmbH.
|
||||||
*
|
*
|
||||||
* In case you did not receive a copy of the EtherCAT Master License along with
|
* In case you did not receive a copy of the EtherCAT Master License along with
|
||||||
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
||||||
* (www.beckhoff.com).
|
* (www.beckhoff.com).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -175,4 +175,3 @@ int osal_thread_create_rt(void *thandle, int stacksize, void *func, void *param)
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -28,14 +28,14 @@
|
||||||
* This exception does not invalidate any other reasons why a work based on
|
* This exception does not invalidate any other reasons why a work based on
|
||||||
* this file might be covered by the GNU General Public License.
|
* this file might be covered by the GNU General Public License.
|
||||||
*
|
*
|
||||||
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
||||||
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
||||||
* the sole purpose of creating, using and/or selling or otherwise distributing
|
* the sole purpose of creating, using and/or selling or otherwise distributing
|
||||||
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
||||||
* from Beckhoff Automation GmbH.
|
* from Beckhoff Automation GmbH.
|
||||||
*
|
*
|
||||||
* In case you did not receive a copy of the EtherCAT Master License along with
|
* In case you did not receive a copy of the EtherCAT Master License along with
|
||||||
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
||||||
* (www.beckhoff.com).
|
* (www.beckhoff.com).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -28,14 +28,14 @@
|
||||||
* This exception does not invalidate any other reasons why a work based on
|
* This exception does not invalidate any other reasons why a work based on
|
||||||
* this file might be covered by the GNU General Public License.
|
* this file might be covered by the GNU General Public License.
|
||||||
*
|
*
|
||||||
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
||||||
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
||||||
* the sole purpose of creating, using and/or selling or otherwise distributing
|
* the sole purpose of creating, using and/or selling or otherwise distributing
|
||||||
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
||||||
* from Beckhoff Automation GmbH.
|
* from Beckhoff Automation GmbH.
|
||||||
*
|
*
|
||||||
* In case you did not receive a copy of the EtherCAT Master License along with
|
* In case you did not receive a copy of the EtherCAT Master License along with
|
||||||
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
||||||
* (www.beckhoff.com).
|
* (www.beckhoff.com).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -28,14 +28,14 @@
|
||||||
* This exception does not invalidate any other reasons why a work based on
|
* This exception does not invalidate any other reasons why a work based on
|
||||||
* this file might be covered by the GNU General Public License.
|
* this file might be covered by the GNU General Public License.
|
||||||
*
|
*
|
||||||
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
||||||
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
||||||
* the sole purpose of creating, using and/or selling or otherwise distributing
|
* the sole purpose of creating, using and/or selling or otherwise distributing
|
||||||
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
||||||
* from Beckhoff Automation GmbH.
|
* from Beckhoff Automation GmbH.
|
||||||
*
|
*
|
||||||
* In case you did not receive a copy of the EtherCAT Master License along with
|
* In case you did not receive a copy of the EtherCAT Master License along with
|
||||||
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
||||||
* (www.beckhoff.com).
|
* (www.beckhoff.com).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -157,4 +157,3 @@ int osal_thread_create_rt(void **thandle, int stacksize, void *func, void *param
|
||||||
}
|
}
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -28,14 +28,14 @@
|
||||||
* This exception does not invalidate any other reasons why a work based on
|
* This exception does not invalidate any other reasons why a work based on
|
||||||
* this file might be covered by the GNU General Public License.
|
* this file might be covered by the GNU General Public License.
|
||||||
*
|
*
|
||||||
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
||||||
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
||||||
* the sole purpose of creating, using and/or selling or otherwise distributing
|
* the sole purpose of creating, using and/or selling or otherwise distributing
|
||||||
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
||||||
* from Beckhoff Automation GmbH.
|
* from Beckhoff Automation GmbH.
|
||||||
*
|
*
|
||||||
* In case you did not receive a copy of the EtherCAT Master License along with
|
* In case you did not receive a copy of the EtherCAT Master License along with
|
||||||
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
||||||
* (www.beckhoff.com).
|
* (www.beckhoff.com).
|
||||||
*/
|
*/
|
||||||
#ifndef _osal_defs_
|
#ifndef _osal_defs_
|
||||||
|
|
|
@ -28,14 +28,14 @@
|
||||||
* This exception does not invalidate any other reasons why a work based on
|
* This exception does not invalidate any other reasons why a work based on
|
||||||
* this file might be covered by the GNU General Public License.
|
* this file might be covered by the GNU General Public License.
|
||||||
*
|
*
|
||||||
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
||||||
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
||||||
* the sole purpose of creating, using and/or selling or otherwise distributing
|
* the sole purpose of creating, using and/or selling or otherwise distributing
|
||||||
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
||||||
* from Beckhoff Automation GmbH.
|
* from Beckhoff Automation GmbH.
|
||||||
*
|
*
|
||||||
* In case you did not receive a copy of the EtherCAT Master License along with
|
* In case you did not receive a copy of the EtherCAT Master License along with
|
||||||
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
||||||
* (www.beckhoff.com).
|
* (www.beckhoff.com).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -28,14 +28,14 @@
|
||||||
* This exception does not invalidate any other reasons why a work based on
|
* This exception does not invalidate any other reasons why a work based on
|
||||||
* this file might be covered by the GNU General Public License.
|
* this file might be covered by the GNU General Public License.
|
||||||
*
|
*
|
||||||
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
||||||
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
||||||
* the sole purpose of creating, using and/or selling or otherwise distributing
|
* the sole purpose of creating, using and/or selling or otherwise distributing
|
||||||
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
||||||
* from Beckhoff Automation GmbH.
|
* from Beckhoff Automation GmbH.
|
||||||
*
|
*
|
||||||
* In case you did not receive a copy of the EtherCAT Master License along with
|
* In case you did not receive a copy of the EtherCAT Master License along with
|
||||||
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
||||||
* (www.beckhoff.com).
|
* (www.beckhoff.com).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -28,14 +28,14 @@
|
||||||
* This exception does not invalidate any other reasons why a work based on
|
* This exception does not invalidate any other reasons why a work based on
|
||||||
* this file might be covered by the GNU General Public License.
|
* this file might be covered by the GNU General Public License.
|
||||||
*
|
*
|
||||||
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
||||||
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
||||||
* the sole purpose of creating, using and/or selling or otherwise distributing
|
* the sole purpose of creating, using and/or selling or otherwise distributing
|
||||||
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
||||||
* from Beckhoff Automation GmbH.
|
* from Beckhoff Automation GmbH.
|
||||||
*
|
*
|
||||||
* In case you did not receive a copy of the EtherCAT Master License along with
|
* In case you did not receive a copy of the EtherCAT Master License along with
|
||||||
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
||||||
* (www.beckhoff.com).
|
* (www.beckhoff.com).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -28,14 +28,14 @@
|
||||||
* This exception does not invalidate any other reasons why a work based on
|
* This exception does not invalidate any other reasons why a work based on
|
||||||
* this file might be covered by the GNU General Public License.
|
* this file might be covered by the GNU General Public License.
|
||||||
*
|
*
|
||||||
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
||||||
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
||||||
* the sole purpose of creating, using and/or selling or otherwise distributing
|
* the sole purpose of creating, using and/or selling or otherwise distributing
|
||||||
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
||||||
* from Beckhoff Automation GmbH.
|
* from Beckhoff Automation GmbH.
|
||||||
*
|
*
|
||||||
* In case you did not receive a copy of the EtherCAT Master License along with
|
* In case you did not receive a copy of the EtherCAT Master License along with
|
||||||
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
||||||
* (www.beckhoff.com).
|
* (www.beckhoff.com).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -28,14 +28,14 @@
|
||||||
* This exception does not invalidate any other reasons why a work based on
|
* This exception does not invalidate any other reasons why a work based on
|
||||||
* this file might be covered by the GNU General Public License.
|
* this file might be covered by the GNU General Public License.
|
||||||
*
|
*
|
||||||
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
||||||
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
||||||
* the sole purpose of creating, using and/or selling or otherwise distributing
|
* the sole purpose of creating, using and/or selling or otherwise distributing
|
||||||
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
||||||
* from Beckhoff Automation GmbH.
|
* from Beckhoff Automation GmbH.
|
||||||
*
|
*
|
||||||
* In case you did not receive a copy of the EtherCAT Master License along with
|
* In case you did not receive a copy of the EtherCAT Master License along with
|
||||||
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
||||||
* (www.beckhoff.com).
|
* (www.beckhoff.com).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -28,14 +28,14 @@
|
||||||
* This exception does not invalidate any other reasons why a work based on
|
* This exception does not invalidate any other reasons why a work based on
|
||||||
* this file might be covered by the GNU General Public License.
|
* this file might be covered by the GNU General Public License.
|
||||||
*
|
*
|
||||||
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
||||||
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
||||||
* the sole purpose of creating, using and/or selling or otherwise distributing
|
* the sole purpose of creating, using and/or selling or otherwise distributing
|
||||||
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
||||||
* from Beckhoff Automation GmbH.
|
* from Beckhoff Automation GmbH.
|
||||||
*
|
*
|
||||||
* In case you did not receive a copy of the EtherCAT Master License along with
|
* In case you did not receive a copy of the EtherCAT Master License along with
|
||||||
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
||||||
* (www.beckhoff.com).
|
* (www.beckhoff.com).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -28,14 +28,14 @@
|
||||||
* This exception does not invalidate any other reasons why a work based on
|
* This exception does not invalidate any other reasons why a work based on
|
||||||
* this file might be covered by the GNU General Public License.
|
* this file might be covered by the GNU General Public License.
|
||||||
*
|
*
|
||||||
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
||||||
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
||||||
* the sole purpose of creating, using and/or selling or otherwise distributing
|
* the sole purpose of creating, using and/or selling or otherwise distributing
|
||||||
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
||||||
* from Beckhoff Automation GmbH.
|
* from Beckhoff Automation GmbH.
|
||||||
*
|
*
|
||||||
* In case you did not receive a copy of the EtherCAT Master License along with
|
* In case you did not receive a copy of the EtherCAT Master License along with
|
||||||
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
||||||
* (www.beckhoff.com).
|
* (www.beckhoff.com).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -28,14 +28,14 @@
|
||||||
* This exception does not invalidate any other reasons why a work based on
|
* This exception does not invalidate any other reasons why a work based on
|
||||||
* this file might be covered by the GNU General Public License.
|
* this file might be covered by the GNU General Public License.
|
||||||
*
|
*
|
||||||
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
||||||
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
||||||
* the sole purpose of creating, using and/or selling or otherwise distributing
|
* the sole purpose of creating, using and/or selling or otherwise distributing
|
||||||
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
||||||
* from Beckhoff Automation GmbH.
|
* from Beckhoff Automation GmbH.
|
||||||
*
|
*
|
||||||
* In case you did not receive a copy of the EtherCAT Master License along with
|
* In case you did not receive a copy of the EtherCAT Master License along with
|
||||||
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
||||||
* (www.beckhoff.com).
|
* (www.beckhoff.com).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -28,14 +28,14 @@
|
||||||
* This exception does not invalidate any other reasons why a work based on
|
* This exception does not invalidate any other reasons why a work based on
|
||||||
* this file might be covered by the GNU General Public License.
|
* this file might be covered by the GNU General Public License.
|
||||||
*
|
*
|
||||||
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
||||||
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
||||||
* the sole purpose of creating, using and/or selling or otherwise distributing
|
* the sole purpose of creating, using and/or selling or otherwise distributing
|
||||||
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
||||||
* from Beckhoff Automation GmbH.
|
* from Beckhoff Automation GmbH.
|
||||||
*
|
*
|
||||||
* In case you did not receive a copy of the EtherCAT Master License along with
|
* In case you did not receive a copy of the EtherCAT Master License along with
|
||||||
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
||||||
* (www.beckhoff.com).
|
* (www.beckhoff.com).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -165,4 +165,4 @@ void oshw_free_adapters (ec_adaptert * adapter)
|
||||||
free (adapter);
|
free (adapter);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,14 +28,14 @@
|
||||||
* This exception does not invalidate any other reasons why a work based on
|
* This exception does not invalidate any other reasons why a work based on
|
||||||
* this file might be covered by the GNU General Public License.
|
* this file might be covered by the GNU General Public License.
|
||||||
*
|
*
|
||||||
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
||||||
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
||||||
* the sole purpose of creating, using and/or selling or otherwise distributing
|
* the sole purpose of creating, using and/or selling or otherwise distributing
|
||||||
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
||||||
* from Beckhoff Automation GmbH.
|
* from Beckhoff Automation GmbH.
|
||||||
*
|
*
|
||||||
* In case you did not receive a copy of the EtherCAT Master License along with
|
* In case you did not receive a copy of the EtherCAT Master License along with
|
||||||
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
||||||
* (www.beckhoff.com).
|
* (www.beckhoff.com).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -28,14 +28,14 @@
|
||||||
* This exception does not invalidate any other reasons why a work based on
|
* This exception does not invalidate any other reasons why a work based on
|
||||||
* this file might be covered by the GNU General Public License.
|
* this file might be covered by the GNU General Public License.
|
||||||
*
|
*
|
||||||
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
* The EtherCAT Technology, the trade name and logo “EtherCAT” are the intellectual
|
||||||
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
* property of, and protected by Beckhoff Automation GmbH. You can use SOEM for
|
||||||
* the sole purpose of creating, using and/or selling or otherwise distributing
|
* the sole purpose of creating, using and/or selling or otherwise distributing
|
||||||
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
* an EtherCAT network master provided that an EtherCAT Master License is obtained
|
||||||
* from Beckhoff Automation GmbH.
|
* from Beckhoff Automation GmbH.
|
||||||
*
|
*
|
||||||
* In case you did not receive a copy of the EtherCAT Master License along with
|
* In case you did not receive a copy of the EtherCAT Master License along with
|
||||||
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
* SOEM write to Beckhoff Automation GmbH, Eiserstraße 5, D-33415 Verl, Germany
|
||||||
* (www.beckhoff.com).
|
* (www.beckhoff.com).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue