Simple Virtual Machine
A simple but flexible virtual machine
|
This module contains API functions to handle SVM plugins. More...
Modules | |
SVM plugin objects | |
This module contains API functions to handle SVM plugin objects. | |
SVM plugin configuration | |
This module contains API functions to handle SVM plugin configuration. | |
Functions | |
SVM_FUNCTION SVM_String | svm_plugin_print (const void *svm) |
This function extracts a string representation of all defined objects in plugins. More... | |
This module contains API functions to handle SVM plugins.
Plugins are not directly accessible in the present API, but some detection functions are defined to allow dynamic detection of plugin dependencies.
SVM_FUNCTION SVM_String svm_plugin_print | ( | const void * | svm | ) |
This function extracts a string representation of all defined objects in plugins.
[in] | svm | The SVM pointer passed as first argument of the callback function. |
FAILURE | interruption when a parameter is incorrect. (Please refer to the main description page of this API.) |