Exemplo n.º 1
0
 //Initialize collection arrays
 void Bridge_Attach(object sender, AttachEventArgs e)
 {
     valueSums    = new double[4];
     output_queue = new byte[this.OUTPacketLength];
     bridges      = new BridgeBridgeCollection(this, 4);
 }
Exemplo n.º 2
0
 //Nullify collection arrays
 void Bridge_Detach(object sender, DetachEventArgs e)
 {
     bridges = null;
 }
Exemplo n.º 3
0
 //Nullify collection arrays
 void Bridge_Detach(object sender, DetachEventArgs e)
 {
     bridges = null;
 }
Exemplo n.º 4
0
 //Initialize collection arrays
 void Bridge_Attach(object sender, AttachEventArgs e)
 {
     valueSums = new double[4];
     output_queue = new byte[this.OUTPacketLength];
     bridges = new BridgeBridgeCollection(this, 4);
 }