Ejemplo n.º 1
0
        public void Clear()
        {
            _realTimeData = new pp_params();

            _pos        = -1;
            _n100       = -1;
            _n50        = -1;
            _nmiss      = -1;
            _maxCombo   = -1;
            _rtppResult = pp_calc.Empty;

            _fcN100   = -1;
            _fcN50    = -1;
            _fcResult = pp_calc.Empty;

            _lastMods  = c_unknown_mods;
            _maxResult = pp_calc.Empty;
        }
Ejemplo n.º 2
0
        public void Clear()
        {
            _realTimeData = new pp_params();

            _pos        = -1;
            _n100       = -1;
            _n50        = -1;
            _nmiss      = -1;
            _maxCombo   = -1;
            _rtppResult = pp_calc.Empty;

            _fcN100   = -1;
            _fcN50    = -1;
            _fcResult = pp_calc.Empty;

            _maxMods   = ModsInfo.Empty;
            _maxResult = pp_calc.Empty;
        }
Ejemplo n.º 3
0
 public static extern bool get_ppv2(byte[] data, UInt32 dataSize, ref rtpp_params args, Boolean useCache, pp_params cache, ref pp_calc result);