Example #1
0
        //private CacheManager _cache;


        public FileManager(IGpfProject setup)
        {
            CaptureFile = new PacketCaptureFile(setup.CaptureFiles[0]);
            IndexFile   = new PacketIndexFile(setup.PacketIndex);
            TimeFile    = new TimeIndexFile(setup.TimeIndex);

            CountCache = new FilterCountCache(setup.FilterFiles);
        }
Example #2
0
 public ViewFormSetup(NetMQSocket socket, IGpfProject project, List <string> gpus) : this()
 {
     Project = project;
     Socket  = socket;
     Gpus    = gpus;
 }