endurox.ndrx_stdcfgstr_parse¶
- endurox.ndrx_stdcfgstr_parse(cfgstr: str) List[List[str]]¶
- Enduro/X standard configuration string parser. - Raises:
- runtime_error – Runtime error occurred (malloc failed).
- Parameters:
- cfgstr (str) – String containing the standard configuration starting such as: setting1, setting2 setting3tsetting=4t,,,setting=”HELLO”, settingA=”=HELLO”,settingB”=CCC” 
- Returns:
- ret – list of lists, in second list there is always element 0 present, the element 1 may not be present, as setting>=value< is optional. 
- Return type: