14 #ifndef SST_CORE_MODEL_PYTHON_PYMODEL_PORTMODULE_H 15 #define SST_CORE_MODEL_PYTHON_PYMODEL_PORTMODULE_H 17 #include "sst/core/sst_types.h" 18 #include "sst/core/warnmacros.h" 20 DISABLE_WARN_DEPRECATED_REGISTER
28 class ConfigPortModule;
39 SST::ComponentId_t id;
62 extern PyTypeObject PyModel_PortModuleType;
65 getPortModule(PyObject* pobj)
68 if ( pm ==
nullptr ) {
69 PyErr_SetString(PyExc_RuntimeError,
"Failed to find ConfigPortModule");
76 #endif // SST_CORE_MODEL_PYTHON_PYMODEL_PORTMODULE_H Definition: pymodel_portmodule.h:57
Class that represents a PortModule in ConfigGraph.
Definition: configGraph.h:348
Definition: pymodel_portmodule.h:36