BowlerKernel
Public Member Functions | Private Attributes | List of all members
com.neuronrobotics.sdk.pid.VirtualGenericPIDDevice.SyncThread Class Reference
Inheritance diagram for com.neuronrobotics.sdk.pid.VirtualGenericPIDDevice.SyncThread:
Inheritance graph
[legend]
Collaboration diagram for com.neuronrobotics.sdk.pid.VirtualGenericPIDDevice.SyncThread:
Collaboration graph
[legend]

Public Member Functions

void run ()
 
boolean isPause ()
 
void setPause (boolean pause)
 

Private Attributes

boolean sync = false
 
Boolean pause = false
 

Detailed Description

This class is designed to simulate a wheel driveing with a perfect controller.

Author
hephaestus

Definition at line 353 of file VirtualGenericPIDDevice.java.

Member Function Documentation

◆ isPause()

boolean com.neuronrobotics.sdk.pid.VirtualGenericPIDDevice.SyncThread.isPause ( )

◆ run()

void com.neuronrobotics.sdk.pid.VirtualGenericPIDDevice.SyncThread.run ( )

◆ setPause()

void com.neuronrobotics.sdk.pid.VirtualGenericPIDDevice.SyncThread.setPause ( boolean  pause)

Member Data Documentation

◆ pause

Boolean com.neuronrobotics.sdk.pid.VirtualGenericPIDDevice.SyncThread.pause = false
private

◆ sync

boolean com.neuronrobotics.sdk.pid.VirtualGenericPIDDevice.SyncThread.sync = false
private

The documentation for this class was generated from the following file: