as2fm.scxml_converter.bt_converter.get_blackboard_variables_from_models

as2fm.scxml_converter.bt_converter.get_blackboard_variables_from_models(ascxml_models: List[GenericScxmlRoot]) Dict[str, str]

Collect all blackboard variables and return them as a dictionary.

Parameters:

ascxml_models – List of AscxmlModel to extract the information from.

Returns:

Dictionary with name and type of the detected blackboard variable.