##// END OF EJS Templates
Updates variable creation to pass metadata...
Updates variable creation to pass metadata When a variable is created from data source, the variable metadata are set with the data source metadata

File last commit:

r408:49f712bf7e59
r410:af1b645db780
Show More
DataProviderParameters.h
15 lines | 365 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 {
QVector<SqpDateTime> m_Times;
};
#endif // SCIQLOP_DATAPROVIDERPARAMETERS_H