Lines Matching refs:output

107 It can also output the data to a C file formatted as a byte array.
120 …c <CDDL description file> -t <which CDDL type to expect> -i <input data file> -o <output data file>
127 …c <CDDL description file> -t <which CDDL type to expect> -i <input data file> -o <output data file>
168 …CDDL description file(s)> -t <which CDDL type(s) to expose in the API> --output-cmake <path to pla…
184 …- A CMake file that creates a library with the generated code and the C library (if `--output-cmak…
198 When calling zcbor with the argument `--output-cmake <file path>`, a CMake file will be created at …
417 [--default-max-qty DEFAULT_MAX_QTY] [--output-c OUTPUT_C]
418 [--output-h OUTPUT_H] [--output-h-types OUTPUT_H_TYPES]
419 [--copy-sources] [--output-cmake OUTPUT_CMAKE] -t
426 The output from this script is a C file and a header file. The header file
458 --output-c OUTPUT_C, --oc OUTPUT_C
459 Path to output C file. If both --decode and --encode
463 --output-cmake file. A 'src' directory will be created
467 --output-h OUTPUT_H, --oh OUTPUT_H
468 Path to output header file. If both --decode and
472 the --output-cmake file. An 'include' directory will
476 --output-h-types OUTPUT_H_TYPES, --oht OUTPUT_H_TYPES
477 Path to output header file with typedefs (shared
479 and name will be taken from the output header file
480 (--output-h), with '_types' added to the file name.
483 --output-cmake OUTPUT_CMAKE
484 Path to output CMake file. The filename of the CMake
581 [--output-as {yaml,json,cbor,cborhex,c_code}]
623 -o OUTPUT, --output OUTPUT
624 Output data file. The option --output-as specifies how
626 --output-as {yaml,json,cbor,cborhex,c_code}
627 Which format to interpret the output file as. If
633 Only relevant together with '--output-as c_code' or .c
636 Only relevant together with '--output-as c_code' or .c