6 lines
101 B
Objective-C
6 lines
101 B
Objective-C
function state = initialRS(P, Sw, Cs, Cb)
|
|
state.p = P;
|
|
state.sw = Sw;
|
|
state.cs = Cs;
|
|
state.cb = Cb;
|