include/objdictdef.h
changeset 539 187058b4a4b8
parent 449 85f6acbb9d54
equal deleted inserted replaced
538:49f6d796b692 539:187058b4a4b8
    83  */
    83  */
    84 typedef struct td_subindex
    84 typedef struct td_subindex
    85 {
    85 {
    86     UNS8                    bAccessType;
    86     UNS8                    bAccessType;
    87     UNS8                    bDataType; /* Defines of what datatype the entry is */
    87     UNS8                    bDataType; /* Defines of what datatype the entry is */
    88     UNS8                    size;      /* The size (in Byte) of the variable */
    88     UNS32                   size;      /* The size (in Byte) of the variable */
    89     void*                   pObject;   /* This is the pointer of the Variable */
    89     void*                   pObject;   /* This is the pointer of the Variable */
    90 } subindex;
    90 } subindex;
    91 
    91 
    92 /** Struct for creating entries in the communictaion profile
    92 /** Struct for creating entries in the communictaion profile
    93  */
    93  */