slsReceiver: HDF5: unlimited max dimension in x (#numImages), x dim gets incremented by #frames when it gets an extra image, removed virtual_ naming in parameter names, small cased parameter names

This commit is contained in:
2018-07-18 14:05:31 +02:00
parent 40c96b5562
commit 3b6ead7783
5 changed files with 171 additions and 60 deletions

View File

@@ -185,5 +185,8 @@ class HDF5File : private virtual slsReceiverDefs, public File, public HDF5FileSt
/** Dataset array for parameters */
vector <DataSet*> dataset_para;
/** Number of Images (including extended during acquisition) */
uint64_t extNumImages;
};
#endif