##// END OF EJS Templates
lfrsgse is able to parse TM_LFR_SCIENCE_NORMAL_ASM_F0 packets...
lfrsgse is able to parse TM_LFR_SCIENCE_NORMAL_ASM_F0 packets possibility to store the spectral matrices possibility to plot diagonal values of the matrices

File last commit:

r57:71cb087f0080 default
r60:ead0b0c28332 default
Show More
parameterdump_global.h
12 lines | 269 B | text/x-c | CLexer
/ parameterdump / parameterdump_global.h
dashboard tab added to the rmapplugin...
r46 #ifndef PARAMETERDUMP_GLOBAL_H
#define PARAMETERDUMP_GLOBAL_H
Progress bar added to the plugin
r57 #include <qglobal.h>
dashboard tab added to the rmapplugin...
r46
#if defined(PARAMETERDUMP_LIBRARY)
# define PARAMETERDUMPSHARED_EXPORT Q_DECL_EXPORT
#else
# define PARAMETERDUMPSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // PARAMETERDUMP_GLOBAL_H