I have a struct as shown below:
I have a problem with this struct. In some fields, instead of the values as in the other fields, it's written 48x1 uint32. I want to have to numbers as in the other fields, for example [23;45;67].
My problem is that I want to save the struct in a csv file, for then open it with python, and saving the struct as it is in the fields I need the values, instead of 48x1 uint32.
