#include "binding.h"
#include "swig.cin"
Functions | |
void | RubyVPI_binding_init () |
Initializes the Ruby bindings. | |
VALUE | RubyVPI_binding_rubify_callback (p_cb_data aCallback) |
Converts the given VPI callback structure into a Ruby value. |
void RubyVPI_binding_init | ( | ) |
Initializes the Ruby bindings.
This function must be called ONLY from the main C process (NOT from inside a thread).
Also, this function must be called ONLY after RubyVPI_roobee_init() has been called.
VALUE RubyVPI_binding_rubify_callback | ( | p_cb_data | aCallback | ) |
Converts the given VPI callback structure into a Ruby value.