X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4419ab41e208b813ab7ee7005de111fb23049a4f..05a2819a1d62a4ebe2af6d0a60654bf8e629d042:/src/bindings/ruby/rb_msg.h diff --git a/src/bindings/ruby/rb_msg.h b/src/bindings/ruby/rb_msg.h index b27cd5795e..d6a4ebcc95 100644 --- a/src/bindings/ruby/rb_msg.h +++ b/src/bindings/ruby/rb_msg.h @@ -4,6 +4,8 @@ #include "msg/msg.h" #include +XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test, + "Messages specific for this msg example"); // #include "msg/private.h" // #include "simix/private.h" @@ -30,20 +32,15 @@ static void msg_createEnvironment(VALUE Class,VALUE plateformFile); // deploy Application static void msg_deployApplication(VALUE Class,VALUE deploymntFile); - -// Register Function -static void msg_registerFunction(VALUE Class,VALUE function_name,VALUE code); - // Tools static void msg_info(VALUE Class,VALUE msg); //get Clock -static VALUE msg_get_clock(VALUE Class); +static void msg_get_clock(VALUE Class); //pajeOutput static void msg_paje_output(VALUE Class,VALUE pajeFile); - // Ruby Introspection : To instanciate a Ruby Class from its Name static VALUE msg_new_ruby_instance(VALUE Class,VALUE className);