コード例 #1
0
 private int make_decode_ready()
 {
     vd.synthesis_init(vis[0]);
     vb.init(vd);
     decode_ready = true;
     return(0);
 }