From 104bee8c4abe624303fe8e1b8d58fdb66c450b3d Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Fri, 13 Apr 2012 21:44:54 +0200 Subject: host/simu/model: add exclude callback for table search --- host/simu/model/distance_sensor_sharps.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/simu/model/distance_sensor_sharps.py') diff --git a/host/simu/model/distance_sensor_sharps.py b/host/simu/model/distance_sensor_sharps.py index 88bee49f..c9b524cf 100644 --- a/host/simu/model/distance_sensor_sharps.py +++ b/host/simu/model/distance_sensor_sharps.py @@ -32,10 +32,10 @@ class DistanceSensorSharps (Observable, DistanceSensor): B = 177.26 def __init__ (self, link, scheduler, table, pos, angle, into = None, - level = 0): + level = 0, exclude = exclude): Observable.__init__ (self) DistanceSensor.__init__ (self, table, pos, angle, self.RANGE, into, - level) + level, exclude) self.link = link self.scheduler = scheduler self.value = None -- cgit v1.2.3