diff -r f592fe7e799d -r cb2188d111f3 master/globals.h --- a/master/globals.h Tue Apr 07 12:53:37 2009 +0000 +++ b/master/globals.h Wed Apr 08 08:13:33 2009 +0000 @@ -174,6 +174,17 @@ port 0 receive time. */ } ec_slave_dc_range_t; +/** Access states for SDO entries. + * + * The access rights are managed per AL state. + */ +enum { + EC_SDO_ENTRY_ACCESS_PREOP, /**< Access rights in PREOP. */ + EC_SDO_ENTRY_ACCESS_SAFEOP, /**< Access rights in SAFEOP. */ + EC_SDO_ENTRY_ACCESS_OP, /**< Access rights in OP. */ + EC_SDO_ENTRY_ACCESS_COUNT /**< Number of states. */ +}; + /*****************************************************************************/ /** Convenience macro for printing EtherCAT-specific information to syslog.