Interface | Description |
---|---|
Consumer<T> |
Instances of
Consumer are functions that act on an instance of a indicated type |
Func<T> |
Instances of
Func are nullary producers of values. |
Telemetry |
Instances of
Telemetry provide a means by which data can be transmitted from the
robot controller to the driver station and displayed on the driver station screen. |
Telemetry.Item |
Instances of
Telemetry.Item represent an item of data on the drive station telemetry display. |
Telemetry.Line |
Instances of
Telemetry.Line build lines of data on the driver station telemetry display. |
Telemetry.Log |
The
Telemetry.Log in a Telemetry instance provides an append-only list of messages
that appear on the driver station below the Telemetry.Item s of the Telemetry . |
Class | Description |
---|---|
ClassFactory |
ClassFactory provides a means by which various objects in the SDK may be logically
instantiated without exposing their external class identities to user's programs. |
Enum | Description |
---|---|
Telemetry.Log.DisplayOrder |
Telemetry.Log.DisplayOrder instances indicate the desired ordering of a Telemetry.log() . |
Annotation Type | Description |
---|---|
Const |
Const documents a method that promises not to change the internal state
of the method receiver. |
NonConst |
NonConst documents a method that performs its function by updating internal
state of the method receiver. |