HDF5: Compound Data Type with Variable Length String to Packet Table

前端 未结 0 1652
没有蜡笔的小新
没有蜡笔的小新 2021-01-30 04:32

I\'ve successfully exported a fixed length compound data type to a packet table using the following code:

typedef struct moddata_t {
    char cLog[4096];
} moddat         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题