Example #1
0
 public LMMMConfig(LMMMConfig src)
 {
     _parms = (Hashtable)src._parms.Clone();
     LEDs = src.LEDs; Input = src.Input; Debug = src.Debug; HV = src.HV; LLD = src.LLD; HVTimeout = src.HVTimeout;
 }
Example #2
0
 public void AfterDBSetup(AppContextConfig appctx, string[] args)
 {
     _args = args;
     // sets hardcoded defaults for all values
     app = appctx;
     acq = new LMAcquireConfig(_parms);
     netcomm = new LMMMNetComm(_parms);
     lmmm = new LMMMConfig(_parms);
     cmd = new CmdConfig(_parms);
 }