Modifier and Type | Method and Description |
---|---|
Data |
Car._getDataPublisherMaxTires() |
Data |
Gauge._setCapacityIncrement(double d,
java.lang.String uom) |
Data |
Gauge._setCapacityMaximum(double d,
java.lang.String uom) |
Data |
Gauge._setCapacityMinimum(double d,
java.lang.String uom) |
Data |
Gauge._setIsChangable(boolean b) |
Data |
Gauge._setIsDirty(boolean b) |
Data |
Gauge._setIsFixed(boolean b) |
Data |
Gauge._setMajorIncrement(double d,
java.lang.String uom) |
Data |
Gauge._setMaximum(double d,
java.lang.String uom) |
Data |
Gauge._setMinimum(double d,
java.lang.String uom) |
Data |
Gauge._setMinorIncrement(double d,
java.lang.String uom) |
Data |
Gauge._setOnResetChange(boolean b) |
Data |
Data.addConversion(Data data)
Add all the units from another data object.
|
Data |
Data.addConversion(java.lang.String fromUOM,
java.lang.String toUOM,
double factor)
Add a unit of measure conversion directly to this object.
|
Data |
Data.convertUOM(java.lang.String UOM) |
Data |
Data.convertUOM(java.lang.String name,
java.lang.String UOM) |
Data |
Gauge.decrementValueNext() |
Data |
Gauge.decrementValueNext(java.lang.String UOM)
Decrements the next value, to be applied at the next pit stop, according to the value set by
Gauge._setCapacityIncrement(double,String) . |
Data |
Track.getBearing() |
Data |
Car.getBearing() |
Data |
Track.getBearing(java.lang.String location) |
Data |
Car.getBearing(java.lang.String UOM)
Returns the bearing of the car.
|
Data |
Track.getBearing(java.lang.String location,
java.lang.Double percentage,
java.lang.String UOM)
Returns the bearing of the requested position based on percentage traveled from the start/finish line.
|
Data |
Track.getBearing(java.lang.String location,
java.lang.String percentage) |
Data |
Track.getBearing(java.lang.String location,
java.lang.String percentage,
java.lang.String UOM) |
Data |
Session.getCamera()
Returns the name of the current camera.
|
Data |
Session.getCameraFocus()
Returns the name of what the camera is focused on.
|
Data |
Session.getCameras()
Returns an array of the camera names for this session.
|
Data |
Gauge.getCapacityIncrement() |
Data |
Gauge.getCapacityIncrement(java.lang.String UOM)
Returns the increment value that the gauge uses when you call
Gauge.incrementValueNext(String)
or Gauge.decrementValueNext(String) . |
Data |
Gauge.getCapacityMaximum() |
Data |
Gauge.getCapacityMaximum(java.lang.String UOM)
Returns the maximum number that this gauge will accept when calling
Gauge.setValueNext(double,String)
or Gauge.incrementValueNext(String) |
Data |
Gauge.getCapacityMaximumRaw() |
Data |
Gauge.getCapacityMinimum() |
Data |
Gauge.getCapacityMinimum(java.lang.String UOM)
Returns the minimum number that this gauge will accept when calling
Gauge.setValueNext(double,String)
or Gauge.decrementValueNext(String) |
Data |
Gauge.getCapacityMinimumRaw() |
Data |
Session.getCars()
Returns the actual number of cars registered for this session.
|
Data |
Track.getCategory()
Returns the track category as defined by
Track.Category |
Data |
Session.getCautionLaps()
Returns the number of caution laps.
|
Data |
Session.getCautions()
Returns the number of cautions as seen by the leader.
|
Data |
Car.getCautions()
Returns the number of Cautions that this car has seen.
|
Data |
Gauge.getChangeFlag()
Returns Y if the object for this gauge is flagged for changed on the next pit stop.
|
Data |
Track.getCity()
Returns the city of where the track is as reported by the SIM SIMPlugin.
|
Data |
Car.getClassColor()
Returns the color of the car's class if in a multi-class session
|
Data |
Car.getClassName()
Returns the name of the car's class in a multicar session.
|
Data |
Session.getClassNames()
Returns an array of the class names sorted fastest to slowest.
|
Data |
Car.getColor()
Returns the main color of the car as an RGB value.
|
Data |
Car.getColorNumber()
Returns the main color of the car number as an RGB value.
|
Data |
Car.getColorNumberBackground()
Returns the main color of the car number's background as an RGB value.
|
Data |
Car.getColorNumberOutline()
Returns the main color of the car number's outline as an RGB value.
|
Data |
Track.getCondition()
Returns the track condition as reported by the SIM SIMPlugin.
|
Data |
Track.getConfiguration()
Returns the track configuration as reported by the SIM SIMPlugin.
|
Data |
Gauge.getCount()
Returns the number of times this gauge was used.
|
Data |
Track.getCountry()
Returns the country code of where the track is as reported by the SIM SIMPlugin.
|
Data |
SIMPlugin.getData(java.lang.String path)
Returns a value from the SIM.
|
Data |
Session.getDataVersion()
Returns a SIM specific string indicating the version of the data just returned.
|
Data |
Track.getDescription()
Returns the description of the track.
|
Data |
Car.getDescription()
Returns the printable description of the car.
|
Data |
Session.getDiffCars() |
Data |
Session.getDiffCars(java.lang.String carIdentifier) |
Data |
Session.getDiffCars(java.lang.String carIdentifier1,
java.lang.String carIdentifier2)
Returns the difference between 2 cars as either laps or seconds (if on the same lap).
|
Data |
Session.getDiffCarsRelative() |
Data |
Session.getDiffCarsRelative(java.lang.String carIdentifier) |
Data |
Session.getDiffCarsRelative(java.lang.String carIdentifier1,
java.lang.String carIdentifier2)
Calculates the difference between the 2 cars based on their physical distance from each other.
|
Data |
Car.getDiscontinuality()
Returns the number of times the car has blinked out.
|
Data |
Car.getDriverClubName()
Returns the club name of the current driver of the car.
|
Data |
Car.getDriverDivisionName()
Returns the division name of the current driver of the car.
|
Data |
Car.getDriverInitials()
Returns the initials of the current driver of the car.
|
Data |
Car.getDriverLicenseColor()
Returns the license color of the current driver of the car.
|
Data |
Car.getDriverLicenseColorText()
Returns the text color that best overlays the license color of the current driver of the car when it is used as a background.
|
Data |
Car.getDriverName() |
Data |
Car.getDriverName(boolean allowMapping)
Returns the name of the current driver of the car.
|
Data |
Car.getDriverName(java.lang.String allowName) |
Data |
Car.getDriverNameShort() |
Data |
Car.getDriverNameShort(boolean allowMapping)
Returns the name of the current driver of the car in a shortened format.
|
Data |
Car.getDriverNameShort(java.lang.String allowName) |
Data |
Car.getDriverRating()
Returns the rating of the current driver of the car.
|
Data |
Car.getDriverRatingDelta()
Returns the change of rating of the current driver of the car as the race progresses.
|
Data |
SIMPlugin.getEndingVersion()
Returns the Data Version of where the playing file should stop.
|
Data |
Track.getFinishLineRotation() |
Data |
Track.getFinishLineRotation(java.lang.String UOM)
Returns the degrees to rotate the finish line.
|
Data |
Car.getFuelLaps() |
Data |
Car.getFuelLaps(int lapsToAverage)
Returns the number of laps you can run on the existing fuel in the tank.
|
Data |
Car.getFuelLaps(java.lang.String sLapsToAverage) |
Data |
Car.getFuelLapsMaximum() |
Data |
Car.getFuelLapsMaximum(int lapsToAverage)
Returns the maximum number of laps you can go on a full fuel tank.
|
Data |
Car.getFuelLapsMaximum(java.lang.String lapsToAverage) |
Data |
Car.getFuelLevelAtStartFinish() |
Data |
Car.getFuelLevelAtStartFinish(java.lang.String UOM)
Returns the fuel level the last time the car crossed the start/finish line.
|
Data |
Car.getFuelLevelNeeded() |
Data |
Car.getFuelLevelNeeded(int lapsToAverage,
double laps,
java.lang.String UOM)
Returns the amount of fuel you need to add to complete the number of laps specified.
|
Data |
Car.getFuelLevelNeeded(java.lang.String lapsToAverage) |
Data |
Car.getFuelLevelNeeded(java.lang.String lapsToAverage,
java.lang.String laps) |
Data |
Car.getFuelLevelNeeded(java.lang.String lapsToAverage,
java.lang.String laps,
java.lang.String UOM) |
Data |
Car.getFuelLevelPerLap() |
Data |
Car.getFuelLevelPerLap(int lapsToAverage,
java.lang.String UOM)
Returns the amount of fuel being consumed per lap.
|
Data |
Car.getFuelLevelPerLap(java.lang.String lapsToAverage) |
Data |
Car.getFuelLevelPerLap(java.lang.String lapsToAverage,
java.lang.String UOM) |
Data |
Car.getFuelLevelToFinish() |
Data |
Car.getFuelLevelToFinish(int lapsToAverage,
double laps,
java.lang.String UOM)
Returns the total amount of fuel needed to finish the race regardless of how much is in the fuel tank.
|
Data |
Car.getFuelLevelToFinish(java.lang.String lapsToAverage) |
Data |
Car.getFuelLevelToFinish(java.lang.String lapsToAverage,
java.lang.String lapsRemaining) |
Data |
Car.getFuelLevelToFinish(java.lang.String lapsToAverage,
java.lang.String lapsRemaining,
java.lang.String UOM) |
Data |
Car.getGauge() |
Data |
Car.getGauge(java.lang.String gaugeType)
Returns a Data object of the Gauge Type specified for this car as a json string.
|
Data |
Car.getHasAutomaticPitCommands()
Returns if the SIM supports sending pit commands remotely.
|
Data |
Session.getId()
Returns a SIM specific ID for the current session.
|
Data |
Car.getId()
Returns the numeric id of this car.
|
Data |
Track.getImage() |
Data |
Track.getImage(java.lang.String type)
Returns the path to the track image specified by the "type" of image.
|
Data |
Car.getImageUrl()
Returns a URL to this car's image suitable for using in the "src" attribute of the "img" tag.
|
Data |
Session.getIncidentLimit()
Returns the total number of incidents allowed for this session.
|
Data |
Car.getIncidents()
Returns the number of incidents for the driver of this car.
|
Data |
Car.getIncidentsTeam()
Returns the number of incidents for this car's team.
|
Data |
Session.getIsAppsHidden()
Returns true if the client should hide the App windows.
|
Data |
Car.getIsBelowMinimumSpeed()
This returns (true) if the car is below the minimum speed.
|
Data |
Car.getIsBlackFlag()
Returns true if the black flag has been waved for this car.
|
Data |
Car.getIsBlueFlag()
Returns true if the blue flag has been waved for this car.
|
Data |
Session.getIsCautionFlag()
Returns true if the caution flag is waving.
|
Data |
Gauge.getIsChangeable()
Returns true if this gauge represents an object that can be replaced/changed at the next pit stop (i.e.
|
Data |
Session.getIsCheckeredFlag()
Returns true if the checkered flag is waving.
|
Data |
Session.getIsCrossedFlag()
Returns true if the crossed flag is waving.
|
Data |
Gauge.getIsDirty()
Returns Y if the next value of the gauge is different from the current value.
|
Data |
Car.getIsDisqualifyFlag()
Returns true if the disqualify flag has been waved for this car.
|
Data |
Car.getIsDriving()
Returns true if are driving this car.
|
Data |
Car.getIsEqual() |
Data |
Car.getIsEqual(java.lang.String carIdentifier)
Returns true if the 2 cars refer to the same car
|
Data |
Gauge.getIsFixed()
Returns false if this gauge's next value can be changed via
Gauge.setValueNext(double,String) ,
Gauge.incrementValueNext(String) or Gauge.decrementValueNext(String) . |
Data |
Car.getIsFixedSetup()
Returns true if the car is in a fixed setup session.
|
Data |
Session.getIsGarageVisible()
Returns true if the garage screen is visible so apps/widgets can hide it.
|
Data |
Session.getIsGreenFlag()
Returns true if the green flag is waving.
|
Data |
Car.getIsOverSpeedLimit()
Returns true if the car is over the specified speed limit.
|
Data |
Car.getIsPaceCar()
Returns true if the car is the pace car.
|
Data |
Session.getIsPitRoadOpen()
Returns true if pit road is open.
|
Data |
Car.getIsPitSpeedLimiter()
Returns true if the car has the pit speed limiter on.
|
Data |
Car.getIsPushToPassActive()
Returns the push to pass active status.
|
Data |
Session.getIsRedFlag()
Returns true if the red flag is waving.
|
Data |
Session.getIsReplay()
Returns true if the session is in replay mode.
|
Data |
Session.getIsReplayLive()
Returns true if the session is in replay mode and has not been rewound to a time in the past.
|
Data |
Car.getIsSpectator()
Returns true if the car is a spectator.
|
Data |
Car.getIsUnderSpeedLimit()
Returns true if the car is under the specified speed limit.
|
Data |
Session.getIsWhiteFlag()
Returns true if the white flag is waving.
|
Data |
Car.getIsYellowFlag()
Returns true if the yellow flag has been waved for this car.
|
Data |
Session.getLap()
Returns the current lap of the race or REFERENCE car if in a different type of session.
|
Data |
Car.getLap() |
Data |
Car.getLap(java.lang.String lapType) |
Data |
Car.getLap(java.lang.String lapType,
int lapsToAverage)
Returns the lap based on the specified reference type.
|
Data |
Car.getLap(java.lang.String lapType,
java.lang.String lapsToAverage) |
Data |
Gauge.getLapChanged()
Returns the lap when the object for this gauge was changed.
|
Data |
Car.getLapInvalidFlags()
Returns the invalid status of each lap in in an array.
|
Data |
Session.getLaps() |
Data |
Gauge.getLaps() |
Data |
Gauge.getLaps(int currentLap)
Returns the number of laps since the object for this gauge was changed.
|
Data |
Session.getLaps(java.lang.String sessionType)
Returns the total number of laps in the specified session.
|
Data |
Gauge.getLaps(java.lang.String currentLap) |
Data |
Gauge.getLapsHistorical()
Returns the number of laps since the last change.
|
Data |
Session.getLapsToGo()
Returns the number of laps to go in sessions that define a total number of laps
See
Session.getLaps() |
Data |
Car.getLapsToGo()
Returns the number of laps this car has remaining.
|
Data |
Car.getLapTime() |
Data |
Car.getLapTime(java.lang.String lapType) |
Data |
Car.getLapTime(java.lang.String lapType,
int lapsToAverage)
Returns the time of the lap based on the specified reference type.
|
Data |
Car.getLapTime(java.lang.String lapType,
java.lang.String lapsToAverage) |
Data |
Car.getLapTimeDelta() |
Data |
Car.getLapTimeDelta(java.lang.String lapType)
Returns the time delta of the lap based on the specified reference type.
|
Data |
Car.getLapTimeDeltaPercent() |
Data |
Car.getLapTimeDeltaPercent(java.lang.String lapType)
Returns the time delta as a percentage of the lap based on the specified reference type.
|
Data |
Car.getLapTimeDeltaReference() |
Data |
Car.getLapTimeDeltaReference(java.lang.String lapType)
Returns the time delta reference of the lap based on the specified reference type.
|
Data |
Car.getLapTimeProjected()
Estimates what the current lap time will be based on your current speed against your previous lap time.
|
Data |
Car.getLapTimes()
Returns the lap time of each lap in in an array
The array is indexed as zero based.
|
Data |
Track.getLatitude() |
Data |
Car.getLatitude() |
Data |
Track.getLatitude(java.lang.String location) |
Data |
Car.getLatitude(java.lang.String UOM)
Returns the Latitude location of the car.
|
Data |
Track.getLatitude(java.lang.String location,
java.lang.Double percentage,
java.lang.String UOM)
Returns the Latitude of the requested position based on percentage traveled from the start/finish line.
|
Data |
Track.getLatitude(java.lang.String location,
java.lang.String percentage) |
Data |
Track.getLatitude(java.lang.String location,
java.lang.String percentage,
java.lang.String UOM) |
Data |
Car.getLatitudeAcceleration() |
Data |
Car.getLatitudeAcceleration(java.lang.String UOM)
Returns the Latitudinal Acceleration.
|
Data |
Session.getLeagueId()
Returns a SIM specific League ID for the current session.
|
Data |
Track.getLength() |
Data |
Track.getLength(java.lang.String UOM)
Returns the length of the track using the unit of measure the distance of this track is normally reported in.
|
Data |
Track.getLongitude() |
Data |
Car.getLongitude() |
Data |
Track.getLongitude(java.lang.String location) |
Data |
Car.getLongitude(java.lang.String UOM)
Returns the Longitude location of the car.
|
Data |
Track.getLongitude(java.lang.String location,
java.lang.Double percentage,
java.lang.String UOM)
Returns the Longitude of the requested position based on percentage traveled from the start/finish line.
|
Data |
Track.getLongitude(java.lang.String location,
java.lang.String percentage) |
Data |
Track.getLongitude(java.lang.String location,
java.lang.String percentage,
java.lang.String UOM) |
Data |
Car.getLongitudeAcceleration() |
Data |
Car.getLongitudeAcceleration(java.lang.String UOM)
Returns the Longitudinal Acceleration.
|
Data |
Gauge.getMajorIncrement() |
Data |
Gauge.getMajorIncrement(java.lang.String UOM)
Returns how often to show major tick marks between the minimum and the maximum.
|
Data |
Car.getManufacturerLogo()
Returns the filename of the manufacturer's logo for this car.
|
Data |
Gauge.getMaxCount()
Returns the number of times this gauge can be changed.
|
Data |
Gauge.getMaximum() |
Data |
Gauge.getMaximum(java.lang.String UOM)
Returns the maximum value of where this gauge should end with the last tick mark (i.e.
|
Data |
Car.getMaxTires()
Returns the maximum number of tire sets for this session.
|
Data |
Car.getMergePoint()
Returns the merge point as a percentage from the start/finish line.
|
Data |
Car.getMergePointLatitude()
Returns the merge point latitude.
|
Data |
Car.getMergePointLongitude()
Returns the merge point longitude.
|
Data |
Session.getMessages()
Returns a string of a semicolon separate list of messages that are currently active.
|
Data |
Car.getMessages()
Returns a string of a semicolon separate list of messages that are currently active for this car.
|
Data |
Gauge.getMinimum() |
Data |
Gauge.getMinimum(java.lang.String UOM)
Returns the minimum value of where this gauge should start with the first tick mark (i.e.
|
Data |
Gauge.getMinorIncrement() |
Data |
Gauge.getMinorIncrement(java.lang.String UOM)
Returns how often to show minor tick marks between the minimum and the maximum.
|
Data |
Gauge.getMultiplier()
Return a multiplier to be used when calculating the major and minor tick marks.
|
Data |
Track.getName()
Returns the name of the track as reported by the SIM.
|
Data |
Session.getName() |
Data |
Gauge.getName()
Returns the untranslated name to display on the gauge.
|
Data |
Car.getName()
Returns a name of the car as reported by the SIM.
|
Data |
Session.getName(java.lang.String session)
Returns the name of the session.
|
Data |
Track.getNorth() |
Data |
Track.getNorth(java.lang.String UOM)
Returns the degrees of where North points, where zero degrees is at 3 o'clock and rotates clockwise.
|
Data |
Car.getNumber()
Returns the number of the car.
|
Data |
Car.getNumberFont()
Returns the font of the car's number.
|
Data |
Session.getNumberOfCarClasses()
Returns the number of car classes.
|
Data |
Car.getNumberSlant()
Returns the slant of the car's number.
|
Data |
Gauge.getOnResetChange()
Returns true if this gauge is changed on a reset.
|
Data |
Track.getPath() |
Data |
Track.getPath(java.lang.String location) |
Data |
Track.getPath(java.lang.String location,
java.lang.String UOM)
Returns the path of the track's configuration.
|
Data |
Car.getPitLocation()
Returns the pit location as a percentage from the start/finish line.
|
Data |
Track.getPitSpeedLimit() |
Data |
Car.getPitSpeedLimit() |
Data |
Track.getPitSpeedLimit(java.lang.String UOM)
Returns the Pit Speed Limit for this session as reported by the SIM SIMPlugin.
|
Data |
Car.getPitSpeedLimit(java.lang.String UOM)
Returns the pit road speed limit in the car's unit of measure.
|
Data |
Car.getPitStopsRemaining() |
Data |
Car.getPitStopsRemaining(int lapstoaverage)
Returns the number of pit stops remaining based on fuel mileage.
|
Data |
Car.getPitStopsRemaining(java.lang.String laps) |
Data |
Car.getPitTime()
Returns the amount of time the last pit stop took.
|
Data |
Car.getPitTimes()
Returns the times this car pitted by lap.
|
Data |
SIMPlugin.getPlay()
Returns the name of the currently playing recorded file.
|
Data |
Car.getPosition()
Returns the current position based on all cars in the session.
|
Data |
Car.getPositionClass()
Returns the current position based on the class the car is in.
|
Data |
Car.getPositionClassDelta()
Returns the number of positions changed for your class.
|
Data |
Car.getPositionClassQualifying()
Returns the qualifying position based on other cars in this session for your class.
|
Data |
Car.getPositionDelta()
Returns the number of positions changed.
|
Data |
Car.getPositionHighest()
Returns the highest position in the current session.
|
Data |
Car.getPositionHighestClass()
Returns the highest position in the current session for your class.
|
Data |
Car.getPositionLowest()
Returns the lowest position in the current session.
|
Data |
Car.getPositionLowestClass()
Returns the lowest position in the current session for your class.
|
Data |
Car.getPositionQualifying()
Returns the qualifying position based on other cars in this session.
|
Data |
Car.getPositions()
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.
|
Data |
Car.getPositionsClass()
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.
|
Data |
Car.getPushToPassRemaining()
Returns the number of seconds remaining on the push to pass counter.
|
Data |
Car.getRadioChannel()
Returns the radio channel number that this car is currently transmitting on.
|
Data |
Session.getRadioChannelActive()
Returns the active radio channel.
|
Data |
Session.getRadioChannelIsDeleteable() |
Data |
Session.getRadioChannelIsDeleteable(int channel)
Returns if the radio channel can be deleted.
|
Data |
Session.getRadioChannelIsDeleteable(java.lang.String channel) |
Data |
Session.getRadioChannelIsListenOnly() |
Data |
Session.getRadioChannelIsListenOnly(int channel)
Returns if the radio channel can only be listened to.
|
Data |
Session.getRadioChannelIsListenOnly(java.lang.String channel) |
Data |
Session.getRadioChannelIsMutable() |
Data |
Session.getRadioChannelIsMutable(int channel)
Returns if the radio channel can be muted.
|
Data |
Session.getRadioChannelIsMutable(java.lang.String channel) |
Data |
Session.getRadioChannelIsMuted() |
Data |
Session.getRadioChannelIsMuted(int channel)
Returns if the radio channel is currently muted.
|
Data |
Session.getRadioChannelIsMuted(java.lang.String channel) |
Data |
Session.getRadioChannelIsScanable() |
Data |
Session.getRadioChannelIsScanable(int channel)
Returns if the radio channel can be scanned.
|
Data |
Session.getRadioChannelIsScanable(java.lang.String channel) |
Data |
Session.getRadioChannelName() |
Data |
Car.getRadioChannelName()
Returns the radio channel name that this car is currently transmitting on.
|
Data |
Session.getRadioChannelName(int channel)
Returns the radio channel name.
|
Data |
Session.getRadioChannelName(java.lang.String channel) |
Data |
Session.getRadioChannels()
Returns the number of radio channels that is scannable by you.
|
Data |
Session.getRadioScan()
Returns the radio's scanning state
|
Data |
SIMPlugin.getRecord()
Returns the name of the file being recorded.
|
Data |
Session.getReferenceCar()
Returns the reference car identifier as defined by
Session.getCar(String) . |
Data |
Car.getRepairTime()
Returns the amount of time required to repair the car.
|
Data |
Car.getRepairTimeOptional()
Returns the amount of time that is optional to repair the car.
|
Data |
Session.getReplay()
Returns the state of the current replay position.
|
Data |
Track.getResolution() |
Data |
Track.getResolution(java.lang.String UOM)
Returns the resolution to be used with GPS mapping software for displaying the track on a map.
|
Data |
Session.getRestart()
Returns the type of restart, double or single file.
|
Data |
Car.getRPMPitRoadSpeed()
Returns the RPM for pit road speed while in 2nd gear
|
Data |
Car.getSector()
Returns the sector number this car is currently in.
|
Data |
Track.getSectors() |
Data |
Track.getSectors(java.lang.String sectorType) |
Data |
Track.getSectors(java.lang.String sectorType,
java.lang.String UOM)
Returns an array of sector starting and ending points.
|
Data |
SIMPlugin.getSetting(java.lang.String arg) |
Data |
SIMPlugin.getSetting(java.lang.String arg,
java.lang.String defaultValue)
Returns the value of arg from the settings.txt file.
|
Data |
SIMPlugin.getSIMData(java.lang.String... args)
This gets called when the path specifies a specific SIM should return the data.
|
Data |
SIMPlugin.getSIMName()
Returns the name of the SIM this connector is for.
|
Data |
Car.getSpotterMessage()
Returns the current spotter message.
|
Data |
Session.getSpotterPitCountDown()
Returns if the SIM has own pit count down spotter enabled.
|
Data |
Car.getStartFinishTimes()
Returns the times this car crossed the start/finish by lap.
|
Data |
SIMPlugin.getStartingVersion()
Returns the Data Version of where the playing file should start.
|
Data |
Session.getStartTime()
Returns the time the current session started as the number of seconds since Jan 1, 1970 UTC.
|
Data |
Session.getStatus()
Returns the status of the session as one of the following defined in
Session.Status . |
Data |
Car.getStatus()
Returns the current status of the car as defined by
Car.Status |
Data |
Car.getStatusClass()
Returns the status of the car and the car identifier as one string.
|
Data |
Session.getStrengthOfField()
Returns a String that is SIM specific that represents the strength of the field.
|
Data |
SIMPlugin.getSync()
Returns the sync flag.
|
Data |
TeamSpeak.getTalker()
Returns the name of the person that is currently talking in TeamSpeak.
|
Data |
Car.getTeamName()
Returns the team name if the current session has teams.
|
Data |
Track.getTemp() |
Data |
Track.getTemp(java.lang.String UOM)
Returns the current temperature of the track.
|
Data |
Session.getTime()
Returns the time of the current session as the number of seconds since Jan 1, 1970 UTC.
|
Data |
Session.getTimeElapsed()
Returns the number of seconds since the current session started.
|
Data |
Session.getTimeRemaining()
If the current session has a time restriction, this returns the number of seconds remaining.
|
Data |
Session.getTimeString()
Returns the time of the current session in the time zone of the track using the following format.
|
Data |
Track.getTimeZone()
Returns the time zone of the track's actual location in long format (i.e.
|
Data |
Track.getType()
Returns the track's type as defined by
Track.Type |
Data |
Session.getType()
Returns the type of the current session as defined by
Session.Type |
Data |
Gauge.getType()
Returns the type of gauge as defined by
Gauge.Type |
Data |
Gauge.getTypeName()
Returns farther explanation of the gauge (i.e.
|
Data |
Gauge.getUOM()
Returns the Unit of Measure for this gauge (i.e.
|
Data |
Gauge.getValue() |
Data |
Gauge.getValue(double value,
java.lang.String UOM,
java.lang.String gear,
java.lang.String enginePower)
Returns the value passed in.
|
Data |
Gauge.getValue(java.lang.String value) |
Data |
Gauge.getValue(java.lang.String value,
java.lang.String UOM) |
Data |
Gauge.getValue(java.lang.String value,
java.lang.String UOM,
java.lang.String gear) |
Data |
Gauge.getValue(java.lang.String value,
java.lang.String UOM,
java.lang.String gear,
java.lang.String enginePower) |
Data |
Gauge.getValueCurrent() |
Data |
Gauge.getValueCurrent(java.lang.String UOM)
Returns the current value of the gauge.
|
Data |
Gauge.getValueHistorical() |
Data |
Gauge.getValueHistorical(java.lang.String UOM)
Returns the historical value of the gauge taken at the time it was changed.
|
Data |
Gauge.getValueNext() |
Data |
Gauge.getValueNext(java.lang.String UOM)
Returns the value of the next value that the object will be at the next pit stop.
|
Data |
SIMPlugin.getVersion()
Returns the version of the SIMRacingApps Plugin as a String in a printable format.
|
Data |
SIMPlugin.getVolume()
Returns the master volume setting as a percentage.
|
Data |
Car.getWarnings()
Returns a semicolon(;) separated list of engine warnings.
|
Data |
Track.getWeatherFogLevel()
Returns the fog level as a percentage.
|
Data |
Track.getWeatherRelativeHumidity()
Returns the relative humidity as a percentage.
|
Data |
Track.getWeatherSkies()
Returns the condition of the skies, like "Partly Cloudy".
|
Data |
Track.getWeatherTemp() |
Data |
Track.getWeatherTemp(java.lang.String UOM)
Returns the current ambient temperature at the track.
|
Data |
Track.getWeatherWindDirection() |
Data |
Track.getWeatherWindDirection(java.lang.String UOM)
Returns the wind direction, where East is zero degrees at 3 o'clock.
|
Data |
Track.getWeatherWindSpeed() |
Data |
Track.getWeatherWindSpeed(java.lang.String UOM)
Returns the wind speed.
|
Data |
TeamSpeak.getWhispering()
Returns the word "Whispering" if the talker is whispering, blank if not.
|
Data |
Gauge.incrementValueNext() |
Data |
Gauge.incrementValueNext(java.lang.String UOM)
Increments the next value, to be applied at the next pit stop, according to the value set by
Gauge._setCapacityIncrement(double,String) . |
Data |
Car.setAdminFlag(boolean onOffFlag)
Sets this car/driver's admin status.
|
Data |
Car.setAdminFlag(java.lang.String onOffFlag) |
Data |
Session.setAdvanceFlag()
Advance to next Session.
|
Data |
Session.setAppsHidden() |
Data |
Session.setAppsHidden(boolean isHidden)
Sets the flag returned by getIsAppsHidden().
|
Data |
Session.setAppsHidden(java.lang.String isHidden) |
Data |
Car.setBlackFlag() |
Data |
Car.setBlackFlag(int quantity,
java.lang.String uom)
Sets a black flag for this car/driver.
|
Data |
Car.setBlackFlag(java.lang.String quantity) |
Data |
Car.setBlackFlag(java.lang.String quantity,
java.lang.String uom) |
Data |
Car.setCamera() |
Data |
Session.setCamera(java.lang.String cameraName) |
Data |
Car.setCamera(java.lang.String cameraName)
Changes the camera to focus on this car.
|
Data |
Session.setCamera(java.lang.String cameraName,
java.lang.String focusOn) |
Data |
Session.setCamera(java.lang.String cameraName,
java.lang.String focusOn,
java.lang.String carIdentifier)
Changes the camera.
|
Data |
Session.setCameraFocus(java.lang.String focusOn) |
Data |
Session.setCameraFocus(java.lang.String focusOn,
java.lang.String carIdentifier)
Changes the focus of the current camera.
|
Data |
Session.setCautionFlag()
Set Full Course Caution Flag on.
|
Data |
Session.setCautionLaps() |
Data |
Session.setCautionLaps(int laps)
Sets the number of caution laps.
|
Data |
Session.setCautionLaps(java.lang.String laps) |
Data |
Session.setCautionLapsAdjust() |
Data |
Session.setCautionLapsAdjust(int laps)
Add or subtract laps to the current caution laps.
|
Data |
Session.setCautionLapsAdjust(java.lang.String laps) |
Data |
Gauge.setChangeFlag(boolean flag)
Sets the change flag for this gauge and all the gauges grouped with it.
|
Data |
Gauge.setChangeFlag(java.lang.String flag) |
Data |
Session.setChat(java.lang.String text)
Sends the text string as a chat message to all drivers.
|
Data |
Car.setChat(java.lang.String text)
Sends the text string as a chat message to this driver.
|
Data |
Session.setChatFlag(boolean onOffFlag)
Set Chat on or off for all drivers.
|
Data |
Car.setChatFlag(boolean onOffFlag)
Sets this car/driver's chat status.
|
Data |
Session.setChatFlag(java.lang.String onOffFlag) |
Data |
Car.setChatFlag(java.lang.String onOffFlag) |
Data |
Session.setChatReply(java.lang.String text)
Sends the text string as a chat message to the last driver to send you a private message.
|
Data |
Car.setClearPenaltiesFlag()
Clear all penalties, DQ, EOL, Black Flags.
|
Data |
Data.setDirty(java.lang.Boolean dirty)
Sets the dirty flag.
|
Data |
Car.setDisqualifyFlag()
Disqualify this car but leave them in the session.
|
Data |
SIMPlugin.setEndingVersion(java.lang.String endingversion)
Sets the Data Version of where the playing file should stop.
|
Data |
Car.setEndOfLineFlag()
Send this car to the end of the pacing line.
|
Data |
Data.setFormat(java.lang.String format) |
Data |
Data.setFormat(java.lang.String name,
java.lang.String format)
Sets the format using the same syntax as
String.format(Locale, String, Object...) . |
Data |
Data.setId(java.lang.String id)
Sets the Id for this instance.
|
Data |
Data.setInterval(java.lang.Long value) |
Data |
Data.setInterval(java.lang.String name,
java.lang.Long interval)
Sets the interval in milliseconds used by
isDataStale(String) . |
Data |
Data.setLang(java.lang.String lang) |
Data |
Data.setLang(java.lang.String name,
java.lang.String lang)
Sets the language to be used for translations and formatting of this value.
|
Data |
Data.setName(java.lang.String name)
Sets or updates the default name.
|
Data |
Session.setPitClose()
Sets the Pits to be closed.
|
Data |
Session.setPitOpen()
Sets the Pits to be open.
|
Data |
SIMPlugin.setPlay(java.lang.String Filename)
Sets the filename to be played back.
|
Data |
Session.setRadioChannel(int channel)
Makes the specified radio channel the active channel to transmit on.
|
Data |
Session.setRadioChannel(java.lang.String channel) |
Data |
Session.setRadioChannelDelete(int channel)
Deletes the specified radio channel.
|
Data |
Session.setRadioChannelDelete(java.lang.String channel) |
Data |
Session.setRadioChannelMute() |
Data |
Session.setRadioChannelMute(int channel,
boolean flag)
Mutes or Unmutes the specified radio channel.
|
Data |
Session.setRadioChannelMute(java.lang.String channel) |
Data |
Session.setRadioChannelMute(java.lang.String channel,
java.lang.String flag) |
Data |
Session.setRadioChannelName(java.lang.String channelName)
Makes the specified radio channel the active channel to transmit on.
|
Data |
Session.setRadioScan(boolean flag)
Turns the scanning of the channels on and off, such that, you are only listening on the active channel.
|
Data |
Session.setRadioScan(java.lang.String flag) |
Data |
SIMPlugin.setRecord(java.lang.String Filename)
Sets the filename to record this session to.
|
Data |
Session.setReferenceCar() |
Data |
Session.setReferenceCar(java.lang.String carIdentifier)
Sets the reference car.
|
Data |
Session.setReloadPaint()
Tell the SIM to reload the paint files for all cars.
|
Data |
Car.setReloadPaint()
Tell the SIM to reload the paint files for this car.
|
Data |
Car.setRemoveFlag()
Remove the user from the session.
|
Data |
Session.setReplay(java.lang.String command)
Tells the replay system what to do.
|
Data |
Session.setReplayPosition(java.lang.String command)
Tells the replay system what position to start playing at.
|
Data |
Data.setRequestedUOM(java.lang.String UOM) |
Data |
Data.setRequestedUOM(java.lang.String name,
java.lang.String UOM)
Sets the Requested Unit of Measure.
|
Data |
Session.setRestart(java.lang.String command)
Tells the system what type of restart you want.
|
Data |
Car.setRPMPitRoadSpeed(double rpm)
Sets the pit road speed as the RPMs in 2nd gear.
|
Data |
SIMPlugin.setStartingVersion(java.lang.String startingversion)
Sets the Data Version of where the playing file should start.
|
Data |
Data.setState(java.lang.String state) |
Data |
Data.setState(java.lang.String name,
java.lang.String state)
Sets the State.
|
Data |
Data.setStatePercent(java.lang.Double statepercent) |
Data |
Data.setStatePercent(java.lang.String name,
java.lang.Double statepercent)
Sets the State Percentage.
|
Data |
SIMPlugin.setSync(boolean sync)
Sets the the sync flag.
|
Data |
SIMPlugin.setSynce(java.lang.String sync) |
Data |
Data.setUOM(java.lang.String UOM) |
Data |
Data.setUOM(java.lang.String name,
java.lang.String UOM)
Sets the unit of measure.
|
Data |
Data.setValue(java.lang.Object value) |
Data |
Data.setValue(java.lang.Object value,
java.lang.String UOM) |
Data |
Data.setValue(java.lang.Object value,
java.lang.String UOM,
java.lang.String state) |
Data |
Data.setValue(java.lang.Object value,
java.lang.String UOM,
java.lang.String state,
java.lang.Double pct)
As well as the standard
setValue(String, Object) ,
I have overloaded it to take value and UOM together as well as optionally,
State and Percentage when setting for the default name. |
Data |
Data.setValue(java.lang.String name,
java.lang.Object value)
Sets the value for the object.
|
Data |
Gauge.setValueNext() |
Data |
Gauge.setValueNext(double value,
java.lang.String UOM)
Sets the next value to be applied at the next pit stop.
|
Data |
Gauge.setValueNext(java.lang.String value) |
Data |
Gauge.setValueNext(java.lang.String value,
java.lang.String UOM) |
Data |
SIMPlugin.setVolume(double percentage)
Returns the master volume setting as a percentage.
|
Data |
SIMPlugin.setVolume(java.lang.String percentage) |
Data |
Car.setWaveAroundFlag()
Wave this car around the pace car.
|
Data |
Data.updateTimeStamp() |
Data |
Data.updateTimeStamp(java.lang.String name)
Updates the time stamp to the current time in milliseconds
|
Modifier and Type | Method and Description |
---|---|
void |
Gauge._addStateRange(java.lang.String stateName,
java.lang.String name,
double start,
double end,
java.lang.String UOM,
Data d) |
void |
Data.add(Data d)
Adds all the named values from another Data instance.
|
Data |
Data.addConversion(Data data)
Add all the units from another data object.
|
int |
Data.compare(Data data) |
int |
Data.compare(Data data,
java.lang.String name)
Compares this instance to another Data instance.
|
boolean |
Data.equals(Data pData) |
void |
Data.set(Data d)
Copies all the named values from another Data instance as if it was cloning it.
|
Constructor and Description |
---|
Data(Data data)
Copy Constructor.
|
Modifier and Type | Method and Description |
---|---|
Data |
JDataLabel.getData() |
Modifier and Type | Method and Description |
---|---|
void |
JDataLabel.setData(Data data) |
Modifier and Type | Method and Description |
---|---|
static Data |
DataService.getData(java.lang.String datapath)
Used by the servlets to return a data from the SIM directly, bypassing the cache.
|
static Data |
DataService.getRecord() |
static Data |
DataService.getSIMName() |
static Data |
DataService.getSIMVersion() |
Modifier and Type | Method and Description |
---|---|
boolean |
SIMPluginCallback.ProcessData(SIMPlugin SIMPlugin,
java.util.Map<java.lang.String,Data> data)
ProcessData is called from within the dedicated thread for this plug-in
every time there is data available in the queue it pops it off the queue and passes it to this method.
|
Modifier and Type | Method and Description |
---|---|
Data |
Post.getMaxTires()
Gets the max value for a tire.
|
Data |
Post.getResults()
Gets the entire results structure.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Post.ProcessData(SIMPlugin SIMPlugin,
java.util.Map<java.lang.String,Data> data)
ProcessData is called from within the dedicated thread for this plug-in
every time there is data available in the queue it pops it off the queue and passes it to this method.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Flags.ProcessData(SIMPlugin SIMPlugin,
java.util.Map<java.lang.String,Data> data)
ProcessData is called from within the dedicated thread for this plug-in
every time there is data available in the queue it pops it off the queue and passes it to this method.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ShiftLight.ProcessData(SIMPlugin SIMPlugin,
java.util.Map<java.lang.String,Data> data) |
Modifier and Type | Method and Description |
---|---|
Data |
Shift.getVolume()
Gets the volume as a percentage.
|
Data |
PitSpeedLimit.getVolume()
Gets the volume as a percentage.
|
Data |
PitCountDown.getVolume()
Gets the volume as a percentage.
|
Data |
Shift.setVolume(double percentage)
Sets the volume as a percentage.
|
Data |
PitSpeedLimit.setVolume(double percentage)
Sets the volume as a percentage.
|
Data |
PitCountDown.setVolume(double percentage)
Sets the volume as a percentage.
|
Data |
Shift.setVolume(java.lang.String percentage) |
Data |
PitSpeedLimit.setVolume(java.lang.String percentage) |
Data |
PitCountDown.setVolume(java.lang.String percentage) |
Modifier and Type | Method and Description |
---|---|
boolean |
Shift.ProcessData(SIMPlugin SIMPlugin,
java.util.Map<java.lang.String,Data> data) |
boolean |
PitSpeedLimit.ProcessData(SIMPlugin SIMPlugin,
java.util.Map<java.lang.String,Data> data) |
boolean |
PitCountDown.ProcessData(SIMPlugin SIMPlugin,
java.util.Map<java.lang.String,Data> data) |
Modifier and Type | Method and Description |
---|---|
boolean |
MyCallback.ProcessData(SIMPlugin SIMPlugin,
java.util.Map<java.lang.String,Data> data)
ProcessData is called from within the dedicated thread for this plug-in
every time there is data available in the queue it pops it off the queue and passes it to this method.
|
Modifier and Type | Method and Description |
---|---|
Data |
iRacingCar.getBearing(java.lang.String UOM) |
Data |
iRacingSession.getCamera() |
Data |
iRacingSession.getCameraFocus() |
Data |
iRacingSession.getCameras() |
Data |
iRacingSession.getCars() |
Data |
iRacingTrack.getCategory() |
Data |
iRacingSession.getCautionLaps() |
Data |
iRacingSession.getCautions() |
Data |
iRacingCar.getCautions() |
Data |
iRacingTrack.getCity() |
Data |
iRacingCar.getClassColor() |
Data |
iRacingCar.getClassName() |
Data |
iRacingSession.getClassNames() |
Data |
iRacingCar.getColor() |
Data |
iRacingCar.getColorNumber() |
Data |
iRacingCar.getColorNumberBackground() |
Data |
iRacingCar.getColorNumberOutline() |
Data |
iRacingTrack.getCondition() |
Data |
iRacingTrack.getConfiguration() |
Data |
iRacingTrack.getCountry() |
Data |
iRacingSession.getDataVersion() |
Data |
iRacingTrack.getDescription() |
Data |
iRacingCar.getDescription() |
Data |
iRacingCar.getDiscontinuality() |
Data |
iRacingCar.getDivisionName() |
Data |
iRacingCar.getDriverClubName() |
Data |
iRacingCar.getDriverDivisionName() |
Data |
iRacingCar.getDriverInitials() |
Data |
iRacingCar.getDriverLicenseColor() |
Data |
iRacingCar.getDriverLicenseColorText() |
Data |
iRacingCar.getDriverLicLevel() |
Data |
iRacingCar.getDriverLicSubLevel() |
Data |
iRacingCar.getDriverName(boolean allowMapping) |
Data |
iRacingCar.getDriverNameShort(boolean allowMapping) |
Data |
iRacingCar.getDriverRating() |
Data |
iRacingCar.getDriverRatingDelta() |
Data |
iRacingCar.getFuelLevelAtStartFinish(java.lang.String UOM) |
Data |
iRacingCar.getFuelLevelNeeded(int lapsToAverage,
double laps,
java.lang.String UOM) |
Data |
iRacingCar.getFuelLevelPerLap(int lapsToAverage,
java.lang.String UOM) |
Data |
iRacingCar.getFuelLevelToFinish(int lapsToAverage,
double laps,
java.lang.String UOM) |
Data |
iRacingCar.getHasAutomaticPitCommands()
Automatic Pit Commands will not be enabled until a client calls this function to find out.
|
Data |
iRacingSession.getId() |
Data |
iRacingCar.getId() |
Data |
iRacingCar.getImageUrl() |
Data |
iRacingSession.getIncidentLimit() |
Data |
iRacingCar.getIncidents() |
Data |
iRacingCar.getIncidentsTeam() |
Data |
iRacingCar.getIsBlackFlag() |
Data |
iRacingCar.getIsBlueFlag() |
Data |
iRacingSession.getIsCautionFlag() |
Data |
iRacingSession.getIsCheckeredFlag() |
Data |
iRacingSession.getIsCrossedFlag() |
Data |
iRacingCar.getIsDisqualifyFlag() |
Data |
iRacingCar.getIsDriving() |
Data |
iRacingCar.getIsFixedSetup() |
Data |
iRacingSession.getIsGarageVisible() |
Data |
iRacingSession.getIsGreenFlag() |
Data |
iRacingCar.getIsPaceCar() |
Data |
iRacingSession.getIsPitRoadOpen() |
Data |
iRacingCar.getIsPitSpeedLimiter() |
Data |
iRacingCar.getIsPushToPassActive() |
Data |
iRacingSession.getIsRedFlag() |
Data |
iRacingSession.getIsReplay() |
Data |
iRacingSession.getIsReplayLive() |
Data |
iRacingCar.getIsSpectator() |
Data |
iRacingSession.getIsWhiteFlag() |
Data |
iRacingCar.getIsYellowFlag() |
Data |
iRacingSession.getLap() |
Data |
iRacingCar.getLap(java.lang.String ref,
int lapsToAverage) |
Data |
iRacingCar.getLapInvalidFlags() |
Data |
iRacingGauge.getLaps() |
Data |
iRacingSession.getLaps(java.lang.String sessionType) |
Data |
iRacingSession.getLapsToGo() |
Data |
iRacingCar.getLapsToGo() |
Data |
iRacingCar.getLapTime(java.lang.String ref,
int lapsToAverage) |
Data |
iRacingCar.getLapTimeDelta(java.lang.String ref) |
Data |
iRacingCar.getLapTimeDeltaPercent(java.lang.String ref) |
Data |
iRacingCar.getLapTimeDeltaReference(java.lang.String ref) |
Data |
iRacingCar.getLapTimes() |
Data |
iRacingCar.getLatitude(java.lang.String UOM)
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.
|
Data |
iRacingCar.getLatitudeAcceleration(java.lang.String UOM) |
Data |
iRacingSession.getLeagueId() |
Data |
iRacingTrack.getLength(java.lang.String UOM) |
Data |
iRacingCar.getLongitude(java.lang.String UOM)
iRacing only outputs this value in the IBT files for ME.
|
Data |
iRacingCar.getLongitudeAcceleration(java.lang.String UOM) |
Data |
iRacingCar.getMaxTires() |
Data |
iRacingCar.getMergePoint() |
Data |
iRacingSession.getMessages() |
Data |
iRacingCar.getMessages() |
Data |
iRacingTrack.getName() |
Data |
iRacingSession.getName(java.lang.String session) |
Data |
iRacingCar.getNumber() |
Data |
iRacingCar.getNumberFont() |
Data |
iRacingSession.getNumberOfCarClasses() |
Data |
iRacingCar.getNumberSlant() |
Data |
iRacingCar.getPitLocation() |
Data |
iRacingTrack.getPitSpeedLimit(java.lang.String UOM) |
Data |
iRacingCar.getPitTime() |
Data |
iRacingCar.getPitTimes() |
Data |
iRacingCar.getPosition() |
Data |
iRacingCar.getPositionClass() |
Data |
iRacingCar.getPositionClassQualifying() |
Data |
iRacingCar.getPositionHighest() |
Data |
iRacingCar.getPositionHighestClass() |
Data |
iRacingCar.getPositionLowest() |
Data |
iRacingCar.getPositionLowestClass() |
Data |
iRacingCar.getPositionQualifying() |
Data |
iRacingCar.getPositions() |
Data |
iRacingCar.getPositionsClass() |
Data |
iRacingCar.getPushToPassRemaining() |
Data |
iRacingCar.getRadioChannel() |
Data |
iRacingSession.getRadioChannelActive() |
Data |
iRacingSession.getRadioChannelIsDeleteable(int channel) |
Data |
iRacingSession.getRadioChannelIsListenOnly(int channel) |
Data |
iRacingSession.getRadioChannelIsMutable(int channel) |
Data |
iRacingSession.getRadioChannelIsMuted(int channel) |
Data |
iRacingSession.getRadioChannelIsScanable(int channel) |
Data |
iRacingCar.getRadioChannelName() |
Data |
iRacingSession.getRadioChannelName(int channel) |
Data |
iRacingSession.getRadioChannels() |
Data |
iRacingSession.getRadioScan() |
Data |
iRacingCar.getRepairTime() |
Data |
iRacingCar.getRepairTimeOptional() |
Data |
iRacingSession.getReplay() |
Data |
iRacingSession.getRestart() |
Data |
iRacingTrack.getSectors(java.lang.String sectorType,
java.lang.String UOM) |
Data |
iRacingSIMPlugin.getSIMData(java.lang.String... args) |
Data |
iRacingCar.getSpotterMessage() |
Data |
iRacingSession.getSpotterPitCountDown() |
Data |
iRacingCar.getStartFinishTimes() |
Data |
iRacingSession.getStartTime() |
Data |
iRacingSession.getStatus() |
Data |
iRacingCar.getStatus() |
Data |
iRacingSession.getStrengthOfField() |
Data |
iRacingCar.getTeamName() |
Data |
iRacingTrack.getTemp(java.lang.String UOM) |
Data |
iRacingSession.getTime() |
Data |
iRacingSession.getTimeElapsed() |
Data |
iRacingSession.getTimeRemaining() |
Data |
iRacingTrack.getType() |
Data |
iRacingSession.getType() |
Data |
iRacingGauge.getValueCurrent(java.lang.String UOM) |
Data |
iRacingGauge.getValueCurrent(java.lang.String UOM,
java.lang.String gear,
java.lang.String power) |
Data |
iRacingCar.getWarnings() |
Data |
iRacingTrack.getWeatherFogLevel() |
Data |
iRacingTrack.getWeatherRelativeHumidity() |
Data |
iRacingTrack.getWeatherSkies() |
Data |
iRacingTrack.getWeatherTemp(java.lang.String UOM) |
Data |
iRacingTrack.getWeatherWindDirection(java.lang.String UOM) |
Data |
iRacingTrack.getWeatherWindSpeed(java.lang.String UOM) |
Data |
iRacingCar.setAdminFlag(boolean onOffFlag) |
Data |
iRacingSession.setAdvanceFlag() |
Data |
iRacingCar.setBlackFlag(int quantity,
java.lang.String uom) |
Data |
iRacingSession.setCamera(java.lang.String cameraName,
java.lang.String focusOn,
java.lang.String carIdentifier) |
Data |
iRacingSession.setCautionFlag() |
Data |
iRacingSession.setCautionLaps(int laps) |
Data |
iRacingSession.setCautionLapsAdjust(int laps) |
Data |
iRacingSession.setChat(java.lang.String text) |
Data |
iRacingCar.setChat(java.lang.String text) |
Data |
iRacingSession.setChatFlag(boolean onOffFlag) |
Data |
iRacingCar.setChatFlag(boolean onOffFlag) |
Data |
iRacingSession.setChatReply(java.lang.String text) |
Data |
iRacingCar.setClearPenaltiesFlag() |
Data |
iRacingCar.setDisqualifyFlag() |
Data |
iRacingCar.setEndOfLineFlag() |
Data |
iRacingSession.setPitClose() |
Data |
iRacingSession.setPitOpen() |
Data |
iRacingSIMPlugin.setPlay(java.lang.String file) |
Data |
iRacingSession.setRadioChannel(int channel) |
Data |
iRacingSession.setRadioChannelDelete(int channel) |
Data |
iRacingSession.setRadioChannelMute(int channel,
boolean flag) |
Data |
iRacingSession.setRadioChannelName(java.lang.String channelName) |
Data |
iRacingSession.setRadioScan(boolean flag) |
Data |
iRacingSIMPlugin.setRecord(java.lang.String file) |
Data |
iRacingSession.setReloadPaint() |
Data |
iRacingCar.setReloadPaint() |
Data |
iRacingCar.setRemoveFlag() |
Data |
iRacingSession.setReplay(java.lang.String command) |
Data |
iRacingSession.setReplayPosition(java.lang.String command) |
Data |
iRacingSession.setRestart(java.lang.String method) |
Data |
iRacingCar.setWaveAroundFlag() |
Modifier and Type | Method and Description |
---|---|
static void |
BroadcastMsg.PitCommandMode.send(IODriver IODriver,
short cmd,
Data data) |
static void |
BroadcastMsg.PitCommandMode.send(IODriver IODriver,
java.lang.String cmd,
Data data) |
Modifier and Type | Method and Description |
---|---|
Data |
TirePressure.decrementValueNext(java.lang.String UOM) |
Data |
FuelLevel.decrementValueNext(java.lang.String UOM) |
Data |
FuelLevel.getCapacityIncrement(java.lang.String UOM) |
Data |
FuelLevel.getCapacityMaximum(java.lang.String UOM) |
Data |
FuelLevel.getCapacityMinimum(java.lang.String UOM) |
Data |
Tire.getCount() |
Data |
FuelLevel.getCount() |
Data |
FastRepairs.getCount() |
Data |
Changeables.getCount() |
Data |
WindshieldTearoff.getLapsHistorical() |
Data |
Tire.getLapsHistorical() |
Data |
FuelLevel.getLapsHistorical() |
Data |
FastRepairs.getLapsHistorical() |
Data |
Changeables.getLapsHistorical() |
Data |
FuelLevel.getMajorIncrement(java.lang.String UOM) |
Data |
Tire.getMaxCount() |
Data |
FastRepairs.getMaxCount() |
Data |
FuelLevel.getMaximum(java.lang.String UOM) |
Data |
FuelLevel.getMinorIncrement(java.lang.String UOM) |
Data |
WindshieldTearoff.getValueCurrent(java.lang.String UOM) |
Data |
WaterTemp.getValueCurrent(java.lang.String UOM) |
Data |
WaterPressure.getValueCurrent(java.lang.String UOM) |
Data |
Tire.getValueCurrent(java.lang.String UOM) |
Data |
Tachometer.getValueCurrent(java.lang.String UOM) |
Data |
Steering.getValueCurrent(java.lang.String UOM) |
Data |
Speedometer.getValueCurrent(java.lang.String UOM) |
Data |
OilPressure.getValueCurrent(java.lang.String UOM) |
Data |
FuelPressure.getValueCurrent(java.lang.String UOM) |
Data |
FuelLevel.getValueCurrent(java.lang.String UOM) |
Data |
FastRepairs.getValueCurrent(java.lang.String UOM) |
Data |
Changeables.getValueCurrent(java.lang.String UOM) |
Data |
BrakePressure.getValueCurrent(java.lang.String UOM) |
Data |
BrakeBias.getValueCurrent(java.lang.String UOM) |
Data |
Accelometer.getValueCurrent(java.lang.String UOM) |
Data |
TireTemp.getValueHistorical(java.lang.String UOM) |
Data |
Tire.getValueHistorical(java.lang.String UOM) |
Data |
FuelLevel.getValueHistorical(java.lang.String UOM) |
Data |
FastRepairs.getValueHistorical(java.lang.String UOM) |
Data |
Changeables.getValueHistorical(java.lang.String UOM) |
Data |
Tire.getValueNext(java.lang.String UOM) |
Data |
FuelLevel.getValueNext(java.lang.String UOM) |
Data |
Changeables.getValueNext(java.lang.String UOM) |
Data |
TirePressure.incrementValueNext(java.lang.String UOM) |
Data |
FuelLevel.incrementValueNext(java.lang.String UOM) |
Data |
WindshieldTearoff.setChangeFlag(boolean flag) |
Data |
TirePressure.setChangeFlag(boolean flag) |
Data |
FuelLevel.setChangeFlag(boolean flag) |
Data |
FastRepairs.setChangeFlag(boolean flag) |
Data |
TirePressure.setValueNext(double d,
java.lang.String UOM) |
Data |
TireCompound.setValueNext(double d,
java.lang.String UOM) |
Data |
FuelLevel.setValueNext(double d,
java.lang.String UOM) |
Modifier and Type | Class and Description |
---|---|
class |
SessionData |
class |
SessionDataCars |
class |
SessionDataCarsByCarNumber |
class |
SessionDataCarsByPosition |
class |
SessionDataCarsByPositionClass |
class |
SessionDataCarsByRelative |
class |
SessionDataCarsByRelativeClass |
class |
SessionDataCarsByRelativeLocation |
class |
SessionDataCarsByRelativeLocationClass |
class |
SessionDataCarsByRelativePosition |
class |
SessionDataCarsByRelativePositionClass |
class |
SessionDataCarsSortedByCarNumber |