A C E F G H I M N O P R S T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
T
- tick() - Method in class api.ExternalValue
- tick() - Method in interface api.IStatefulComponent
-
Updates the internal state, if any, provided that the component is enabled.
- tick() - Method in class hw4.Counter
- tick() - Method in class hw4.Register
- toIntValue(Pin[]) - Static method in class api.Util
-
Returns the integer value of the array of pins, interpreted as a binary number whose least significant bit is at index 0 and whose most significant bit is at the end of the array.
- toIntValue(Pin[], int, int) - Static method in class api.Util
-
Returns the integer value of the array of pins, interpreted as a binary number whose least significant bit is at index 'start' and whose most significant bit is at index 'end'.
- toString() - Method in class api.Pin
-
Returns a String representation of this Pin's value as either "0" or "1", or "-" if the state is invalid.
- toString(Pin[]) - Static method in class api.Util
-
Returns a string of 0's and 1's representing the given array of Pins, listed right to left.
All Classes All Packages