mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-23 18:43:51 +08:00
Fixed mail address; limited lines to 78 characters; removed $Id$.
This commit is contained in:
+6
-8
@@ -1,6 +1,4 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* $Id$
|
||||
/*****************************************************************************
|
||||
*
|
||||
* Copyright (C) 2006-2008 Florian Pose, Ingenieurgemeinschaft IgH
|
||||
*
|
||||
@@ -19,21 +17,21 @@
|
||||
* with the IgH EtherCAT Master; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
*****************************************************************************/
|
||||
****************************************************************************/
|
||||
|
||||
/**
|
||||
\file
|
||||
Network interface for debugging purposes.
|
||||
*/
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
#ifndef __EC_DEBUG_H__
|
||||
#define __EC_DEBUG_H__
|
||||
|
||||
#include "../devices/ecdev.h"
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
/** Debugging network interface.
|
||||
*/
|
||||
@@ -47,7 +45,7 @@ typedef struct
|
||||
}
|
||||
ec_debug_t;
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
int ec_debug_init(ec_debug_t *, ec_device_t *, const char *);
|
||||
void ec_debug_clear(ec_debug_t *);
|
||||
@@ -57,4 +55,4 @@ void ec_debug_send(ec_debug_t *, const uint8_t *, size_t);
|
||||
|
||||
#endif
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user