lib/iec_types.h
changeset 170 e10fbd3707df
parent 168 225db59fe6fe
child 212 8c9ec7d37d3a
equal deleted inserted replaced
169:bea932bc60b0 170:e10fbd3707df
    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 127
    51 #define STR_MAX_LEN 126
    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