##// END OF EJS Templates
Initial Pybind11 binding experiment working....
Initial Pybind11 binding experiment working. Can open an amda formatted file from Python and get few attributes from ScalarSeries. Loading module from python works. Embedding python interpreter also works. Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r942:131dd68d9046
r1339:98271eda8c6e
Show More
AmdaDefs.h
18 lines | 432 B | text/x-c | CLexer
Alexandre Leroux
Amda provider update (1)...
r412 #ifndef SCIQLOP_AMDADEFS_H
#define SCIQLOP_AMDADEFS_H
#include <QString>
// ////////////// //
// AMDA constants //
// ////////////// //
// Relevant keys in JSON file
extern const QString AMDA_COMPONENT_KEY;
Alexandre Leroux
Reads variable metadata to get the data type...
r566 extern const QString AMDA_DATA_TYPE_KEY;
Alexandre Leroux
Amda provider update (1)...
r412 extern const QString AMDA_PRODUCT_KEY;
Alexandre Leroux
Updates AMDA JSON file to handle spectrograms...
r942 extern const QString AMDA_SERVER_KEY;
Alexandre Leroux
Amda provider update (1)...
r412 extern const QString AMDA_ROOT_KEY;
extern const QString AMDA_XML_ID_KEY;
#endif // SCIQLOP_AMDADEFS_H