##// END OF EJS Templates
A variable is now created with its dateTime too....
A variable is now created with its dateTime too. The variable can now determine if it as already the data requested on the new requested range or not.

File last commit:

r177:e7b5abd4403a
r212:8e4faeed90b4
Show More
DataProviderParameters.h
15 lines | 355 B | text/x-c | CLexer
/ core / include / Data / DataProviderParameters.h
#ifndef SCIQLOP_DATAPROVIDERPARAMETERS_H
#define SCIQLOP_DATAPROVIDERPARAMETERS_H
#include "SqpDateTime.h"
/**
* @brief The DataProviderParameters struct holds the information needed to retrieve data from a
* data provider
* @sa IDataProvider
*/
struct DataProviderParameters {
SqpDateTime m_Time;
};
#endif // SCIQLOP_DATAPROVIDERPARAMETERS_H