##// END OF EJS Templates
Function added to the plugin to store packets in CSV format.
Function added to the plugin to store packets in CSV format.

File last commit:

r46:47a6c68a9cf9 default
r55:4ea52012da18 default
Show More
parameterdump_global.h
12 lines | 276 B | text/x-c | CLexer
/ parameterdump / parameterdump_global.h
dashboard tab added to the rmapplugin...
r46 #ifndef PARAMETERDUMP_GLOBAL_H
#define PARAMETERDUMP_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(PARAMETERDUMP_LIBRARY)
# define PARAMETERDUMPSHARED_EXPORT Q_DECL_EXPORT
#else
# define PARAMETERDUMPSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // PARAMETERDUMP_GLOBAL_H