master/slave.h
author Florian Pose <fp@igh-essen.com>
Tue, 14 Feb 2006 14:50:20 +0000
changeset 68 a452700db994
parent 55 059a9e712aa7
child 73 9f4ea66d89a3
permissions -rw-r--r--
Neue ASCII-Adressierung und Code-Dokumantation.
/******************************************************************************
 *
 *  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: ***
*/