##// END OF EJS Templates
Add thread protection for DataSeries...
Add thread protection for DataSeries Set Y range to varRange instead of graghRange where no data has been computed yet Set cosinus freq to 1htz

File last commit:

r350:0235d77353e2
r636:ad1efe843595
Show More
AmdaGlobal.h
12 lines | 238 B | text/x-c | CLexer
#ifndef SCIQLOP_AMDAGLOBAL_H
#define SCIQLOP_AMDAGLOBAL_H
#include <QtCore/QtGlobal>
#if defined(AMDA_LIB)
#define SCIQLOP_AMDA_EXPORT Q_DECL_EXPORT
#else
#define SCIQLOP_AMDA_EXPORT Q_DECL_IMPORT
#endif
#endif // SCIQLOP_AMDAGLOBAL_H