- Gauge - Class in com.SIMRacingApps
-
The Gauge class is used to monitor anything on the car that has a value, or has a value that can be set on the next pit stop.
- Gauge(String, Car, Track, Map<String, Map<String, Map<String, Object>>>, Map<String, Map<String, Map<String, Object>>>) - Constructor for class com.SIMRacingApps.Gauge
-
Constructor for the Gauge class.
- Gauge.Type - Class in com.SIMRacingApps
-
This defines all the possible gauge types.
- GEAR - Static variable in class com.SIMRacingApps.Gauge.Type
-
The gear your transmission is currently in.
- GENERIC - Static variable in class com.SIMRacingApps.Gauge.Type
-
A generic gauge.
- getAppData() - Static method in class com.SIMRacingApps.Util.FindFile
-
Returns the path to the App Data folder, and makes sure it exists.
- getArg(String) - Static method in class com.SIMRacingApps.Server
-
Returns the value of the specified argument as a string.
- getArg(String, String) - Static method in class com.SIMRacingApps.Server
-
Returns the value of the specified argument as a string.
- getArg(String, boolean) - Static method in class com.SIMRacingApps.Server
-
Returns the value of the specified argument as a boolean.
- getArg(String, int) - Static method in class com.SIMRacingApps.Server
-
Returns the value of the specified argument as a integer.
- getArg(String, double) - Static method in class com.SIMRacingApps.Server
-
Returns the value of the specified argument as a double.
- getAutoResetFastRepair() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.IODrivers.IODriver
-
- getAutoResetPitBox() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.IODrivers.IODriver
-
- getBearing(String) - Method in class com.SIMRacingApps.Car
-
Returns the bearing of the car.
- getBearing() - Method in class com.SIMRacingApps.Car
-
- getBearing(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getBearing(String, Double, String) - Method in class com.SIMRacingApps.Track
-
Returns the bearing of the requested position based on percentage traveled from the start/finish line.
- getBearing(String, String, String) - Method in class com.SIMRacingApps.Track
-
- getBearing(String, String) - Method in class com.SIMRacingApps.Track
-
- getBearing(String) - Method in class com.SIMRacingApps.Track
-
- getBearing() - Method in class com.SIMRacingApps.Track
-
- getBest() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionDataCache.SessionDataCars
-
- getBitfield(String, int) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Vars
-
- getBitfield(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Vars
-
- getBoolean(String) - Method in class com.SIMRacingApps.Data
-
Returns the value as a boolean.
- getBoolean() - Method in class com.SIMRacingApps.Data
-
- getBoolean(Object) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionInfo
-
- getBoolean(String...) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionInfo
-
- getBoolean(String, int) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Vars
-
- getBoolean(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Vars
-
- getBooleanArray(String) - Method in class com.SIMRacingApps.Data
-
Returns the value as an array of boolean.
- getBooleanArray() - Method in class com.SIMRacingApps.Data
-
- getBufferedInputStream() - Method in class com.SIMRacingApps.Util.FindFile
-
Returns the BufferedInputStream of the file.
- getBufLen() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Header
-
- getByName(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionDataCache.SessionDataCars
-
- getByteArray(long, int) - Method in class com.SIMRacingApps.Windows.Pointer
-
- getByteBuffer(long, long) - Method in class com.SIMRacingApps.Windows.Pointer
-
- getCallback(String) - Method in class com.SIMRacingApps.SIMPlugin
-
Returns an instance to a callback.
- getCamera() - Method in class com.SIMRacingApps.Session
-
Returns the name of the current camera.
- getCamera() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getCameraFocus() - Method in class com.SIMRacingApps.Session
-
Returns the name of what the camera is focused on.
- getCameraFocus() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getCameras() - Method in class com.SIMRacingApps.Session
-
Returns an array of the camera names for this session.
- getCameras() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getCapacityIncrement(String) - Method in class com.SIMRacingApps.Gauge
-
- getCapacityIncrement() - Method in class com.SIMRacingApps.Gauge
-
- getCapacityIncrement(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.FuelLevel
-
- getCapacityMaximum(String) - Method in class com.SIMRacingApps.Gauge
-
- getCapacityMaximum() - Method in class com.SIMRacingApps.Gauge
-
- getCapacityMaximum(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.FuelLevel
-
- getCapacityMaximumRaw() - Method in class com.SIMRacingApps.Gauge
-
- getCapacityMinimum(String) - Method in class com.SIMRacingApps.Gauge
-
- getCapacityMinimum() - Method in class com.SIMRacingApps.Gauge
-
- getCapacityMinimum(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.FuelLevel
-
- getCapacityMinimumRaw() - Method in class com.SIMRacingApps.Gauge
-
- getCar(String) - Method in class com.SIMRacingApps.Session
-
Returns an instance of a Car object as defined by the "car" argument.
- getCar(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getCar(int) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionDataCache.SessionDataCars
-
- getCarIdx(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionDataCache.SessionDataCarsByCarNumber
-
- getCarIdx(int) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionDataCache.SessionDataCarsByPosition
-
- getCarIdx(String, int) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionDataCache.SessionDataCarsByPositionClass
-
- getCarIdx(int) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionDataCache.SessionDataCarsByRelative
-
- getCarIdx(int) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionDataCache.SessionDataCarsByRelativeClass
-
- getCarIdx(int) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionDataCache.SessionDataCarsByRelativeLocation
-
- getCarIdx(int) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionDataCache.SessionDataCarsByRelativeLocationClass
-
- getCarIdx(int) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionDataCache.SessionDataCarsByRelativePosition
-
- getCarIdx(int) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionDataCache.SessionDataCarsByRelativePositionClass
-
- getCarIdx(int) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionDataCache.SessionDataCarsSortedByCarNumber
-
- getCars() - Method in class com.SIMRacingApps.Session
-
Returns the actual number of cars registered for this session.
- getCars() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getCategory() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingTrack
-
- getCategory() - Method in class com.SIMRacingApps.Track
-
- getCautionLaps() - Method in class com.SIMRacingApps.Session
-
Returns the number of caution laps.
- getCautionLaps() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getCautions() - Method in class com.SIMRacingApps.Car
-
Returns the number of Cautions that this car has seen.
- getCautions() - Method in class com.SIMRacingApps.Session
-
Returns the number of cautions as seen by the leader.
- getCautions() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getCautions() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getChangeFlag() - Method in class com.SIMRacingApps.Gauge
-
Returns Y if the object for this gauge is flagged for changed on the next pit stop.
- getCity() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingTrack
-
- getCity() - Method in class com.SIMRacingApps.Track
-
Returns the city of where the track is as reported by the SIM SIMPlugin.
- getClassColor() - Method in class com.SIMRacingApps.Car
-
Returns the color of the car's class if in a multi-class session
- getClassColor() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getClassName() - Method in class com.SIMRacingApps.Car
-
Returns the name of the car's class in a multicar session.
- getClassName() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getClassNames() - Method in class com.SIMRacingApps.Session
-
Returns an array of the class names sorted fastest to slowest.
- getClassNames() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getColor() - Method in class com.SIMRacingApps.Car
-
Returns the main color of the car as an RGB value.
- getColor() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getColorNumber() - Method in class com.SIMRacingApps.Car
-
Returns the main color of the car number as an RGB value.
- getColorNumber() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getColorNumberBackground() - Method in class com.SIMRacingApps.Car
-
Returns the main color of the car number's background as an RGB value.
- getColorNumberBackground() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getColorNumberOutline() - Method in class com.SIMRacingApps.Car
-
Returns the main color of the car number's outline as an RGB value.
- getColorNumberOutline() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getCommand() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.IODrivers.IODriver
-
- getCondition() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingTrack
-
- getCondition() - Method in class com.SIMRacingApps.Track
-
Returns the track condition as reported by the SIM SIMPlugin.
- getConfiguration() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingTrack
-
- getConfiguration() - Method in class com.SIMRacingApps.Track
-
Returns the track configuration as reported by the SIM SIMPlugin.
- getCount() - Method in class com.SIMRacingApps.Gauge
-
Returns the number of times this gauge was used.
- getCount() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.Changeables
-
- getCount() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.FastRepairs
-
- getCount() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.FuelLevel
-
- getCount() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.Tire
-
- getCountry() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingTrack
-
- getCountry() - Method in class com.SIMRacingApps.Track
-
Returns the country code of where the track is as reported by the SIM SIMPlugin.
- getData() - Method in class com.SIMRacingApps.JComponents.JDataLabel
-
- getData(String) - Static method in class com.SIMRacingApps.servlets.DataService
-
Used by the servlets to return a data from the SIM directly, bypassing the cache.
- getData(String) - Method in class com.SIMRacingApps.SIMPlugin
-
Returns a value from the SIM.
- getData() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionInfo
-
- getDataVersion() - Method in class com.SIMRacingApps.Session
-
Returns a SIM specific string indicating the version of the data just returned.
- getDataVersion() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getDelay() - Static method in class com.SIMRacingApps.Util.SendKeys
-
Returns the current default delay in milliseconds.
- getDescription() - Method in class com.SIMRacingApps.Car
-
Returns the printable description of the car.
- getDescription() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getDescription() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingTrack
-
- getDescription() - Method in class com.SIMRacingApps.Track
-
Returns the description of the track.
- getDiffCars(String, String) - Method in class com.SIMRacingApps.Session
-
Returns the difference between 2 cars as either laps or seconds (if on the same lap).
- getDiffCars(String) - Method in class com.SIMRacingApps.Session
-
- getDiffCars() - Method in class com.SIMRacingApps.Session
-
- getDiffCarsRelative(String, String) - Method in class com.SIMRacingApps.Session
-
Calculates the difference between the 2 cars based on their physical distance from each other.
- getDiffCarsRelative(String) - Method in class com.SIMRacingApps.Session
-
- getDiffCarsRelative() - Method in class com.SIMRacingApps.Session
-
- getDiscontinuality() - Method in class com.SIMRacingApps.Car
-
Returns the number of times the car has blinked out.
- getDiscontinuality() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getDispatcher() - Static method in class com.SIMRacingApps.SIMPluginAWTEventDispatcher
-
Returns the dispatcher singleton.
- getDivisionName() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getDouble(String) - Method in class com.SIMRacingApps.Data
-
Returns the value as a double.
- getDouble() - Method in class com.SIMRacingApps.Data
-
- getDouble(Object) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionInfo
-
- getDouble(String...) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionInfo
-
- getDouble(String, int) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Vars
-
- getDouble(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Vars
-
- getDoubleArray(String) - Method in class com.SIMRacingApps.Data
-
Returns the value as an array of doubles.
- getDoubleArray() - Method in class com.SIMRacingApps.Data
-
- getDriverClubName() - Method in class com.SIMRacingApps.Car
-
Returns the club name of the current driver of the car.
- getDriverClubName() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getDriverDivisionName() - Method in class com.SIMRacingApps.Car
-
Returns the division name of the current driver of the car.
- getDriverDivisionName() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getDriverInitials() - Method in class com.SIMRacingApps.Car
-
Returns the initials of the current driver of the car.
- getDriverInitials() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getDriverLicenseColor() - Method in class com.SIMRacingApps.Car
-
Returns the license color of the current driver of the car.
- getDriverLicenseColor() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getDriverLicenseColorText() - Method in class com.SIMRacingApps.Car
-
Returns the text color that best overlays the license color of the current driver of the car when it is used as a background.
- getDriverLicenseColorText() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getDriverLicLevel() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getDriverLicSubLevel() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getDriverName(boolean) - Method in class com.SIMRacingApps.Car
-
Returns the name of the current driver of the car.
- getDriverName(String) - Method in class com.SIMRacingApps.Car
-
- getDriverName() - Method in class com.SIMRacingApps.Car
-
- getDriverName(boolean) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getDriverNameShort(boolean) - Method in class com.SIMRacingApps.Car
-
Returns the name of the current driver of the car in a shortened format.
- getDriverNameShort(String) - Method in class com.SIMRacingApps.Car
-
- getDriverNameShort() - Method in class com.SIMRacingApps.Car
-
- getDriverNameShort(boolean) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getDriverRating() - Method in class com.SIMRacingApps.Car
-
Returns the rating of the current driver of the car.
- getDriverRating() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getDriverRatingDelta() - Method in class com.SIMRacingApps.Car
-
Returns the change of rating of the current driver of the car as the race progresses.
- getDriverRatingDelta() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getDuration() - Method in class com.SIMRacingApps.Util.Sound
-
Returns the duration of the clip in seconds down to the microsecond.
- getEndingVersion() - Method in class com.SIMRacingApps.SIMPlugin
-
Returns the Data Version of where the playing file should stop.
- getErrorMessage() - Method in class com.SIMRacingApps.Util.Sound
-
Returns the error message.
- getFastest() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionDataCache.SessionDataCars
-
- getFile() - Method in class com.SIMRacingApps.Util.FindFile
-
Returns the java.io.File object for the file that was found.
- getFileFound() - Method in class com.SIMRacingApps.Util.FindFile
-
Returns the name of the file that was found including the path to where it was found.
- getFinishLineRotation(String) - Method in class com.SIMRacingApps.Track
-
Returns the degrees to rotate the finish line.
- getFinishLineRotation() - Method in class com.SIMRacingApps.Track
-
- getFlag(String) - Static method in class com.SIMRacingApps.SIMPlugins.iRacing.PitSvFlags
-
- getFloat(String) - Method in class com.SIMRacingApps.Data
-
Returns the value as a float.
- getFloat() - Method in class com.SIMRacingApps.Data
-
- getFloat(String, int) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Vars
-
- getFloat(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Vars
-
- getForeground() - Method in class com.SIMRacingApps.Widgets.FPSWidget
-
Returns the Foreground Color.
- getFormat(String) - Method in class com.SIMRacingApps.Data
-
Returns the format string.
- getFormat() - Method in class com.SIMRacingApps.Data
-
- getFormat() - Method in class com.SIMRacingApps.JComponents.JDataLabel
-
- getFuelLaps(int) - Method in class com.SIMRacingApps.Car
-
Returns the number of laps you can run on the existing fuel in the tank.
- getFuelLaps(String) - Method in class com.SIMRacingApps.Car
-
- getFuelLaps() - Method in class com.SIMRacingApps.Car
-
- getFuelLapsMaximum(int) - Method in class com.SIMRacingApps.Car
-
Returns the maximum number of laps you can go on a full fuel tank.
- getFuelLapsMaximum(String) - Method in class com.SIMRacingApps.Car
-
- getFuelLapsMaximum() - Method in class com.SIMRacingApps.Car
-
- getFuelLevelAtStartFinish(String) - Method in class com.SIMRacingApps.Car
-
Returns the fuel level the last time the car crossed the start/finish line.
- getFuelLevelAtStartFinish() - Method in class com.SIMRacingApps.Car
-
- getFuelLevelAtStartFinish(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getFuelLevelNeeded(int, double, String) - Method in class com.SIMRacingApps.Car
-
Returns the amount of fuel you need to add to complete the number of laps specified.
- getFuelLevelNeeded(String, String, String) - Method in class com.SIMRacingApps.Car
-
- getFuelLevelNeeded(String, String) - Method in class com.SIMRacingApps.Car
-
- getFuelLevelNeeded(String) - Method in class com.SIMRacingApps.Car
-
- getFuelLevelNeeded() - Method in class com.SIMRacingApps.Car
-
- getFuelLevelNeeded(int, double, String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getFuelLevelPerLap(int, String) - Method in class com.SIMRacingApps.Car
-
Returns the amount of fuel being consumed per lap.
- getFuelLevelPerLap(String, String) - Method in class com.SIMRacingApps.Car
-
- getFuelLevelPerLap(String) - Method in class com.SIMRacingApps.Car
-
- getFuelLevelPerLap() - Method in class com.SIMRacingApps.Car
-
- getFuelLevelPerLap(int, String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getFuelLevelToFinish(int, double, String) - Method in class com.SIMRacingApps.Car
-
Returns the total amount of fuel needed to finish the race regardless of how much is in the fuel tank.
- getFuelLevelToFinish(String, String, String) - Method in class com.SIMRacingApps.Car
-
- getFuelLevelToFinish(String, String) - Method in class com.SIMRacingApps.Car
-
- getFuelLevelToFinish(String) - Method in class com.SIMRacingApps.Car
-
- getFuelLevelToFinish() - Method in class com.SIMRacingApps.Car
-
- getFuelLevelToFinish(int, double, String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getGauge(String) - Method in class com.SIMRacingApps.Car
-
Returns a Data object of the Gauge Type specified for this car as a json string.
- getGauge() - Method in class com.SIMRacingApps.Car
-
- getHasAutomaticPitCommands() - Method in class com.SIMRacingApps.Car
-
Returns if the SIM supports sending pit commands remotely.
- getHasAutomaticPitCommands() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
Automatic Pit Commands will not be enabled until a client calls this function to find out.
- getHeader() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.IODrivers.IODriver
-
- getHideCarNum() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.IODrivers.IODriver
-
- getId() - Method in class com.SIMRacingApps.Car
-
Returns the numeric id of this car.
- getId() - Method in class com.SIMRacingApps.Data
-
Returns the Id of this instance.
- getId() - Method in class com.SIMRacingApps.Session
-
Returns a SIM specific ID for the current session.
- getId() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getId() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getImage(String) - Method in class com.SIMRacingApps.Track
-
Returns the path to the track image specified by the "type" of image.
- getImage() - Method in class com.SIMRacingApps.Track
-
- getImageUrl() - Method in class com.SIMRacingApps.Car
-
Returns a URL to this car's image suitable for using in the "src" attribute of the "img" tag.
- getImageUrl() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getIncidentLimit() - Method in class com.SIMRacingApps.Session
-
Returns the total number of incidents allowed for this session.
- getIncidentLimit() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getIncidents() - Method in class com.SIMRacingApps.Car
-
Returns the number of incidents for the driver of this car.
- getIncidents() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getIncidentsTeam() - Method in class com.SIMRacingApps.Car
-
Returns the number of incidents for this car's team.
- getIncidentsTeam() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getInputStream() - Method in class com.SIMRacingApps.Util.FindFile
-
Returns the InputStream of the file.
- getInteger(String) - Method in class com.SIMRacingApps.Data
-
Returns the value as an integer.
- getInteger() - Method in class com.SIMRacingApps.Data
-
- getInteger(Object) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionInfo
-
- getInteger(String...) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionInfo
-
- getInteger(String, int) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Vars
-
- getInteger(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Vars
-
- getInterval(String) - Method in class com.SIMRacingApps.Data
-
- getInterval() - Method in class com.SIMRacingApps.Data
-
- getIODriver() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSIMPlugin
-
- getIsAppsHidden() - Method in class com.SIMRacingApps.Session
-
Returns true if the client should hide the App windows.
- getIsBelowMinimumSpeed() - Method in class com.SIMRacingApps.Car
-
This returns (true) if the car is below the minimum speed.
- getIsBlackFlag() - Method in class com.SIMRacingApps.Car
-
Returns true if the black flag has been waved for this car.
- getIsBlackFlag() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getIsBlueFlag() - Method in class com.SIMRacingApps.Car
-
Returns true if the blue flag has been waved for this car.
- getIsBlueFlag() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getIsCautionFlag() - Method in class com.SIMRacingApps.Session
-
Returns true if the caution flag is waving.
- getIsCautionFlag() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getIsChangeable() - Method in class com.SIMRacingApps.Gauge
-
Returns true if this gauge represents an object that can be replaced/changed at the next pit stop (i.e.
- getIsCheckeredFlag() - Method in class com.SIMRacingApps.Session
-
Returns true if the checkered flag is waving.
- getIsCheckeredFlag() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getIsCrossedFlag() - Method in class com.SIMRacingApps.Session
-
Returns true if the crossed flag is waving.
- getIsCrossedFlag() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getIsDirty() - Method in class com.SIMRacingApps.Gauge
-
Returns Y if the next value of the gauge is different from the current value.
- getIsDisqualifyFlag() - Method in class com.SIMRacingApps.Car
-
Returns true if the disqualify flag has been waved for this car.
- getIsDisqualifyFlag() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getIsDriving() - Method in class com.SIMRacingApps.Car
-
Returns true if are driving this car.
- getIsDriving() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getIsEqual(String) - Method in class com.SIMRacingApps.Car
-
Returns true if the 2 cars refer to the same car
- getIsEqual() - Method in class com.SIMRacingApps.Car
-
- getIsFixed() - Method in class com.SIMRacingApps.Gauge
-
- getIsFixedSetup() - Method in class com.SIMRacingApps.Car
-
Returns true if the car is in a fixed setup session.
- getIsFixedSetup() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getIsGarageVisible() - Method in class com.SIMRacingApps.Session
-
Returns true if the garage screen is visible so apps/widgets can hide it.
- getIsGarageVisible() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getIsGreenFlag() - Method in class com.SIMRacingApps.Session
-
Returns true if the green flag is waving.
- getIsGreenFlag() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getIsOverSpeedLimit() - Method in class com.SIMRacingApps.Car
-
Returns true if the car is over the specified speed limit.
- getIsPaceCar() - Method in class com.SIMRacingApps.Car
-
Returns true if the car is the pace car.
- getIsPaceCar() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getIsPitRoadOpen() - Method in class com.SIMRacingApps.Session
-
Returns true if pit road is open.
- getIsPitRoadOpen() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getIsPitSpeedLimiter() - Method in class com.SIMRacingApps.Car
-
Returns true if the car has the pit speed limiter on.
- getIsPitSpeedLimiter() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getIsPushToPassActive() - Method in class com.SIMRacingApps.Car
-
Returns the push to pass active status.
- getIsPushToPassActive() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getIsRedFlag() - Method in class com.SIMRacingApps.Session
-
Returns true if the red flag is waving.
- getIsRedFlag() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getIsReplay() - Method in class com.SIMRacingApps.Session
-
Returns true if the session is in replay mode.
- getIsReplay() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getIsReplayLive() - Method in class com.SIMRacingApps.Session
-
Returns true if the session is in replay mode and has not been rewound to a time in the past.
- getIsReplayLive() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getIsSpectator() - Method in class com.SIMRacingApps.Car
-
Returns true if the car is a spectator.
- getIsSpectator() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getIsUnderSpeedLimit() - Method in class com.SIMRacingApps.Car
-
Returns true if the car is under the specified speed limit.
- getIsWhiteFlag() - Method in class com.SIMRacingApps.Session
-
Returns true if the white flag is waving.
- getIsWhiteFlag() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getIsYellowFlag() - Method in class com.SIMRacingApps.Car
-
Returns true if the yellow flag has been waved for this car.
- getIsYellowFlag() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getJSON(String, Map<String, Map<String, Map<String, Object>>>) - Static method in class com.SIMRacingApps.servlets.DataService
-
This method is called to subscribe to the data and return the results as a JSON string.
- getJSON(String) - Static method in class com.SIMRacingApps.servlets.DataService
-
Returns the results as a JSON String.
- getJSON() - Method in class com.SIMRacingApps.Util.FindFile
-
Returns the contents of the file parsed as a JSON file as a Map<String,Object> type.
- getLang(String) - Method in class com.SIMRacingApps.Data
-
Returns the language that this container will use for translations and formatting.
- getLang() - Method in class com.SIMRacingApps.Data
-
- getLap(String, int) - Method in class com.SIMRacingApps.Car
-
Returns the lap based on the specified reference type.
- getLap(String, String) - Method in class com.SIMRacingApps.Car
-
- getLap(String) - Method in class com.SIMRacingApps.Car
-
- getLap() - Method in class com.SIMRacingApps.Car
-
- getLap() - Method in class com.SIMRacingApps.Session
-
Returns the current lap of the race or REFERENCE car if in a different type of session.
- getLap(String, int) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getLap() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getLapChanged() - Method in class com.SIMRacingApps.Gauge
-
Returns the lap when the object for this gauge was changed.
- getLapInvalidFlags() - Method in class com.SIMRacingApps.Car
-
Returns the invalid status of each lap in in an array.
- getLapInvalidFlags() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getLaps(int) - Method in class com.SIMRacingApps.Gauge
-
Returns the number of laps since the object for this gauge was changed.
- getLaps(String) - Method in class com.SIMRacingApps.Gauge
-
- getLaps() - Method in class com.SIMRacingApps.Gauge
-
- getLaps(String) - Method in class com.SIMRacingApps.Session
-
Returns the total number of laps in the specified session.
- getLaps() - Method in class com.SIMRacingApps.Session
-
- getLaps() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingGauge
-
- getLaps(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getLapsHistorical() - Method in class com.SIMRacingApps.Gauge
-
Returns the number of laps since the last change.
- getLapsHistorical() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.Changeables
-
- getLapsHistorical() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.FastRepairs
-
- getLapsHistorical() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.FuelLevel
-
- getLapsHistorical() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.Tire
-
- getLapsHistorical() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.WindshieldTearoff
-
- getLapsToGo() - Method in class com.SIMRacingApps.Car
-
Returns the number of laps this car has remaining.
- getLapsToGo() - Method in class com.SIMRacingApps.Session
-
Returns the number of laps to go in sessions that define a total number of laps
See
Session.getLaps()
- getLapsToGo() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getLapsToGo() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getLapTime(String, int) - Method in class com.SIMRacingApps.Car
-
Returns the time of the lap based on the specified reference type.
- getLapTime(String, String) - Method in class com.SIMRacingApps.Car
-
- getLapTime(String) - Method in class com.SIMRacingApps.Car
-
- getLapTime() - Method in class com.SIMRacingApps.Car
-
- getLapTime(String, int) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getLapTimeDelta(String) - Method in class com.SIMRacingApps.Car
-
Returns the time delta of the lap based on the specified reference type.
- getLapTimeDelta() - Method in class com.SIMRacingApps.Car
-
- getLapTimeDelta(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getLapTimeDeltaPercent(String) - Method in class com.SIMRacingApps.Car
-
Returns the time delta as a percentage of the lap based on the specified reference type.
- getLapTimeDeltaPercent() - Method in class com.SIMRacingApps.Car
-
- getLapTimeDeltaPercent(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getLapTimeDeltaReference(String) - Method in class com.SIMRacingApps.Car
-
Returns the time delta reference of the lap based on the specified reference type.
- getLapTimeDeltaReference() - Method in class com.SIMRacingApps.Car
-
- getLapTimeDeltaReference(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getLapTimeProjected() - Method in class com.SIMRacingApps.Car
-
Estimates what the current lap time will be based on your current speed against your previous lap time.
- getLapTimes() - Method in class com.SIMRacingApps.Car
-
Returns the lap time of each lap in in an array
The array is indexed as zero based.
- getLapTimes() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getLastError() - Static method in class com.SIMRacingApps.Windows
-
Returns the last error number to compare against the Error Codes defined above.
- getLastErrorMessage() - Static method in class com.SIMRacingApps.Windows
-
Returns the text error message associated with the last error number.
- getLastTimePlayed() - Method in class com.SIMRacingApps.Util.Sound
-
Returns the system time of the last time this clip was played.
- getLatest_VarBuf() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Header
-
- getLatest_VarBufTick() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Header
-
- getLatest_VarBufTick(int) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Header
-
- getLatitude(String) - Method in class com.SIMRacingApps.Car
-
Returns the Latitude location of the car.
- getLatitude() - Method in class com.SIMRacingApps.Car
-
- getLatitude(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
iRacing only outputs this value in the IBT files for ME
This code checks to see if it exists before returning it, otherwise it calls the base class.
- getLatitude(String, Double, String) - Method in class com.SIMRacingApps.Track
-
Returns the Latitude of the requested position based on percentage traveled from the start/finish line.
- getLatitude(String, String, String) - Method in class com.SIMRacingApps.Track
-
- getLatitude(String, String) - Method in class com.SIMRacingApps.Track
-
- getLatitude(String) - Method in class com.SIMRacingApps.Track
-
- getLatitude() - Method in class com.SIMRacingApps.Track
-
- getLatitudeAcceleration(String) - Method in class com.SIMRacingApps.Car
-
Returns the Latitudinal Acceleration.
- getLatitudeAcceleration() - Method in class com.SIMRacingApps.Car
-
- getLatitudeAcceleration(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getLayoutAlignmentX(Container) - Method in class com.SIMRacingApps.JComponents.JScaledLayout2
-
- getLayoutAlignmentY(Container) - Method in class com.SIMRacingApps.JComponents.JScaledLayout2
-
- getLeagueId() - Method in class com.SIMRacingApps.Session
-
Returns a SIM specific League ID for the current session.
- getLeagueId() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getLength(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingTrack
-
- getLength(String) - Method in class com.SIMRacingApps.Track
-
Returns the length of the track using the unit of measure the distance of this track is normally reported in.
- getLength() - Method in class com.SIMRacingApps.Track
-
- getLog() - Static method in class com.SIMRacingApps.Server
-
- getLong(String) - Method in class com.SIMRacingApps.Data
-
Returns the value as a long.
- getLong() - Method in class com.SIMRacingApps.Data
-
- getLongitude(String) - Method in class com.SIMRacingApps.Car
-
Returns the Longitude location of the car.
- getLongitude() - Method in class com.SIMRacingApps.Car
-
- getLongitude(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
iRacing only outputs this value in the IBT files for ME.
- getLongitude(String, Double, String) - Method in class com.SIMRacingApps.Track
-
Returns the Longitude of the requested position based on percentage traveled from the start/finish line.
- getLongitude(String, String, String) - Method in class com.SIMRacingApps.Track
-
- getLongitude(String, String) - Method in class com.SIMRacingApps.Track
-
- getLongitude(String) - Method in class com.SIMRacingApps.Track
-
- getLongitude() - Method in class com.SIMRacingApps.Track
-
- getLongitudeAcceleration(String) - Method in class com.SIMRacingApps.Car
-
Returns the Longitudinal Acceleration.
- getLongitudeAcceleration() - Method in class com.SIMRacingApps.Car
-
- getLongitudeAcceleration(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getMajorIncrement(String) - Method in class com.SIMRacingApps.Gauge
-
Returns how often to show major tick marks between the minimum and the maximum.
- getMajorIncrement() - Method in class com.SIMRacingApps.Gauge
-
- getMajorIncrement(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.FuelLevel
-
- getManufacturerLogo() - Method in class com.SIMRacingApps.Car
-
Returns the filename of the manufacturer's logo for this car.
- getMap() - Method in class com.SIMRacingApps.Track
-
Returns the data map of the track as a Map<String,Object>.
- getMasterVolume() - Static method in class com.SIMRacingApps.Util.Sound
-
Returns the master volume percentage
- getMaxCount() - Method in class com.SIMRacingApps.Gauge
-
Returns the number of times this gauge can be changed.
- getMaxCount() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.FastRepairs
-
- getMaxCount() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.Tire
-
- getMaximum(String) - Method in class com.SIMRacingApps.Gauge
-
Returns the maximum value of where this gauge should end with the last tick mark (i.e.
- getMaximum() - Method in class com.SIMRacingApps.Gauge
-
- getMaximum(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.FuelLevel
-
- getMaxTires() - Method in class com.SIMRacingApps.Car
-
Returns the maximum number of tire sets for this session.
- getMaxTires() - Method in class com.SIMRacingApps.SIMPluginCallbacks.DataPublisher.Post
-
Gets the max value for a tire.
- getMaxTires() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getMergePoint() - Method in class com.SIMRacingApps.Car
-
Returns the merge point as a percentage from the start/finish line.
- getMergePoint() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getMergePointLatitude() - Method in class com.SIMRacingApps.Car
-
Returns the merge point latitude.
- getMergePointLongitude() - Method in class com.SIMRacingApps.Car
-
Returns the merge point longitude.
- getMessages() - Method in class com.SIMRacingApps.Car
-
Returns a string of a semicolon separate list of messages that are currently active for this car.
- getMessages() - Method in class com.SIMRacingApps.Session
-
Returns a string of a semicolon separate list of messages that are currently active.
- getMessages() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getMessages() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getMinimum(String) - Method in class com.SIMRacingApps.Gauge
-
Returns the minimum value of where this gauge should start with the first tick mark (i.e.
- getMinimum() - Method in class com.SIMRacingApps.Gauge
-
- getMinorIncrement(String) - Method in class com.SIMRacingApps.Gauge
-
Returns how often to show minor tick marks between the minimum and the maximum.
- getMinorIncrement() - Method in class com.SIMRacingApps.Gauge
-
- getMinorIncrement(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.FuelLevel
-
- getMultiplier() - Method in class com.SIMRacingApps.Gauge
-
Return a multiplier to be used when calculating the major and minor tick marks.
- getName() - Method in class com.SIMRacingApps.Car
-
Returns a name of the car as reported by the SIM.
- getName() - Method in class com.SIMRacingApps.Data
-
Returns the default name.
- getName() - Method in class com.SIMRacingApps.Gauge
-
Returns the untranslated name to display on the gauge.
- getName() - Method in class com.SIMRacingApps.JComponents.JDataLabel
-
- getName(String) - Method in class com.SIMRacingApps.Session
-
Returns the name of the session.
- getName() - Method in class com.SIMRacingApps.Session
-
- getName(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getName() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingTrack
-
- getName() - Method in class com.SIMRacingApps.Track
-
Returns the name of the track as reported by the SIM.
- getNames() - Method in class com.SIMRacingApps.Data
-
Returns an array of all of the names for the named values that are in this container.
- getNorth(String) - Method in class com.SIMRacingApps.Track
-
Returns the degrees of where North points, where zero degrees is at 3 o'clock and rotates clockwise.
- getNorth() - Method in class com.SIMRacingApps.Track
-
- getNumber() - Method in class com.SIMRacingApps.Car
-
Returns the number of the car.
- getNumber() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getNumberFont() - Method in class com.SIMRacingApps.Car
-
Returns the font of the car's number.
- getNumberFont() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getNumberOfCarClasses() - Method in class com.SIMRacingApps.Session
-
Returns the number of car classes.
- getNumberOfCarClasses() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getNumberOfCars() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionDataCache.SessionDataCars
-
- getNumberRaw() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
Returns the integer version of the car number to be used with camera commands.
- getNumberSlant() - Method in class com.SIMRacingApps.Car
-
Returns the slant of the car's number.
- getNumberSlant() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getNumBuf() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Header
-
- getNumVars() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Header
-
- getObject(String...) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionInfo
-
- getOnResetChange() - Method in class com.SIMRacingApps.Gauge
-
Returns true if this gauge is changed on a reset.
- getPaceCar() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionDataCache.SessionDataCars
-
- getPath(String, String) - Method in class com.SIMRacingApps.Track
-
Returns the path of the track's configuration.
- getPath(String) - Method in class com.SIMRacingApps.Track
-
- getPath() - Method in class com.SIMRacingApps.Track
-
- getPitLocation() - Method in class com.SIMRacingApps.Car
-
Returns the pit location as a percentage from the start/finish line.
- getPitLocation() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getPitSpeedLimit(String) - Method in class com.SIMRacingApps.Car
-
Returns the pit road speed limit in the car's unit of measure.
- getPitSpeedLimit() - Method in class com.SIMRacingApps.Car
-
- getPitSpeedLimit(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingTrack
-
- getPitSpeedLimit(String) - Method in class com.SIMRacingApps.Track
-
Returns the Pit Speed Limit for this session as reported by the SIM SIMPlugin.
- getPitSpeedLimit() - Method in class com.SIMRacingApps.Track
-
- getPitstall() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionDataCache.SessionDataCars
-
- getPitStopsRemaining(int) - Method in class com.SIMRacingApps.Car
-
Returns the number of pit stops remaining based on fuel mileage.
- getPitStopsRemaining(String) - Method in class com.SIMRacingApps.Car
-
- getPitStopsRemaining() - Method in class com.SIMRacingApps.Car
-
- getPitTime() - Method in class com.SIMRacingApps.Car
-
Returns the amount of time the last pit stop took.
- getPitTime() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getPitTimes() - Method in class com.SIMRacingApps.Car
-
Returns the times this car pitted by lap.
- getPitTimes() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getPlay() - Method in class com.SIMRacingApps.SIMPlugin
-
Returns the name of the currently playing recorded file.
- getPlay() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.IODrivers.IODriver
-
- getPort() - Static method in class com.SIMRacingApps.Server
-
- getPosition() - Method in class com.SIMRacingApps.Car
-
Returns the current position based on all cars in the session.
- getPosition() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getPositionClass() - Method in class com.SIMRacingApps.Car
-
Returns the current position based on the class the car is in.
- getPositionClass() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getPositionClassDelta() - Method in class com.SIMRacingApps.Car
-
Returns the number of positions changed for your class.
- getPositionClassQualifying() - Method in class com.SIMRacingApps.Car
-
Returns the qualifying position based on other cars in this session for your class.
- getPositionClassQualifying() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getPositionDelta() - Method in class com.SIMRacingApps.Car
-
Returns the number of positions changed.
- getPositionHighest() - Method in class com.SIMRacingApps.Car
-
Returns the highest position in the current session.
- getPositionHighest() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getPositionHighestClass() - Method in class com.SIMRacingApps.Car
-
Returns the highest position in the current session for your class.
- getPositionHighestClass() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getPositionLowest() - Method in class com.SIMRacingApps.Car
-
Returns the lowest position in the current session.
- getPositionLowest() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getPositionLowestClass() - Method in class com.SIMRacingApps.Car
-
Returns the lowest position in the current session for your class.
- getPositionLowestClass() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getPositionQualifying() - Method in class com.SIMRacingApps.Car
-
Returns the qualifying position based on other cars in this session.
- getPositionQualifying() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getPositions() - Method in class com.SIMRacingApps.Car
-
Returns the position at the end of each lap in in an array
Positions start at 1, such that 1 is considered the leader, but the array is indexed as zero based.
- getPositions() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getPositionsClass() - Method in class com.SIMRacingApps.Car
-
Returns the class position at the end of each lap in in an array
Positions start at 1, such that 1 is considered the leader, but the array is indexed as zero based.
- getPositionsClass() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getPrevStartingTime(String) - Method in class com.SIMRacingApps.Util.State
-
Returns the starting time of the specified state.
- getPrevStartingTime() - Method in class com.SIMRacingApps.Util.State
-
Returns the starting time of the current state.
- getPrevState() - Method in class com.SIMRacingApps.Util.State
-
Returns the previous state.
- getPrevTime() - Method in class com.SIMRacingApps.Util.State
-
Returns the amount of time you were in the previous state.
- getPushToPassRemaining() - Method in class com.SIMRacingApps.Car
-
Returns the number of seconds remaining on the push to pass counter.
- getPushToPassRemaining() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getRadioChannel() - Method in class com.SIMRacingApps.Car
-
Returns the radio channel number that this car is currently transmitting on.
- getRadioChannel() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getRadioChannelActive() - Method in class com.SIMRacingApps.Session
-
Returns the active radio channel.
- getRadioChannelActive() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getRadioChannelIsDeleteable(int) - Method in class com.SIMRacingApps.Session
-
Returns if the radio channel can be deleted.
- getRadioChannelIsDeleteable(String) - Method in class com.SIMRacingApps.Session
-
- getRadioChannelIsDeleteable() - Method in class com.SIMRacingApps.Session
-
- getRadioChannelIsDeleteable(int) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getRadioChannelIsListenOnly(int) - Method in class com.SIMRacingApps.Session
-
Returns if the radio channel can only be listened to.
- getRadioChannelIsListenOnly(String) - Method in class com.SIMRacingApps.Session
-
- getRadioChannelIsListenOnly() - Method in class com.SIMRacingApps.Session
-
- getRadioChannelIsListenOnly(int) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getRadioChannelIsMutable(int) - Method in class com.SIMRacingApps.Session
-
Returns if the radio channel can be muted.
- getRadioChannelIsMutable(String) - Method in class com.SIMRacingApps.Session
-
- getRadioChannelIsMutable() - Method in class com.SIMRacingApps.Session
-
- getRadioChannelIsMutable(int) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getRadioChannelIsMuted(int) - Method in class com.SIMRacingApps.Session
-
Returns if the radio channel is currently muted.
- getRadioChannelIsMuted(String) - Method in class com.SIMRacingApps.Session
-
- getRadioChannelIsMuted() - Method in class com.SIMRacingApps.Session
-
- getRadioChannelIsMuted(int) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getRadioChannelIsScanable(int) - Method in class com.SIMRacingApps.Session
-
Returns if the radio channel can be scanned.
- getRadioChannelIsScanable(String) - Method in class com.SIMRacingApps.Session
-
- getRadioChannelIsScanable() - Method in class com.SIMRacingApps.Session
-
- getRadioChannelIsScanable(int) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getRadioChannelName() - Method in class com.SIMRacingApps.Car
-
Returns the radio channel name that this car is currently transmitting on.
- getRadioChannelName(int) - Method in class com.SIMRacingApps.Session
-
Returns the radio channel name.
- getRadioChannelName(String) - Method in class com.SIMRacingApps.Session
-
- getRadioChannelName() - Method in class com.SIMRacingApps.Session
-
- getRadioChannelName() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getRadioChannelName(int) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getRadioChannels() - Method in class com.SIMRacingApps.Session
-
Returns the number of radio channels that is scannable by you.
- getRadioChannels() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getRadioScan() - Method in class com.SIMRacingApps.Session
-
Returns the radio's scanning state
- getRadioScan() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getRecord() - Static method in class com.SIMRacingApps.servlets.DataService
-
- getRecord() - Method in class com.SIMRacingApps.SIMPlugin
-
Returns the name of the file being recorded.
- getReference(String) - Static method in class com.SIMRacingApps.Car.LapType
-
Validates the argument "ref" is a valid LapType.
- getReferenceCar() - Method in class com.SIMRacingApps.Session
-
- getRepairTime() - Method in class com.SIMRacingApps.Car
-
Returns the amount of time required to repair the car.
- getRepairTime() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getRepairTimeOptional() - Method in class com.SIMRacingApps.Car
-
Returns the amount of time that is optional to repair the car.
- getRepairTimeOptional() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getReplay() - Method in class com.SIMRacingApps.Session
-
Returns the state of the current replay position.
- getReplay() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getReportPitBoxCount() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.IODrivers.IODriver
-
- getRequestedUOM(String) - Method in class com.SIMRacingApps.Data
-
Returns the Requested Unit of Measure.
- getRequestedUOM() - Method in class com.SIMRacingApps.Data
-
- getResolution(String) - Method in class com.SIMRacingApps.Track
-
Returns the resolution to be used with GPS mapping software for displaying the track on a map.
- getResolution() - Method in class com.SIMRacingApps.Track
-
- getRestart() - Method in class com.SIMRacingApps.Session
-
Returns the type of restart, double or single file.
- getRestart() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getResults() - Method in class com.SIMRacingApps.SIMPluginCallbacks.DataPublisher.Post
-
Gets the entire results structure.
- getRPMPitRoadSpeed() - Method in class com.SIMRacingApps.Car
-
Returns the RPM for pit road speed while in 2nd gear
- getSector() - Method in class com.SIMRacingApps.Car
-
Returns the sector number this car is currently in.
- getSectors(String, String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingTrack
-
- getSectors(String, String) - Method in class com.SIMRacingApps.Track
-
Returns an array of sector starting and ending points.
- getSectors(String) - Method in class com.SIMRacingApps.Track
-
- getSectors() - Method in class com.SIMRacingApps.Track
-
- getSendKeys(String, String) - Method in class com.SIMRacingApps.Session
-
Returns the string of keys strokes to send to the SIM to
issue the command from the group.
- getSendKeys(String, String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getSession() - Method in class com.SIMRacingApps.SIMPlugin
-
Returns an instance to the SIM's session.
- getSession() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSIMPlugin
-
- getSessionEndTime() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SubHeader
-
- getSessionInfo() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.IODrivers.IODriver
-
- getSessionInfoLen() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Header
-
- getSessionInfoOffset() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Header
-
- getSessionInfoUpdate() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Header
-
- getSessionLapCount() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SubHeader
-
- getSessionRecordCount() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SubHeader
-
- getSessionStartDate() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SubHeader
-
- getSessionStartTime() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SubHeader
-
- getSetting(String, String) - Method in class com.SIMRacingApps.SIMPlugin
-
Returns the value of arg from the settings.txt file.
- getSetting(String) - Method in class com.SIMRacingApps.SIMPlugin
-
- getSIMData(String...) - Method in class com.SIMRacingApps.SIMPlugin
-
This gets called when the path specifies a specific SIM should return the data.
- getSIMData(String...) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSIMPlugin
-
- getSIMName() - Static method in class com.SIMRacingApps.servlets.DataService
-
- getSIMName() - Method in class com.SIMRacingApps.SIMPlugin
-
Returns the name of the SIM this connector is for.
- getSIMPlugin() - Method in class com.SIMRacingApps.SIMPluginAWTEventDispatcher
-
Returns the SIMPlugin.
- getSIMVersion() - Static method in class com.SIMRacingApps.servlets.DataService
-
- getSize() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.VarType
-
- getSOF() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionDataCache.SessionDataCars
-
- getSpotterMessage() - Method in class com.SIMRacingApps.Car
-
Returns the current spotter message.
- getSpotterMessage() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getSpotterPitCountDown() - Method in class com.SIMRacingApps.Session
-
Returns if the SIM has own pit count down spotter enabled.
- getSpotterPitCountDown() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getStartFinishTimes() - Method in class com.SIMRacingApps.Car
-
Returns the times this car crossed the start/finish by lap.
- getStartFinishTimes() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getStartingTime() - Method in class com.SIMRacingApps.Util.State
-
Returns the starting time of the current state.
- getStartingTime(String) - Method in class com.SIMRacingApps.Util.State
-
Returns the starting time of the specified state.
- getStartingVersion() - Method in class com.SIMRacingApps.SIMPlugin
-
Returns the Data Version of where the playing file should start.
- getStartTime() - Method in class com.SIMRacingApps.Session
-
Returns the time the current session started as the number of seconds since Jan 1, 1970 UTC.
- getStartTime() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getState(String) - Method in class com.SIMRacingApps.Data
-
Returns the current State as defined by
Data.State
.
- getState() - Method in class com.SIMRacingApps.Data
-
- getState() - Method in class com.SIMRacingApps.Util.State
-
Returns the current state.
- getStatePercent(String) - Method in class com.SIMRacingApps.Data
-
Returns the percentage of where the current value lies within the range of the State.
- getStatePercent() - Method in class com.SIMRacingApps.Data
-
- getStatus() - Method in class com.SIMRacingApps.Car
-
Returns the current status of the car as defined by
Car.Status
- getStatus() - Method in class com.SIMRacingApps.Session
-
Returns the status of the session as one of the following defined in
Session.Status
.
- getStatus() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Header
-
- getStatus() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getStatus() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getStatusClass() - Method in class com.SIMRacingApps.Car
-
Returns the status of the car and the car identifier as one string.
- getStrengthOfField() - Method in class com.SIMRacingApps.Session
-
Returns a String that is SIM specific that represents the strength of the field.
- getStrengthOfField() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getString(String) - Method in class com.SIMRacingApps.Data
-
Returns the value as a string.
- getString() - Method in class com.SIMRacingApps.Data
-
- getString(Object) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionInfo
-
- getString(String...) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionInfo
-
- getString(String, int, boolean) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Vars
-
- getString(String, int) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Vars
-
- getString(String, boolean) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Vars
-
- getString(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Vars
-
- getStringFormatted(String, String) - Method in class com.SIMRacingApps.Data
-
Returns the value formatted using the passed in format instead of the internal one.
- getStringFormatted(String) - Method in class com.SIMRacingApps.Data
-
- getStringTranslated(String) - Method in class com.SIMRacingApps.Data
-
Returns the value as a String, translated.
- getStringTranslated() - Method in class com.SIMRacingApps.Data
-
- getSubHeader() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Header
-
- getSubHeader(SubHeader) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Header
-
- getSync() - Method in class com.SIMRacingApps.SIMPlugin
-
Returns the sync flag.
- getTalker() - Method in class com.SIMRacingApps.TeamSpeak
-
Returns the name of the person that is currently talking in TeamSpeak.
- getTeamName() - Method in class com.SIMRacingApps.Car
-
Returns the team name if the current session has teams.
- getTeamName() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getTemp(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingTrack
-
- getTemp(String) - Method in class com.SIMRacingApps.Track
-
Returns the current temperature of the track.
- getTemp() - Method in class com.SIMRacingApps.Track
-
- getTickRate() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Header
-
- getTime() - Method in class com.SIMRacingApps.Session
-
Returns the time of the current session as the number of seconds since Jan 1, 1970 UTC.
- getTime() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getTime(double) - Method in class com.SIMRacingApps.Util.State
-
Returns the amount of time you have been in the current state.
- getTime(String, double) - Method in class com.SIMRacingApps.Util.State
-
Returns the amount of time you were in the specified state.
- getTimeElapsed() - Method in class com.SIMRacingApps.Session
-
Returns the number of seconds since the current session started.
- getTimeElapsed() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getTimeRemaining() - Method in class com.SIMRacingApps.Session
-
If the current session has a time restriction, this returns the number of seconds remaining.
- getTimeRemaining() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getTimeStamp(String) - Method in class com.SIMRacingApps.Data
-
- getTimeStamp() - Method in class com.SIMRacingApps.Data
-
- getTimeString() - Method in class com.SIMRacingApps.Session
-
Returns the time of the current session in the time zone of the track using the following format.
- getTimeZone() - Method in class com.SIMRacingApps.Track
-
Returns the time zone of the track's actual location in long format (i.e.
- getTrack() - Method in class com.SIMRacingApps.Session
-
Returns an instance to the Track in this session
Each SIM will have to provide an override that does not return a null
- getTrack() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getTrackSurface(IODriver, int, boolean) - Static method in class com.SIMRacingApps.SIMPlugins.iRacing.TrackSurface
-
- getType(String) - Method in class com.SIMRacingApps.Data
-
- getType() - Method in class com.SIMRacingApps.Data
-
- getType() - Method in class com.SIMRacingApps.Gauge
-
Returns the type of gauge as defined by
Gauge.Type
- getType() - Method in class com.SIMRacingApps.Session
-
Returns the type of the current session as defined by
Session.Type
- getType() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingSession
-
- getType() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingTrack
-
- getType() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.VarType
-
- getType() - Method in class com.SIMRacingApps.Track
-
- getTypeName() - Method in class com.SIMRacingApps.Gauge
-
Returns farther explanation of the gauge (i.e.
- getTypeName() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.VarType
-
- getUOM(String) - Method in class com.SIMRacingApps.Data
-
Returns the unit of measure.
- getUOM() - Method in class com.SIMRacingApps.Data
-
- getUOM() - Method in class com.SIMRacingApps.Gauge
-
Returns the Unit of Measure for this gauge (i.e.
- getUOMAbbr(String) - Method in class com.SIMRacingApps.Data
-
Returns a translated abbreviation of the unit of measure.
- getUOMAbbr() - Method in class com.SIMRacingApps.Data
-
- getUOMAbbrTranslated(String) - Method in class com.SIMRacingApps.Data
-
Returns the unit of measure abbreviation as a String, translated.
- getUOMAbbrTranslated() - Method in class com.SIMRacingApps.Data
-
- getUOMDesc(String) - Method in class com.SIMRacingApps.Data
-
Returns a translated long description of the unit of measure.
- getUOMDesc() - Method in class com.SIMRacingApps.Data
-
- getUOMDescTranslated(String) - Method in class com.SIMRacingApps.Data
-
Returns the unit of measure long description as a String, translated.
- getUOMDescTranslated() - Method in class com.SIMRacingApps.Data
-
- getURL() - Method in class com.SIMRacingApps.Util.FindFile
-
Returns a URL to the found file.
- getUserDocumentsPath() - Static method in class com.SIMRacingApps.Util.FindFile
-
Returns the path to the users Documents location.
- getUserPath() - Static method in class com.SIMRacingApps.Util.FindFile
-
Returns an array of the user's paths.
- getValue(String) - Method in class com.SIMRacingApps.Data
-
Returns the value as an Object.
- getValue() - Method in class com.SIMRacingApps.Data
-
- getValue(double, String, String, String) - Method in class com.SIMRacingApps.Gauge
-
Returns the value passed in.
- getValue(String, String, String, String) - Method in class com.SIMRacingApps.Gauge
-
- getValue(String, String, String) - Method in class com.SIMRacingApps.Gauge
-
- getValue(String, String) - Method in class com.SIMRacingApps.Gauge
-
- getValue(String) - Method in class com.SIMRacingApps.Gauge
-
- getValue() - Method in class com.SIMRacingApps.Gauge
-
- getValue(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.SessionDataCache.SessionDataCars
-
- getValueCurrent(String) - Method in class com.SIMRacingApps.Gauge
-
Returns the current value of the gauge.
- getValueCurrent() - Method in class com.SIMRacingApps.Gauge
-
- getValueCurrent(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.Accelometer
-
- getValueCurrent(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.BrakeBias
-
- getValueCurrent(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.BrakePressure
-
- getValueCurrent(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.Changeables
-
- getValueCurrent(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.FastRepairs
-
- getValueCurrent(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.FuelLevel
-
- getValueCurrent(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.FuelPressure
-
- getValueCurrent(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.OilPressure
-
- getValueCurrent(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.Speedometer
-
- getValueCurrent(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.Steering
-
- getValueCurrent(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.Tachometer
-
- getValueCurrent(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.Tire
-
- getValueCurrent(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.WaterPressure
-
- getValueCurrent(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.WaterTemp
-
- getValueCurrent(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.WindshieldTearoff
-
- getValueCurrent(String, String, String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingGauge
-
- getValueCurrent(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingGauge
-
- getValueFormatted(String) - Method in class com.SIMRacingApps.Data
-
Returns the value formatted using the format string and translated.
- getValueFormatted() - Method in class com.SIMRacingApps.Data
-
- getValueHistorical(String) - Method in class com.SIMRacingApps.Gauge
-
Returns the historical value of the gauge taken at the time it was changed.
- getValueHistorical() - Method in class com.SIMRacingApps.Gauge
-
- getValueHistorical(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.Changeables
-
- getValueHistorical(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.FastRepairs
-
- getValueHistorical(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.FuelLevel
-
- getValueHistorical(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.Tire
-
- getValueHistorical(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.TireTemp
-
- getValueNext(String) - Method in class com.SIMRacingApps.Gauge
-
Returns the value of the next value that the object will be at the next pit stop.
- getValueNext() - Method in class com.SIMRacingApps.Gauge
-
- getValueNext(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.Changeables
-
- getValueNext(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.FuelLevel
-
- getValueNext(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Gauges.Tire
-
- getVarBuf_BufOffset(int) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Header
-
- getVarBuf_TickCount(int) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Header
-
- getVarHeader(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.VarHeaders
-
- getVarHeaderOffset() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Header
-
- getVarHeaders() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.IODrivers.IODriver
-
- getVarHeaders() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.VarHeaders
-
- getVarHeaderValue(String, Vars) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.VarHeaders
-
- getVarHeaderValues(Vars) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.VarHeaders
-
- getVars() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.IODrivers.IODriver
-
- getVars(String...) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Vars
-
- getVer() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.Header
-
- getVersion() - Method in class com.SIMRacingApps.SIMPlugin
-
Returns the version of the SIMRacingApps Plugin as a String in a printable format.
- getVolume() - Method in class com.SIMRacingApps.SIMPlugin
-
Returns the master volume setting as a percentage.
- getVolume() - Method in class com.SIMRacingApps.SIMPluginCallbacks.Sounds.PitCountDown
-
Gets the volume as a percentage.
- getVolume() - Method in class com.SIMRacingApps.SIMPluginCallbacks.Sounds.PitSpeedLimit
-
Gets the volume as a percentage.
- getVolume() - Method in class com.SIMRacingApps.SIMPluginCallbacks.Sounds.Shift
-
Gets the volume as a percentage.
- getVolume() - Method in class com.SIMRacingApps.Util.Sound
-
Get the volume for this clip as a percentage of the volume range.
- getWarnings() - Method in class com.SIMRacingApps.Car
-
Returns a semicolon(;) separated list of engine warnings.
- getWarnings() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingCar
-
- getWeatherFogLevel() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingTrack
-
- getWeatherFogLevel() - Method in class com.SIMRacingApps.Track
-
Returns the fog level as a percentage.
- getWeatherRelativeHumidity() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingTrack
-
- getWeatherRelativeHumidity() - Method in class com.SIMRacingApps.Track
-
Returns the relative humidity as a percentage.
- getWeatherSkies() - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingTrack
-
- getWeatherSkies() - Method in class com.SIMRacingApps.Track
-
Returns the condition of the skies, like "Partly Cloudy".
- getWeatherTemp(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingTrack
-
- getWeatherTemp(String) - Method in class com.SIMRacingApps.Track
-
Returns the current ambient temperature at the track.
- getWeatherTemp() - Method in class com.SIMRacingApps.Track
-
- getWeatherWindDirection(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingTrack
-
- getWeatherWindDirection(String) - Method in class com.SIMRacingApps.Track
-
Returns the wind direction, where East is zero degrees at 3 o'clock.
- getWeatherWindDirection() - Method in class com.SIMRacingApps.Track
-
- getWeatherWindSpeed(String) - Method in class com.SIMRacingApps.SIMPlugins.iRacing.iRacingTrack
-
- getWeatherWindSpeed(String) - Method in class com.SIMRacingApps.Track
-
Returns the wind speed.
- getWeatherWindSpeed() - Method in class com.SIMRacingApps.Track
-
- getWhispering() - Method in class com.SIMRacingApps.TeamSpeak
-
Returns the word "Whispering" if the talker is whispering, blank if not.
- GREEN - Static variable in class com.SIMRacingApps.Session.Status
-
- green - Static variable in class com.SIMRacingApps.SIMPlugins.iRacing.SessionFlags
-
- GREENHELD - Static variable in class com.SIMRacingApps.Session.Message
-
- greenHeld - Static variable in class com.SIMRacingApps.SIMPlugins.iRacing.SessionFlags
-