master/slave.h
author Florian Pose <fp@igh-essen.com>
Wed, 22 Feb 2006 17:36:28 +0000
changeset 72 7c986b717411
parent 55 059a9e712aa7
child 73 9f4ea66d89a3
permissions -rw-r--r--
Klemme Beckhoff EL2032 hinzugef?gt.
/******************************************************************************
 *
 *  s l a v e . h
 *
 *  Struktur für einen EtherCAT-Slave.
 *
 *  $Id$
 *
 *****************************************************************************/

#ifndef _EC_SLAVE_H_
#define _EC_SLAVE_H_

#include "types.h"

/*****************************************************************************/

// ec_slave_t ist in EtherCAT_rt.h ...

/*****************************************************************************/

// Slave construction and deletion
void ec_slave_init(ec_slave_t *);

/*****************************************************************************/

#endif

/* Emacs-Konfiguration
;;; Local Variables: ***
;;; c-basic-offset:2 ***
;;; End: ***
*/