chiark / gitweb /
note that detection suppressed by README.commands
authorian <ian>
Tue, 15 Jul 2008 20:38:30 +0000 (20:38 +0000)
committerian <ian>
Tue, 15 Jul 2008 20:38:30 +0000 (20:38 +0000)
hostside/README.commands
hostside/parse-proto-spec

index 71dd5e4c4d6b156d7c394b91b3ffda331eecce1f..08ef4ad608bbccfdc29591e7f6de0fe4c52e1c8a 100644 (file)
@@ -44,8 +44,8 @@ POSSIBLY-ASYNCHRONOUS REPORTING OF MESSAGES TO/FROM (MASTER) PIC
  U< ?detect-flap <segment-name> <count>
 
  Suppression (see parse-proto-spec and realtime.c:serial_transmit)
-       nmra data       ping/pong       special in      other out
-       nmra done       detect          (see above)     msg in (also in-info)
+       nmra data/done  ping/           special in      other out
+       detect           pong           (see above)     msg in (also in-info)
   -v0   suppressed      suppressed      raw with type   cooked
   -v1   suppressed      only unignored  raw with type   cooked
   -v2   suppressed      cooked          raw with type   cooked
index e7399020945419a4bb21c96143c351cdfa70617c..6c20ddbc9488cc8ba24d960109a802a8374cb6e6 100755 (executable)
@@ -100,7 +100,7 @@ sub process_line () {
            ($cname =~ m/nmradone/ ? 3 :
             $cname =~ m/watchdog/ ? 3 :
             $cname =~ m/p[io]ng/ ? 2 :
-            $cname =~ m/detect/ ? 2 :
+            $cname =~ m/detect/ ? 3 :
             0);
        $v{cnameyn}= $cname.$yval;
        $v{cnameynu}= uc($cname.$yval);