|
BowlerKernel
|


Public Member Functions | |
| DyIOPowerEvent (DyIOPowerState bankA, DyIOPowerState bankB, double batteryVoltage) | |
| DyIOPowerState | getChannelAMode () |
| DyIOPowerState | getChannelBMode () |
| double | getVoltage () |
| String | toString () |
Private Member Functions | |
| void | setVoltage (double voltage) |
Private Attributes | |
| DyIOPowerState | bankAState |
| DyIOPowerState | bankBState |
| double | voltage |
The Class DyIOPowerEvent.
Definition at line 7 of file DyIOPowerEvent.java.
| com.neuronrobotics.sdk.dyio.DyIOPowerEvent.DyIOPowerEvent | ( | DyIOPowerState | bankA, |
| DyIOPowerState | bankB, | ||
| double | batteryVoltage | ||
| ) |
Instantiates a new dy io power event.
| bankA | the bank a |
| bankB | the bank b |
| batteryVoltage | the battery voltage |
Definition at line 25 of file DyIOPowerEvent.java.
References com.neuronrobotics.sdk.dyio.DyIOPowerEvent.bankAState, com.neuronrobotics.sdk.dyio.DyIOPowerEvent.bankBState, and com.neuronrobotics.sdk.dyio.DyIOPowerEvent.setVoltage().

| DyIOPowerState com.neuronrobotics.sdk.dyio.DyIOPowerEvent.getChannelAMode | ( | ) |
Gets the channel a mode.
Definition at line 36 of file DyIOPowerEvent.java.
References com.neuronrobotics.sdk.dyio.DyIOPowerEvent.bankAState.
| DyIOPowerState com.neuronrobotics.sdk.dyio.DyIOPowerEvent.getChannelBMode | ( | ) |
Gets the channel b mode.
Definition at line 45 of file DyIOPowerEvent.java.
References com.neuronrobotics.sdk.dyio.DyIOPowerEvent.bankBState.
| double com.neuronrobotics.sdk.dyio.DyIOPowerEvent.getVoltage | ( | ) |
Gets the voltage.
Definition at line 63 of file DyIOPowerEvent.java.
References com.neuronrobotics.sdk.dyio.DyIOPowerEvent.voltage.
Referenced by com.neuronrobotics.sdk.dyio.DyIOPowerEvent.toString().
|
private |
Sets the voltage.
| voltage | the new voltage |
Definition at line 54 of file DyIOPowerEvent.java.
References com.neuronrobotics.sdk.dyio.DyIOPowerEvent.voltage.
Referenced by com.neuronrobotics.sdk.dyio.DyIOPowerEvent.DyIOPowerEvent().
| String com.neuronrobotics.sdk.dyio.DyIOPowerEvent.toString | ( | ) |
Definition at line 71 of file DyIOPowerEvent.java.
References com.neuronrobotics.sdk.dyio.DyIOPowerEvent.bankAState, com.neuronrobotics.sdk.dyio.DyIOPowerEvent.bankBState, and com.neuronrobotics.sdk.dyio.DyIOPowerEvent.getVoltage().

|
private |
The bank a state.
Definition at line 10 of file DyIOPowerEvent.java.
Referenced by com.neuronrobotics.sdk.dyio.DyIOPowerEvent.DyIOPowerEvent(), com.neuronrobotics.sdk.dyio.DyIOPowerEvent.getChannelAMode(), and com.neuronrobotics.sdk.dyio.DyIOPowerEvent.toString().
|
private |
The bank b state.
Definition at line 13 of file DyIOPowerEvent.java.
Referenced by com.neuronrobotics.sdk.dyio.DyIOPowerEvent.DyIOPowerEvent(), com.neuronrobotics.sdk.dyio.DyIOPowerEvent.getChannelBMode(), and com.neuronrobotics.sdk.dyio.DyIOPowerEvent.toString().
|
private |
The voltage.
Definition at line 16 of file DyIOPowerEvent.java.
Referenced by com.neuronrobotics.sdk.dyio.DyIOPowerEvent.getVoltage(), and com.neuronrobotics.sdk.dyio.DyIOPowerEvent.setVoltage().