registering new properties for existing classes

Hi All,

I'm writing my own vfd and I'd like to register some new file access
properties with the existing class.

All the examples testing properties in tgenprop.c appear to also create
a new class of property list before calling H5Pregister.

So, is adding new 'permanent' properties to existing pl classes
supported?

Mark

···

--
Mark C. Miller, Lawrence Livermore National Laboratory
================!!LLNL BUSINESS ONLY!!================
miller86@llnl.gov urgent: miller86@pager.llnl.gov
T:8-6 (925)-423-5901 M/W/Th:7-12,2-7 (530)-753-851

Hi Mark,

···

On Mar 10, 2010, at 2:57 PM, Mark Miller wrote:

Hi All,

I'm writing my own vfd and I'd like to register some new file access
properties with the existing class.

All the examples testing properties in tgenprop.c appear to also create
a new class of property list before calling H5Pregister.

So, is adding new 'permanent' properties to existing pl classes
supported?

  You won't be able to modify the default property lists that the library creates, but you should be able to add your own properties to a file access property list (in your application) and then check for those properties in your VFD.

  Quincey