示例#1
0
        public bool AddRossi(ulong gateWidthTics)
        {
            bool good;

            good = handler.InstantiateRossiAlphaAnalyzer(gateWidthTics);
            if (!good)
            {
                logger.TraceEvent(LogLevels.Warning, 1504, "Rossi analyzer (at {0} ticks) creation failed, dunno why", gateWidthTics);
            }

            return(good);
        }