lib/iec_types.h
changeset 168 225db59fe6fe
parent 163 61f65dd6eeb9
child 170 e10fbd3707df
equal deleted inserted replaced
167:ae423926bc84 168:225db59fe6fe
    46 typedef struct timespec IEC_DATE;
    46 typedef struct timespec IEC_DATE;
    47 typedef struct timespec IEC_DT;
    47 typedef struct timespec IEC_DT;
    48 typedef struct timespec IEC_TOD;
    48 typedef struct timespec IEC_TOD;
    49 
    49 
    50 #ifndef STR_MAX_LEN
    50 #ifndef STR_MAX_LEN
    51 #define STR_MAX_LEN 40
    51 #define STR_MAX_LEN 127
    52 #endif
    52 #endif
    53 
    53 
    54 #ifndef STR_LEN_TYPE
    54 #ifndef STR_LEN_TYPE
    55 #define STR_LEN_TYPE int8_t
    55 #define STR_LEN_TYPE int8_t
    56 #endif
    56 #endif