Create Prefix String Type
marcpage opened this issue · 0 comments
marcpage commented
A common data type in LabVIEW is a length-byte-prefixed string. There is code in pylavi/file.py that parses these. We should have a class that parses them in pylavi/data_types.py.
Once the class is created, Resources.__load_resource_name should be refactored to use it.