module shared_object
Global Variables
- ffi
class Object
method __init__
__init__(session, obj, symbol)
Create a new vAccel object
method create_shared_object
create_shared_object()
Creates a shared object from a file and returns a pointer to it
Args:
obj
: The file path to the object file
Returns: A pointer to the shared object
method create_shared_objects
create_shared_objects(objects: List[str]) → List[str]
Creates a list of shared objects from a list of file paths
Args:
objects
: A list of file paths to the object files
Returns: A list of pointers to the shared objects
method destroy_shared_object
destroy_shared_object()
method object_symbol
object_symbol(symbol)
method register_object
register_object()
method unregister_object
unregister_object()