SoCRocket
Transaction-Level Modeling Framework for Space Applications
#include <registry.h>
Public Types | |
| typedef PyObject *(* | generator_f )(sc_core::sc_object *, std::string) |
Public Member Functions | |
| PyScObjectGenerator (generator_f funct=NULL) | |
Static Public Member Functions | |
| static PyObject * | find_object_by_ptr (sc_core::sc_object *obj) |
| static sc_core::sc_object * | find_object_by_name (std::string name) |
| typedef PyObject*(* PyScObjectGenerator::generator_f)(sc_core::sc_object *, std::string) |