master/sdo_entry.h
changeset 1382 cb2188d111f3
parent 1363 11c0b2caa253
equal deleted inserted replaced
1381:f592fe7e799d 1382:cb2188d111f3
    55     struct list_head list; /**< List item. */
    55     struct list_head list; /**< List item. */
    56     ec_sdo_t *sdo; /**< Parent SDO. */
    56     ec_sdo_t *sdo; /**< Parent SDO. */
    57     uint8_t subindex; /**< Subindex. */
    57     uint8_t subindex; /**< Subindex. */
    58     uint16_t data_type; /**< Data type. */
    58     uint16_t data_type; /**< Data type. */
    59     uint16_t bit_length; /**< Data size in bit. */
    59     uint16_t bit_length; /**< Data size in bit. */
       
    60     uint8_t read_access[EC_SDO_ENTRY_ACCESS_COUNT]; /**< Read access. */
       
    61     uint8_t write_access[EC_SDO_ENTRY_ACCESS_COUNT]; /**< Write access. */
    60     char *description; /**< Description. */
    62     char *description; /**< Description. */
    61 } ec_sdo_entry_t;
    63 } ec_sdo_entry_t;
    62 
    64 
    63 /*****************************************************************************/
    65 /*****************************************************************************/
    64 
    66