From f5a86bbfe1e4d0ec5e9296b84a3e1096fdc4a9a6 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Tue, 10 Jul 2018 12:31:55 +0200 Subject: [PATCH] slsReceiverSoftware: removed hdf5 static cpp file --- slsReceiverSoftware/src/HDF5FileStatic.cpp | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100644 slsReceiverSoftware/src/HDF5FileStatic.cpp diff --git a/slsReceiverSoftware/src/HDF5FileStatic.cpp b/slsReceiverSoftware/src/HDF5FileStatic.cpp deleted file mode 100644 index f4df3d7c9..000000000 --- a/slsReceiverSoftware/src/HDF5FileStatic.cpp +++ /dev/null @@ -1,37 +0,0 @@ -/************************************************ - * @file HDF5File.cpp - * @short sets/gets properties for the HDF5 file, - * creates/closes the file and writes data to it - ***********************************************/ -#include "HDF5FileStatic.h" - -const char * const HDF5FileStatic::ParameterNames[] = { - "frameNumber", - "expLength", - "packetNumber", - "bunchId", - "timestamp", - "modId", - "xCoord", - "yCoord", - "zCoord", - "debug", - "roundRNumber", - "detType", - "version"}; -const DataType HDF5FileStatic::ParameterDataTypes[] = { - PredType::STD_U64LE, - PredType::STD_U32LE, - PredType::STD_U32LE, - PredType::STD_U64LE, - PredType::STD_U64LE, - PredType::STD_U16LE, - PredType::STD_U16LE, - PredType::STD_U16LE, - PredType::STD_U16LE, - PredType::STD_U32LE, - PredType::STD_U16LE, - PredType::STD_U8LE, - PredType::STD_U8LE}; - -