Virtual Robot Racing League

Developer Center

VRRL
ITimeSensor Interface Reference

A sensor for detecting changes in the flow of time More...

Inheritance diagram for ITimeSensor:
IRobotSensor

Properties

int TicksPerSecond [get]
 The number of times the robot controller's UpdateRobot() function is called per second More...
 
double TimeScale [get]
 The scale of the flow of time (1.0 is normal, higher is faster) More...
 
- Properties inherited from IRobotSensor
IRobotExplorer Robot [get]
 The robot this sensor is attached to More...
 
int SensorIndex [get]
 The index of this sensor in the robot's list of sensors More...
 

Detailed Description

A sensor for detecting changes in the flow of time

Property Documentation

◆ TicksPerSecond

int ITimeSensor.TicksPerSecond
get

The number of times the robot controller's UpdateRobot() function is called per second

◆ TimeScale

double ITimeSensor.TimeScale
get

The scale of the flow of time (1.0 is normal, higher is faster)