Mantid
Loading...
Searching...
No Matches
StartAndEndTimeFromNexusFileExtractor.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2016 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
8
9#include "MantidDataHandling/DllConfig.h"
11#include <string>
12
13namespace Mantid {
14namespace DataHandling {
17Mantid::Types::Core::DateAndTime DLLExport extractStartTime(const std::string &filename);
18Mantid::Types::Core::DateAndTime DLLExport extractEndTime(const std::string &filename);
19} // namespace DataHandling
20} // namespace Mantid
#define DLLExport
Definitions of the DLLImport compiler directives for MSVC.
Definition: System.h:53
Mantid::Types::Core::DateAndTime DLLExport extractEndTime(const std::string &filename)
Gets the start time from the nexus file.
Mantid::Types::Core::DateAndTime DLLExport extractStartTime(const std::string &filename)
Extracts the start and the end time from a Nexus file.
Helper class which provides the Collimation Length for SANS instruments.