Open medley56 opened 1 month ago
Along a similar vein with working on this API: Is there a way to "know" the root container? Right now we have the user pass the root_container_name
into the packet generator. I'm wondering if this means there can be multiple "roots"? Alternatively are we able to just detect that automatically for a user and start with the sequence container that is the root we found. Another option would be to have the root_container_name
be passed to the XtcePacketDefinition
constructor instead of the packet generator.
Context
The packet definition object represents the XTCE document but not all attributes are currently exposed. Users should be able to access all of the packet definition information via the packet definition properties.
Implementation Plan