[Nexus-developers] NXgetpath

Mark Koennecke Mark.Koennecke at psi.ch
Tue Oct 27 15:17:19 GMT 2009


Hi,

I looked at the implementation of NXgetpath in the C-API and as far as I
see it now, there are two options:

- In principle the information required is there in the stacks of the 
underlying
  physical file format driver code. Using this would require an addition to
  pNexusFunction and three specific implementations. Which is kind of ugly.
- The other option would be to implement this at the napi.c level. And make
  NXopen/closegroup, NXopen/closedata maintain a stack. On the plus side of
  this option is that only one implementation is required. The downside 
is that I
  need to add yet another stack.
I am tempted by the second solution. Has anyone opinions?

Best Regards,

    Mark



More information about the NeXus-developers mailing list