Uses of Class
aim4.noise.DoubleGauge

Packages that use DoubleGauge
aim4.vehicle This package contains the vehicle model in the simulator. 
 

Uses of DoubleGauge in aim4.vehicle
 

Methods in aim4.vehicle that return DoubleGauge
 DoubleGauge BasicAutoVehicle.getFrontVehicleDistanceSensor()
          Get this Vehicle's gauge of sensors about the distance, in meters, between p1 and p2, both of them are points on the target lane, where p1 is the point projected from the center of the front of the vehicle, and p2 is the nearest point of another vehicle in the front of the vehicle to p1 on the target lane.
 DoubleGauge AutoVehicleDriverView.getFrontVehicleDistanceSensor()
          Get this Vehicle's gauge of sensors about the distance, in meters, between p1 and p2, both of them are points on the target lane, where p1 is the point projected from the center of the front of the vehicle, and p2 is the nearest point of another vehicle in the front of the vehicle to p1 on the target lane.
 DoubleGauge BasicAutoVehicle.getFrontVehicleSpeedSensor()
          Get this Vehicle's gauge of sensors about the speed, in meters per second, of the vehicle in front of the vehicle on the target lane.
 DoubleGauge AutoVehicleDriverView.getFrontVehicleSpeedSensor()
          Get this Vehicle's gauge of sensors about the speed, in meters per second, of the vehicle in front of the vehicle on the target lane.
 DoubleGauge HumanDrivenVehicleDriverView.getIntervalometer()
          Get this Vehicle's interval-to-vehicle-in-front gauge.
 DoubleGauge BasicAutoVehicle.getIntervalometer()
          Get this Vehicle's interval-to-vehicle-in-front gauge.
 DoubleGauge AutoVehicleDriverView.getIntervalometer()
          Get this Vehicle's interval-to-vehicle-in-front gauge.
 DoubleGauge BasicAutoVehicle.getLRFAngle()
          Get this Vehicle's laser range finder angle gauge.
 DoubleGauge BasicAutoVehicle.getLRFDistance()
          Get this Vehicle's laser range finder distance gauge.
 DoubleGauge AutoVehicleDriverView.getLRFDistance()
          Get this Vehicle's laser range finder distance gauge.
 DoubleGauge BasicAutoVehicle.getRearVehicleDistanceSensor()
          Get this Vehicle's gauge of sensors about the distance, in meters, between p1 and p2, both of them are points on the target lane, where p1 is the point projected from the center of the front of the vehicle, and p2 is the nearest point of another vehicle behind the vehicle to p1 on the target lane.
 DoubleGauge AutoVehicleDriverView.getRearVehicleDistanceSensor()
          Get this Vehicle's gauge of sensors about the distance, in meters, between p1 and p2, both of them are points on the target lane, where p1 is the point projected from the center of the front of the vehicle, and p2 is the nearest point of another vehicle behind the vehicle to p1 on the target lane.
 DoubleGauge BasicAutoVehicle.getRearVehicleSpeedSensor()
          Get this Vehicle's gauge of sensors about the speed, in meters per second, of the vehicle behind the vehicle on the target lane.
 DoubleGauge AutoVehicleDriverView.getRearVehicleSpeedSensor()
          Get this Vehicle's gauge of sensors about the speed, in meters per second, of the vehicle behind the vehicle on the target lane.
 



Copyright © 2011. All Rights Reserved.