Hi,

Is it possible to write compound datatype, such as 'Struct' in packet table?

e.g. suppose if I have a structure,

struct myInfo
{
    char name[20];
    int age;
    float height;
}myInfo;

The packet table should look like:

Name     Age   Height
xyz         20      5.7

I mean like a table.

Is it possible? I tried creating compound data type but, to insert fields I
need to use Table APIs.
And it doesn't work for me. Any help?


-----
Best Regards,
Santosh
-- 
View this message in context: 
http://hdf-forum.184993.n3.nabble.com/Compund-DataType-in-Packet-Table-tp1923252p1923252.html
Sent from the hdf-forum mailing list archive at Nabble.com.

_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org

Reply via email to