Lines Matching refs:output
113 It can also output the data to a C file formatted as a byte array.
126 …c <CDDL description file> -t <which CDDL type to expect> -i <input data file> -o <output data file>
133 …c <CDDL description file> -t <which CDDL type to expect> -i <input data file> -o <output data file>
172 …CDDL description file(s)> -t <which CDDL type(s) to expose in the API> --output-cmake <path to pla…
188 …- A CMake file that creates a library with the generated code and the C library (if `--output-cmak…
202 When calling zcbor with the argument `--output-cmake <file path>`, a CMake file will be created at …
439 [--default-max-qty DEFAULT_MAX_QTY] [--output-c OUTPUT_C]
440 [--output-h OUTPUT_H] [--output-h-types OUTPUT_H_TYPES]
441 [--copy-sources] [--output-cmake OUTPUT_CMAKE] -t
448 The output from this script is a C file and a header file. The header file
480 --output-c OUTPUT_C, --oc OUTPUT_C
481 Path to output C file. If both --decode and --encode
485 --output-cmake file. A 'src' directory will be created
489 --output-h OUTPUT_H, --oh OUTPUT_H
490 Path to output header file. If both --decode and
494 the --output-cmake file. An 'include' directory will
498 --output-h-types OUTPUT_H_TYPES, --oht OUTPUT_H_TYPES
499 Path to output header file with typedefs (shared
501 and name will be taken from the output header file
502 (--output-h), with '_types' added to the file name.
505 --output-cmake OUTPUT_CMAKE
506 Path to output CMake file. The filename of the CMake
605 [--output-as {yaml,json,cbor,cborhex,c_code}]
647 -o OUTPUT, --output OUTPUT
648 Output data file. The option --output-as specifies how
650 --output-as {yaml,json,cbor,cborhex,c_code}
651 Which format to interpret the output file as. If
657 Only relevant together with '--output-as c_code' or .c
660 Only relevant together with '--output-as c_code' or .c