I'm using the HDF5DotNet Packet Table wrappers to write sensor data in real time. And I'm going to have to work on speeding up the write for the higher-rate sensors.
One problem I had was writing/appending multiple rows in a packet table with the same append would always fail. However the easy work around was to do them one at a time. It seemed that the way .NET structures it's arrays is incompatible with the way the C libs expect them. But I'm worried that this is causing that slow down.
Does anyone have an example where they got that to work?
Scott
ยทยทยท
________________________________
This e-mail and any files transmitted with it may be proprietary and are intended solely for the use of the individual or entity to whom they are addressed. If you have received this e-mail in error please notify the sender.
Please note that any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of ITT Corporation. The recipient should check this e-mail and any attachments for the presence of viruses. ITT accepts no liability for any damage caused by any virus transmitted by this e-mail.