Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Almost Done ... Still Stuckin' Wiith Some MSG Error while The Slave Should Recieve ...
[simgrid.git] / src / bindings / ruby / rb_msg.h
index d6e3dc4..c14656d 100644 (file)
@@ -30,18 +30,19 @@ 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
+//get Clock  
 static VALUE 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);
+
+// The Same ... This Time with Args
+static VALUE msg_new_ruby_instance_with_args(VALUE Class,VALUE className,VALUE args);
 
 #endif
\ No newline at end of file