#ifndef SCIQLOP_SQPDATETIME_H #define SCIQLOP_SQPDATETIME_H /** * @brief The SqpDateTime struct holds the information of time parameters * @sa SqpDateTime */ struct SqpDateTime { /// Start time double m_TStart; /// End time double m_TEnd; }; #endif // SCIQLOP_SQPDATETIME_H