Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
"new ruby host method"
[simgrid.git] / src / bindings / rubyDag / rb_SD_workstation.h
1 #ifndef RB_SD_WORKSTATION_H
2 #define RB_SD_WORKSTATION_H
3
4 #include <ruby.h>
5 #include <simdag/simdag.h>
6
7 // free
8 static void SD_workstation_free(SD_workstation_t);
9
10 // Workstation List
11 static VALUE rb_SD_workstation_list(VALUE Class);
12
13 // Workstation number
14 static VALUE rb_SD_workstation_number(VALUE Class);
15
16 // Workstation name
17 static VALUE rb_SD_workstation_name(VALUE Class,VALUE workstation);
18
19 #endif