process_components¶
-
InventoryXmlParser.process_components(sensor, components)[source]¶ Process the component nodes of a sensor.
- Parameters
sensor (
mss_dataserver.geometry.inventory.Sensor) – The sensor to which to add the components.components (
listofetree.SubElement) – The xml component nodes parsed using the findall method.