timestampあり

parent 85c458ec
......@@ -25,7 +25,7 @@ namespace iBeaconScanner
/* パラメータ */
public static int A_thresh = 2;//認証可能人数
public static double B_thresh = 0.3;//RU率
public static TimeSpan TIMEOUT = new TimeSpan(0,0,1);//3秒間離れてたら近くにいないと判断
public static TimeSpan TIMEOUT = new TimeSpan(0,1,0);//3秒間離れてたら近くにいないと判断
public static TimeSpan LIMIT_TIME = new TimeSpan(0, 0, 5);//3秒パケットが取れなければ終了
static int RUcnt, NUcnt;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment