nmra data ping/pong special in other out
nmra done detect (see above) msg in (also in-info)
-v0 suppressed suppressed raw with type cooked
- -v1 suppressed suppressed raw with type cooked
+ -v1 suppressed only unignored raw with type cooked
-v2 suppressed cooked raw with type cooked
-v3 both both raw with type both
(segn= info_segmentmap[objnum]) < 0)
die("PIC sent detect%d @#%#x not in map",detyn,objnum);
- oprintf(UPO,"picio in-info detect %d %s\n",detyn,info_segments[segn].pname);
+ if (!(picio_send_noise <= 1 &&
+ segments[segn].owner &&
+ segments[segn].det_ignore))
+ oprintf(UPO,"picio in-info detect %d %s\n",
+ detyn, info_segments[segn].pname);
return segn;
}