as2fm.scxml_converter.bt_converter.get_blackboard_variables_from_models

as2fm.scxml_converter.bt_converter.get_blackboard_variables_from_models(models: List[ScxmlRoot]) Dict[str, str]

Collect all blackboard variables and return them as a dictionary.

Parameters:

models – List of ScxmlModel to extract the information from.

Returns:

Dictionary with name and type of the detected blackboard variable.