IgH EtherCAT Master  1.6.1
sync_config.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 /****************************************************************************/
27 
28 #ifndef __EC_SYNC_CONFIG_H__
29 #define __EC_SYNC_CONFIG_H__
30 
31 #include "globals.h"
32 #include "pdo_list.h"
33 
34 /****************************************************************************/
35 
38 typedef struct {
43 
44 /****************************************************************************/
45 
48 
49 /****************************************************************************/
50 
51 #endif
EtherCAT PDO list.
Definition: pdo_list.h:41
ec_watchdog_mode_t
Watchdog mode for sync manager configuration.
Definition: ecrt.h:517
void ec_sync_config_clear(ec_sync_config_t *)
Destructor.
Definition: sync_config.c:48
Global definitions and macros.
EtherCAT PDO list structure.
void ec_sync_config_init(ec_sync_config_t *)
Constructor.
Definition: sync_config.c:35
ec_pdo_list_t pdos
Current PDO assignment.
Definition: sync_config.h:41
ec_direction_t
Direction type for PDO assignment functions.
Definition: ecrt.h:504
ec_direction_t dir
Sync manager direction.
Definition: sync_config.h:39
ec_watchdog_mode_t watchdog_mode
Watchdog mode.
Definition: sync_config.h:40
Sync manager configuration.
Definition: sync_config.h:38