From 46ab9c34757e1d24967085fb6ee6afe1534bc62a Mon Sep 17 00:00:00 2001 From: Terry Burton Date: Sun, 22 Sep 2024 16:29:53 +0100 Subject: [PATCH] Refresh docs --- docs/gs1syntaxdictionary-utils_8h.html | 2 +- docs/lint__couponcode_8c.html | 4 ++-- docs/lint__couponposoffer_8c.html | 4 ++-- docs/lint__cset39_8c.html | 4 ++-- docs/lint__cset64_8c.html | 4 ++-- docs/lint__cset82_8c.html | 4 ++-- docs/lint__csetnumeric_8c.html | 4 ++-- docs/lint__csum_8c.html | 4 ++-- docs/lint__csumalpha_8c.html | 4 ++-- docs/lint__hasnondigit_8c.html | 4 ++-- docs/lint__hh_8c.html | 4 ++-- docs/lint__hhmm_8c.html | 4 ++-- docs/lint__hyphen_8c.html | 4 ++-- docs/lint__iban_8c.html | 4 ++-- docs/lint__importeridx_8c.html | 4 ++-- docs/lint__iso3166999_8c.html | 4 ++-- docs/lint__iso3166_8c.html | 4 ++-- docs/lint__iso3166alpha2_8c.html | 4 ++-- docs/lint__iso3166list_8c.html | 2 +- docs/lint__iso4217_8c.html | 4 ++-- docs/lint__iso5218_8c.html | 4 ++-- docs/lint__key_8c.html | 4 ++-- docs/lint__latitude_8c.html | 4 ++-- docs/lint__longitude_8c.html | 4 ++-- docs/lint__mediatype_8c.html | 4 ++-- docs/lint__mm_8c.html | 4 ++-- docs/lint__mmoptss_8c.html | 2 +- docs/lint__nonzero_8c.html | 4 ++-- docs/lint__nozeroprefix_8c.html | 4 ++-- docs/lint__packagetype_8c.html | 4 ++-- docs/lint__pcenc_8c.html | 4 ++-- docs/lint__pieceoftotal_8c.html | 4 ++-- docs/lint__posinseqslash_8c.html | 4 ++-- docs/lint__ss_8c.html | 4 ++-- docs/lint__winding_8c.html | 4 ++-- docs/lint__yesno_8c.html | 4 ++-- docs/lint__yymmd0_8c.html | 4 ++-- docs/lint__yymmdd_8c.html | 4 ++-- docs/lint__yymmddhh_8c.html | 2 +- docs/lint__yyyymmd0_8c.html | 4 ++-- docs/lint__yyyymmdd_8c.html | 4 ++-- docs/lint__zero_8c.html | 4 ++-- 42 files changed, 80 insertions(+), 80 deletions(-) diff --git a/docs/gs1syntaxdictionary-utils_8h.html b/docs/gs1syntaxdictionary-utils_8h.html index 0ec8823..ae08a42 100644 --- a/docs/gs1syntaxdictionary-utils_8h.html +++ b/docs/gs1syntaxdictionary-utils_8h.html @@ -145,7 +145,7 @@

do { \
int w = CHAR_BIT * sizeof(field[0]); \
assert((size_t)(bit/w) < sizeof(field) / sizeof(field[0])); \
-
if (field[bit/w] & (1ull << (w-1) >> (bit%w))) \
+
if (field[bit/w] & (UINT64_C(1) << (w-1) >> (bit%w))) \
valid = 1; \
} while (0)
diff --git a/docs/lint__couponcode_8c.html b/docs/lint__couponcode_8c.html index 961b4d4..1ffb561 100644 --- a/docs/lint__couponcode_8c.html +++ b/docs/lint__couponcode_8c.html @@ -951,8 +951,8 @@

946 GS1_LINTER_RETURN_OK;
947
948}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
GS1_SYNTAX_DICTIONARY_API gs1_lint_err_t gs1_lint_yymmdd(const char *data, size_t *err_pos, size_t *err_len)
Definition lint_yymmdd.c:53
gs1_lint_err_t
Linter return codes other than GS1_LINTER_OK indicate an error condition.
Definition gs1syntaxdictionary.h:76
@ GS1_LINTER_ILLEGAL_DAY
The date contains an illegal day of the month.
Definition gs1syntaxdictionary.h:114
diff --git a/docs/lint__couponposoffer_8c.html b/docs/lint__couponposoffer_8c.html index 8aecce1..77c177e 100644 --- a/docs/lint__couponposoffer_8c.html +++ b/docs/lint__couponposoffer_8c.html @@ -231,8 +231,8 @@

195 GS1_LINTER_RETURN_OK;
196
197}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_COUPON_MISSING_FORMAT_CODE
The coupon's Format Code is missing.
Definition gs1syntaxdictionary.h:123
@ GS1_LINTER_COUPON_INVALID_FORMAT_CODE
The coupon's Format Code must be "0" or "1".
Definition gs1syntaxdictionary.h:124
@ GS1_LINTER_COUPON_MISSING_SERIAL_NUMBER_VLI
The coupon's Serial Number VLI is missing.
Definition gs1syntaxdictionary.h:129
diff --git a/docs/lint__cset39_8c.html b/docs/lint__cset39_8c.html index a8de497..8104513 100644 --- a/docs/lint__cset39_8c.html +++ b/docs/lint__cset39_8c.html @@ -119,8 +119,8 @@

81 GS1_LINTER_RETURN_OK;
82
83}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_INVALID_CSET39_CHARACTER
A non-CSET 39 character was found where a CSET 39 character is expected.
Definition gs1syntaxdictionary.h:80
diff --git a/docs/lint__cset64_8c.html b/docs/lint__cset64_8c.html index 2095283..0059dd4 100644 --- a/docs/lint__cset64_8c.html +++ b/docs/lint__cset64_8c.html @@ -136,8 +136,8 @@

99 GS1_LINTER_RETURN_OK;
100
101}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_INVALID_CSET64_PADDING
Incorrect number of CSET 64 pad characters.
Definition gs1syntaxdictionary.h:186
@ GS1_LINTER_INVALID_CSET64_CHARACTER
A non-CSET 64 character was found where a CSET 64 character is expected.
Definition gs1syntaxdictionary.h:185
diff --git a/docs/lint__cset82_8c.html b/docs/lint__cset82_8c.html index 9983f37..24ac157 100644 --- a/docs/lint__cset82_8c.html +++ b/docs/lint__cset82_8c.html @@ -120,8 +120,8 @@

82 GS1_LINTER_RETURN_OK;
83
84}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_INVALID_CSET82_CHARACTER
A non-CSET 82 character was found where a CSET 82 character is expected.
Definition gs1syntaxdictionary.h:79
diff --git a/docs/lint__csetnumeric_8c.html b/docs/lint__csetnumeric_8c.html index fb39995..057892e 100644 --- a/docs/lint__csetnumeric_8c.html +++ b/docs/lint__csetnumeric_8c.html @@ -110,8 +110,8 @@

70 GS1_LINTER_RETURN_OK;
71
72}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_NON_DIGIT_CHARACTER
A non-digit character was found where a digit is expected.
Definition gs1syntaxdictionary.h:78
diff --git a/docs/lint__csum_8c.html b/docs/lint__csum_8c.html index c6a8d7c..da9c4cc 100644 --- a/docs/lint__csum_8c.html +++ b/docs/lint__csum_8c.html @@ -154,8 +154,8 @@

114 GS1_LINTER_RETURN_OK;
115
116}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_TOO_SHORT_FOR_CHECK_DIGIT
The component is too short to perform a numeric check digit calculation.
Definition gs1syntaxdictionary.h:83
@ GS1_LINTER_INCORRECT_CHECK_DIGIT
The numeric check digit is incorrect.
Definition gs1syntaxdictionary.h:82
@ GS1_LINTER_NON_DIGIT_CHARACTER
A non-digit character was found where a digit is expected.
Definition gs1syntaxdictionary.h:78
diff --git a/docs/lint__csumalpha_8c.html b/docs/lint__csumalpha_8c.html index 9ab4a2d..9764235 100644 --- a/docs/lint__csumalpha_8c.html +++ b/docs/lint__csumalpha_8c.html @@ -215,8 +215,8 @@

186 GS1_LINTER_RETURN_OK;
187
188}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_TOO_LONG_FOR_CHECK_PAIR_IMPLEMENTATION
The component is too long to perform an alphanumeric check character pair calculation.
Definition gs1syntaxdictionary.h:86
@ GS1_LINTER_INCORRECT_CHECK_PAIR
The alphanumeric check-character pair are incorrect.
Definition gs1syntaxdictionary.h:84
@ GS1_LINTER_INVALID_CSET82_CHARACTER
A non-CSET 82 character was found where a CSET 82 character is expected.
Definition gs1syntaxdictionary.h:79
diff --git a/docs/lint__hasnondigit_8c.html b/docs/lint__hasnondigit_8c.html index 431d8fc..456e204 100644 --- a/docs/lint__hasnondigit_8c.html +++ b/docs/lint__hasnondigit_8c.html @@ -111,8 +111,8 @@

68 GS1_LINTER_RETURN_OK;
69
70}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_REQUIRES_NON_DIGIT_CHARACTER
A non-digit character is required.
Definition gs1syntaxdictionary.h:191
diff --git a/docs/lint__hh_8c.html b/docs/lint__hh_8c.html index 9e09804..dc3ef65 100644 --- a/docs/lint__hh_8c.html +++ b/docs/lint__hh_8c.html @@ -139,8 +139,8 @@

96 GS1_LINTER_RETURN_OK;
97
98}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_HOUR_TOO_SHORT
The hour is too short for HH format.
Definition gs1syntaxdictionary.h:192
@ GS1_LINTER_HOUR_TOO_LONG
The hour is too long for HH format.
Definition gs1syntaxdictionary.h:193
@ GS1_LINTER_ILLEGAL_HOUR
The time contains an illegal hour.
Definition gs1syntaxdictionary.h:115
diff --git a/docs/lint__hhmm_8c.html b/docs/lint__hhmm_8c.html index bb4c484..c109fbe 100644 --- a/docs/lint__hhmm_8c.html +++ b/docs/lint__hhmm_8c.html @@ -141,8 +141,8 @@

96 GS1_LINTER_RETURN_OK;
97
98}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
GS1_SYNTAX_DICTIONARY_API gs1_lint_err_t gs1_lint_mm(const char *data, size_t *err_pos, size_t *err_len)
Definition lint_mm.c:54
GS1_SYNTAX_DICTIONARY_API gs1_lint_err_t gs1_lint_hh(const char *data, size_t *err_pos, size_t *err_len)
Definition lint_hh.c:54
gs1_lint_err_t
Linter return codes other than GS1_LINTER_OK indicate an error condition.
Definition gs1syntaxdictionary.h:76
diff --git a/docs/lint__hyphen_8c.html b/docs/lint__hyphen_8c.html index 394df1f..6feea9a 100644 --- a/docs/lint__hyphen_8c.html +++ b/docs/lint__hyphen_8c.html @@ -110,8 +110,8 @@

66 GS1_LINTER_RETURN_OK;
67
68}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_NOT_HYPHEN
Only hyphens are permitted.
Definition gs1syntaxdictionary.h:187
diff --git a/docs/lint__iban_8c.html b/docs/lint__iban_8c.html index 6217d43..5598292 100644 --- a/docs/lint__iban_8c.html +++ b/docs/lint__iban_8c.html @@ -192,8 +192,8 @@

148 GS1_LINTER_RETURN_OK;
149
150}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
GS1_SYNTAX_DICTIONARY_API gs1_lint_err_t gs1_lint_iso3166alpha2(const char *data, size_t *err_pos, size_t *err_len)
Definition lint_iso3166alpha2.c:75
gs1_lint_err_t
Linter return codes other than GS1_LINTER_OK indicate an error condition.
Definition gs1syntaxdictionary.h:76
@ GS1_LINTER_INCORRECT_IBAN_CHECKSUM
The IBAN is invalid since the check characters are incorrect.
Definition gs1syntaxdictionary.h:104
diff --git a/docs/lint__importeridx_8c.html b/docs/lint__importeridx_8c.html index 2034b72..2096d3f 100644 --- a/docs/lint__importeridx_8c.html +++ b/docs/lint__importeridx_8c.html @@ -134,8 +134,8 @@

96 GS1_LINTER_RETURN_OK;
97
98}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_INVALID_IMPORT_IDX_CHARACTER
The Importer Index is an invalid character.
Definition gs1syntaxdictionary.h:91
@ GS1_LINTER_IMPORTER_IDX_MUST_BE_ONE_CHARACTER
The Importer Index must be a single character.
Definition gs1syntaxdictionary.h:90
diff --git a/docs/lint__iso3166999_8c.html b/docs/lint__iso3166999_8c.html index 4ae716f..086dd56 100644 --- a/docs/lint__iso3166999_8c.html +++ b/docs/lint__iso3166999_8c.html @@ -118,8 +118,8 @@

78 );
79
80}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
GS1_SYNTAX_DICTIONARY_API gs1_lint_err_t gs1_lint_iso3166(const char *data, size_t *err_pos, size_t *err_len)
Definition lint_iso3166.c:76
gs1_lint_err_t
Linter return codes other than GS1_LINTER_OK indicate an error condition.
Definition gs1syntaxdictionary.h:76
@ GS1_LINTER_NOT_ISO3166_OR_999
A valid ISO 3166 three-digit country code or "999" is required.
Definition gs1syntaxdictionary.h:98
diff --git a/docs/lint__iso3166_8c.html b/docs/lint__iso3166_8c.html index 4665630..b52c163 100644 --- a/docs/lint__iso3166_8c.html +++ b/docs/lint__iso3166_8c.html @@ -184,8 +184,8 @@

162 );
163
164}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_NOT_ISO3166
A valid ISO 3166 three-digit country code is required.
Definition gs1syntaxdictionary.h:97
diff --git a/docs/lint__iso3166alpha2_8c.html b/docs/lint__iso3166alpha2_8c.html index dccab6d..f845901 100644 --- a/docs/lint__iso3166alpha2_8c.html +++ b/docs/lint__iso3166alpha2_8c.html @@ -178,8 +178,8 @@

155 );
156
157}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_NOT_ISO3166_ALPHA2
A valid ISO 3166 two-character country code is required.
Definition gs1syntaxdictionary.h:99
diff --git a/docs/lint__iso3166list_8c.html b/docs/lint__iso3166list_8c.html index 7f6842b..12ec2f3 100644 --- a/docs/lint__iso3166list_8c.html +++ b/docs/lint__iso3166list_8c.html @@ -94,7 +94,7 @@

50 (void)err_len;
52}
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
diff --git a/docs/lint__iso4217_8c.html b/docs/lint__iso4217_8c.html index 2d6ee42..a24668b 100644 --- a/docs/lint__iso4217_8c.html +++ b/docs/lint__iso4217_8c.html @@ -185,8 +185,8 @@

164 );
165
166}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_NOT_ISO4217
A valid ISO 4217 three-digit currency code is required.
Definition gs1syntaxdictionary.h:100
diff --git a/docs/lint__iso5218_8c.html b/docs/lint__iso5218_8c.html index 1855205..4e677d2 100644 --- a/docs/lint__iso5218_8c.html +++ b/docs/lint__iso5218_8c.html @@ -109,8 +109,8 @@

69 GS1_LINTER_RETURN_OK;
70
71}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_INVALID_BIOLOGICAL_SEX_CODE
A valid ISO/IEC 5218 biological sex code required.
Definition gs1syntaxdictionary.h:188
diff --git a/docs/lint__key_8c.html b/docs/lint__key_8c.html index faaf71b..7b45842 100644 --- a/docs/lint__key_8c.html +++ b/docs/lint__key_8c.html @@ -163,8 +163,8 @@

145 GS1_LINTER_RETURN_OK;
146
147}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_TOO_SHORT_FOR_KEY
The component is shorter than the minimum length GS1 Company Prefix.
Definition gs1syntaxdictionary.h:88
@ GS1_LINTER_GCP_DATASOURCE_OFFLINE
The data source for GCP lookups is offline.
Definition gs1syntaxdictionary.h:87
@ GS1_LINTER_INVALID_GCP_PREFIX
The GS1 Company Prefix is invalid.
Definition gs1syntaxdictionary.h:89
diff --git a/docs/lint__latitude_8c.html b/docs/lint__latitude_8c.html index 358d6a1..f198f6f 100644 --- a/docs/lint__latitude_8c.html +++ b/docs/lint__latitude_8c.html @@ -135,8 +135,8 @@

93 GS1_LINTER_RETURN_OK;
94
95}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_LATITUDE_INVALID_LENGTH
The latitude value must be 10 digits.
Definition gs1syntaxdictionary.h:183
@ GS1_LINTER_INVALID_LATITUDE
The latitude is outside of the range "0000000000" to "1800000000".
Definition gs1syntaxdictionary.h:180
@ GS1_LINTER_NON_DIGIT_CHARACTER
A non-digit character was found where a digit is expected.
Definition gs1syntaxdictionary.h:78
diff --git a/docs/lint__longitude_8c.html b/docs/lint__longitude_8c.html index 21c48ff..668ba76 100644 --- a/docs/lint__longitude_8c.html +++ b/docs/lint__longitude_8c.html @@ -135,8 +135,8 @@

93 GS1_LINTER_RETURN_OK;
94
95}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_INVALID_LONGITUDE
The longitude is outside of the range "0000000000" to "3600000000".
Definition gs1syntaxdictionary.h:181
@ GS1_LINTER_LONGITUDE_INVALID_LENGTH
The longitude value must be 10 digits.
Definition gs1syntaxdictionary.h:184
@ GS1_LINTER_NON_DIGIT_CHARACTER
A non-digit character was found where a digit is expected.
Definition gs1syntaxdictionary.h:78
diff --git a/docs/lint__mediatype_8c.html b/docs/lint__mediatype_8c.html index 70a27d2..8cefd79 100644 --- a/docs/lint__mediatype_8c.html +++ b/docs/lint__mediatype_8c.html @@ -175,8 +175,8 @@

154 );
155
156}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_INVALID_MEDIA_TYPE
A valid AIDC media type is required.
Definition gs1syntaxdictionary.h:182
diff --git a/docs/lint__mm_8c.html b/docs/lint__mm_8c.html index 3d62e06..f7add8c 100644 --- a/docs/lint__mm_8c.html +++ b/docs/lint__mm_8c.html @@ -139,8 +139,8 @@

96 GS1_LINTER_RETURN_OK;
97
98}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_MINUTE_TOO_LONG
The minute is too long for MM format.
Definition gs1syntaxdictionary.h:195
@ GS1_LINTER_ILLEGAL_MINUTE
The time contains an illegal minute.
Definition gs1syntaxdictionary.h:116
@ GS1_LINTER_MINUTE_TOO_SHORT
The minute is too short for MM format.
Definition gs1syntaxdictionary.h:194
diff --git a/docs/lint__mmoptss_8c.html b/docs/lint__mmoptss_8c.html index dbf8973..a3a5960 100644 --- a/docs/lint__mmoptss_8c.html +++ b/docs/lint__mmoptss_8c.html @@ -94,7 +94,7 @@

50 (void)err_len;
52}
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
diff --git a/docs/lint__nonzero_8c.html b/docs/lint__nonzero_8c.html index 0affb0c..3aecd87 100644 --- a/docs/lint__nonzero_8c.html +++ b/docs/lint__nonzero_8c.html @@ -124,8 +124,8 @@

80 GS1_LINTER_RETURN_OK;
81
82}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_ILLEGAL_ZERO_VALUE
A non-zero value is required.
Definition gs1syntaxdictionary.h:92
@ GS1_LINTER_NON_DIGIT_CHARACTER
A non-digit character was found where a digit is expected.
Definition gs1syntaxdictionary.h:78
diff --git a/docs/lint__nozeroprefix_8c.html b/docs/lint__nozeroprefix_8c.html index 42bf1b8..260456f 100644 --- a/docs/lint__nozeroprefix_8c.html +++ b/docs/lint__nozeroprefix_8c.html @@ -122,8 +122,8 @@

77 GS1_LINTER_RETURN_OK;
78
79}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_ILLEGAL_ZERO_PREFIX
A zero prefix is not permitted.
Definition gs1syntaxdictionary.h:94
@ GS1_LINTER_NON_DIGIT_CHARACTER
A non-digit character was found where a digit is expected.
Definition gs1syntaxdictionary.h:78
diff --git a/docs/lint__packagetype_8c.html b/docs/lint__packagetype_8c.html index 2939972..579018e 100644 --- a/docs/lint__packagetype_8c.html +++ b/docs/lint__packagetype_8c.html @@ -183,8 +183,8 @@

162 );
163
164}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_INVALID_PACKAGE_TYPE
A valid PackageTypeCode is required.
Definition gs1syntaxdictionary.h:198
diff --git a/docs/lint__pcenc_8c.html b/docs/lint__pcenc_8c.html index de52b5c..4c7c50d 100644 --- a/docs/lint__pcenc_8c.html +++ b/docs/lint__pcenc_8c.html @@ -130,8 +130,8 @@

91 GS1_LINTER_RETURN_OK;
92
93}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_INVALID_PERCENT_SEQUENCE
The input contains an invalid percent hex-encoding "%hh" sequence.
Definition gs1syntaxdictionary.h:122
diff --git a/docs/lint__pieceoftotal_8c.html b/docs/lint__pieceoftotal_8c.html index 417d0a6..442249b 100644 --- a/docs/lint__pieceoftotal_8c.html +++ b/docs/lint__pieceoftotal_8c.html @@ -171,8 +171,8 @@

128 GS1_LINTER_RETURN_OK;
129
130}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_PIECE_NUMBER_EXCEEDS_TOTAL
The piece number must not exceed the piece total.
Definition gs1syntaxdictionary.h:121
@ GS1_LINTER_ZERO_PIECE_NUMBER
The piece number must not have a value of zero.
Definition gs1syntaxdictionary.h:119
@ GS1_LINTER_INVALID_LENGTH_FOR_PIECE_OF_TOTAL
The piece with total must have an even length, having equal-length components.
Definition gs1syntaxdictionary.h:118
diff --git a/docs/lint__posinseqslash_8c.html b/docs/lint__posinseqslash_8c.html index 5e4cf3b..5b82bd1 100644 --- a/docs/lint__posinseqslash_8c.html +++ b/docs/lint__posinseqslash_8c.html @@ -167,8 +167,8 @@

125 GS1_LINTER_RETURN_OK;
126
127}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_ILLEGAL_ZERO_PREFIX
A zero prefix is not permitted.
Definition gs1syntaxdictionary.h:94
@ GS1_LINTER_POSITION_IN_SEQUENCE_MALFORMED
The data must have the format "<pos>/<end>".
Definition gs1syntaxdictionary.h:189
@ GS1_LINTER_POSITION_EXCEEDS_END
The position number must not exceed the end number.
Definition gs1syntaxdictionary.h:190
diff --git a/docs/lint__ss_8c.html b/docs/lint__ss_8c.html index 57f1873..c6b698b 100644 --- a/docs/lint__ss_8c.html +++ b/docs/lint__ss_8c.html @@ -139,8 +139,8 @@

96 GS1_LINTER_RETURN_OK;
97
98}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_SECOND_TOO_SHORT
The second is too short for SS format.
Definition gs1syntaxdictionary.h:196
@ GS1_LINTER_SECOND_TOO_LONG
The second is too long for SS format.
Definition gs1syntaxdictionary.h:197
@ GS1_LINTER_ILLEGAL_SECOND
The time contains an illegal seconds.
Definition gs1syntaxdictionary.h:117
diff --git a/docs/lint__winding_8c.html b/docs/lint__winding_8c.html index 08323d0..1f21bed 100644 --- a/docs/lint__winding_8c.html +++ b/docs/lint__winding_8c.html @@ -109,8 +109,8 @@

69 GS1_LINTER_RETURN_OK;
70
71}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_INVALID_WINDING_DIRECTION
The winding direction must be either "0", "1" or "9".
Definition gs1syntaxdictionary.h:96
diff --git a/docs/lint__yesno_8c.html b/docs/lint__yesno_8c.html index 68eb32c..986997c 100644 --- a/docs/lint__yesno_8c.html +++ b/docs/lint__yesno_8c.html @@ -107,8 +107,8 @@

64 GS1_LINTER_RETURN_OK;
65
66}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_NOT_ZERO_OR_ONE
A "0" or "1" is required.
Definition gs1syntaxdictionary.h:95
diff --git a/docs/lint__yymmd0_8c.html b/docs/lint__yymmd0_8c.html index 6287966..d955c7d 100644 --- a/docs/lint__yymmd0_8c.html +++ b/docs/lint__yymmd0_8c.html @@ -176,8 +176,8 @@

128 GS1_LINTER_RETURN_OK;
129
130}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
GS1_SYNTAX_DICTIONARY_API gs1_lint_err_t gs1_lint_yyyymmd0(const char *data, size_t *err_pos, size_t *err_len)
Definition lint_yyyymmd0.c:55
gs1_lint_err_t
Linter return codes other than GS1_LINTER_OK indicate an error condition.
Definition gs1syntaxdictionary.h:76
@ GS1_LINTER_ILLEGAL_DAY
The date contains an illegal day of the month.
Definition gs1syntaxdictionary.h:114
diff --git a/docs/lint__yymmdd_8c.html b/docs/lint__yymmdd_8c.html index c62f79d..f0a3e20 100644 --- a/docs/lint__yymmdd_8c.html +++ b/docs/lint__yymmdd_8c.html @@ -125,8 +125,8 @@

79 GS1_LINTER_RETURN_OK;
80
81}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
GS1_SYNTAX_DICTIONARY_API gs1_lint_err_t gs1_lint_yymmd0(const char *data, size_t *err_pos, size_t *err_len)
Definition lint_yymmd0.c:61
gs1_lint_err_t
Linter return codes other than GS1_LINTER_OK indicate an error condition.
Definition gs1syntaxdictionary.h:76
@ GS1_LINTER_ILLEGAL_DAY
The date contains an illegal day of the month.
Definition gs1syntaxdictionary.h:114
diff --git a/docs/lint__yymmddhh_8c.html b/docs/lint__yymmddhh_8c.html index cc7def6..3b5fbe2 100644 --- a/docs/lint__yymmddhh_8c.html +++ b/docs/lint__yymmddhh_8c.html @@ -94,7 +94,7 @@

50 (void)err_len;
52}
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
diff --git a/docs/lint__yyyymmd0_8c.html b/docs/lint__yyyymmd0_8c.html index 9469ff2..7036cc3 100644 --- a/docs/lint__yyyymmd0_8c.html +++ b/docs/lint__yyyymmd0_8c.html @@ -169,8 +169,8 @@

125 GS1_LINTER_RETURN_OK;
126
127}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_ILLEGAL_DAY
The date contains an illegal day of the month.
Definition gs1syntaxdictionary.h:114
@ GS1_LINTER_DATE_TOO_LONG
The date is too long for YYMMDD format.
Definition gs1syntaxdictionary.h:106
@ GS1_LINTER_ILLEGAL_MONTH
The date contains an illegal month of the year.
Definition gs1syntaxdictionary.h:113
diff --git a/docs/lint__yyyymmdd_8c.html b/docs/lint__yyyymmdd_8c.html index dbc3cca..533ba1b 100644 --- a/docs/lint__yyyymmdd_8c.html +++ b/docs/lint__yyyymmdd_8c.html @@ -125,8 +125,8 @@

79 GS1_LINTER_RETURN_OK;
80
81}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
GS1_SYNTAX_DICTIONARY_API gs1_lint_err_t gs1_lint_yyyymmd0(const char *data, size_t *err_pos, size_t *err_len)
Definition lint_yyyymmd0.c:55
gs1_lint_err_t
Linter return codes other than GS1_LINTER_OK indicate an error condition.
Definition gs1syntaxdictionary.h:76
@ GS1_LINTER_ILLEGAL_DAY
The date contains an illegal day of the month.
Definition gs1syntaxdictionary.h:114
diff --git a/docs/lint__zero_8c.html b/docs/lint__zero_8c.html index e2ca1dd..d005b9d 100644 --- a/docs/lint__zero_8c.html +++ b/docs/lint__zero_8c.html @@ -118,8 +118,8 @@

74 GS1_LINTER_RETURN_OK;
75
76}
-
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:57
-
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:42
+
#define GS1_LINTER_RETURN_ERROR(error, position, length)
Return from a linter indicating that a problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:62
+
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47
@ GS1_LINTER_NOT_ZERO
A zero value is required.
Definition gs1syntaxdictionary.h:93