public static void notServer(string[] args) { Console.WriteLine("Auxilliary test method"); DSPComms dspComms = new DSPComms(); dspComms.init(); Console.WriteLine("Done, press any key to exit"); Console.ReadKey(); }
public MEAMEcontrol() { this.daq = new DAQ(); this.cm = new ConnectionManager(); this.cm.daq = this.daq; this.channelServer = new ChannelServer(cm); this.usblist = new CMcsUsbListNet(); this.DAQconfigured = false; this.DAQrunning = false; this.dsp = new DSPComms(); }