This is the shipped English man-page reference for zerodds-xmlc — the same text as man zerodds-xmlc. The surrounding navigation follows the language switch; the reference body stays English, as man-pages conventionally do.
Dies ist die ausgelieferte englische man-page-Referenz für zerodds-xmlc — derselbe Text wie man zerodds-xmlc. Navigation und Seitenrahmen folgen dem Sprach-Umschalter; der Referenz-Body bleibt englisch, wie man-pages es konventionell tun.
NAME
zerodds-xmlc - DDS-XML validator, deployment renderer, type lister
SYNOPSIS
zerodds-xmlc command file.xml
DESCRIPTION
zerodds-xmlc is a command-line front-end over the ZeroDDS DDS-XML parsers (OMG DDS-XML 1.0). It parses a deployment file and reports; it never touches the network.
COMMANDS
- validate FILE.xml
-
Check well-formedness and parse every DDS-XML library (types, qos, domain, participant, application). Print a one-line tally. Exit 1 on a parse or validation error.
- render FILE.xml
-
Print a structured deployment summary: domains and their topics, participants and their publishers/subscribers with the data writers/readers underneath.
- types FILE.xml
-
List the <types> (XTypes) definitions, recursing into modules.
- help
-
Show usage.
EXIT STATUS
- 0
-
Success / valid.
- 1
-
Parse or validation error.
- 2
-
CLI parse error / bad invocation.
EXAMPLES
Validate a deployment file:
zerodds-xmlc validate deployment.xml
Render the deployment tree:
zerodds-xmlc render deployment.xml
SEE ALSO
zerodds-admin(1), zerodds-idlc(1)
AUTHORS
ZeroDDS Contributors <release@zerodds.org>