##// END OF EJS Templates
Creates AMDAServer class...
Creates AMDAServer class AmdaServer class declares an AMDA server. Implementations will return server name and server url

File last commit:

r581:098cadc4596c
r1144:ccbc4ffe2a72
Show More
VisualizationDefs.h
10 lines | 218 B | text/x-c | CLexer
#ifndef SCIQLOP_VISUALIZATIONDEFS_H
#define SCIQLOP_VISUALIZATIONDEFS_H
#include <map>
class QCPAbstractPlottable;
using PlottablesMap = std::map<int, QCPAbstractPlottable *>;
#endif // SCIQLOP_VISUALIZATIONDEFS_H