IgH EtherCAT Master  1.6.1
foe.h
Go to the documentation of this file.
1 /*****************************************************************************
2  *
3  * Copyright (C) 2006-2008 Florian Pose, Ingenieurgemeinschaft IgH
4  *
5  * This file is part of the IgH EtherCAT Master.
6  *
7  * The IgH EtherCAT Master is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU General Public License version 2, as
9  * published by the Free Software Foundation.
10  *
11  * The IgH EtherCAT Master is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
14  * Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License along
17  * with the IgH EtherCAT Master; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19  *
20  ****************************************************************************/
21 
26 #ifndef __FOE_H__
27 #define __FOE_H__
28 
29 /****************************************************************************/
30 
33 typedef enum {
34  FOE_BUSY = 0,
35  FOE_READY = 1,
36  FOE_IDLE = 2,
51 
52 /****************************************************************************/
53 
54 #endif
Receive error.
Definition: foe.h:38
Error fetching data from mailbox.
Definition: foe.h:47
Working counter error.
Definition: foe.h:37
No data error.
Definition: foe.h:40
Packet number error.
Definition: foe.h:41
OpCode error.
Definition: foe.h:42
ec_foe_error_t
FoE error enumeration type.
Definition: foe.h:33
Error acknowledging received data.
Definition: foe.h:45
Busy.
Definition: foe.h:34
Timeout error.
Definition: foe.h:43
Idle.
Definition: foe.h:36
Protocol error.
Definition: foe.h:39
Ready.
Definition: foe.h:35
Error sending received data.
Definition: foe.h:44
Mailbox protocol error.
Definition: foe.h:49
Acknowledge error.
Definition: foe.h:46
No data while reading.
Definition: foe.h:48