@@ -0,0 +1,16 | |||
|
1 | #ifndef SCIQLOP_DATAPROVIDERPARAMETERS_H | |
|
2 | #define SCIQLOP_DATAPROVIDERPARAMETERS_H | |
|
3 | ||
|
4 | /** | |
|
5 | * @brief The DataProviderParameters struct holds the information needed to retrieve data from a | |
|
6 | * data provider | |
|
7 | * @sa IDataProvider | |
|
8 | */ | |
|
9 | struct DataProviderParameters { | |
|
10 | /// Start time | |
|
11 | double m_TStart; | |
|
12 | /// End time | |
|
13 | double m_TEnd; | |
|
14 | }; | |
|
15 | ||
|
16 | #endif // SCIQLOP_DATAPROVIDERPARAMETERS_H |
General Comments 0
You need to be logged in to leave comments.
Login now