blob: 448f7ffd8c2fb6f25691e614d978c6ed84d93552 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
/* autogenerated from "macros/Linear/CLINDUMMY_f.sci" */
function CLINDUMMY_f() {
CLINDUMMY_f.prototype.define = function CLINDUMMY_f() {
x0 = 0;
model = scicos_model();
model.sim = list("cdummy",4);
model.state = x0;
model.blocktype = "c";
model.firing = [];
model.dep_ut = [false,true];
gr_i = [];
this.x = standard_define([3,2],model,[],gr_i);
}
CLINDUMMY_f.prototype.details = function CLINDUMMY_f() {
return this.x;
}
CLINDUMMY_f.prototype.get = function CLINDUMMY_f() {
}
CLINDUMMY_f.prototype.set = function CLINDUMMY_f() {
this.x = arg1;
}
}
|