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

            good = handler.InstantiateEventSpacingAnalyzer(gateWidthTics);
            if (!good)
            {
                logger.TraceEvent(LogLevels.Warning, 1505, "TimeInterval analyzer (at {0} ticks) creation failed, dunno why", gateWidthTics);
            }
            return(good);
        }