##// END OF EJS Templates
Added some regs definitions for LFR instrument. Added memory size measurement.
Added some regs definitions for LFR instrument. Added memory size measurement.

File last commit:

r73:680fae912f57 default
r73:680fae912f57 default
Show More
PySocExplorerEngine_init.cpp
11 lines | 384 B | text/x-c | CppLexer
#include <PythonQt.h>
#include <PythonQtConversion.h>
#include "PySocExplorerEngine0.h"
void PythonQt_init_PySocExplorerEngine(PyObject* module) {
PythonQt::priv()->registerClass(&socexplorerplugin::staticMetaObject, "PySocExplorerEngine", PythonQtCreateObject<PythonQtWrapper_socexplorerplugin>, PythonQtSetInstanceWrapperOnShell<PythonQtShell_socexplorerplugin>, module, 0);
}