1 dcf2c - CANopen EDS/DCF to C conversion tool
2 ============================================
9 dcf2c [--no-strings] [-o <file> | --output=<file>] [filename]
15 The CANopen EDS/DCF to C conversion tool reads the EDS or DCF file given by
16 `filename` and generates a `co_sdev` C struct containing a static device
17 description. This is typically used on embedded platforms which lack the
18 resources to parse an EDS/DCF file at runtime.
20 The options are as follows:
22 -h, --help Display help.
23 --no-strings Do not include optional strings in the output.
24 -o <file>, --output=<file> \
25 Write the output to <file> instead of stdout.
27 The `--no-strings` option prevents the names of objects and sub-objects from
28 appearing in the generated struct (they are displayed in the comments instead).