BowlerKernel
Public Member Functions | List of all members
com.neuronrobotics.sdk.commands.bcs.pid.ConfigurePIDCommand Class Reference
Inheritance diagram for com.neuronrobotics.sdk.commands.bcs.pid.ConfigurePIDCommand:
Inheritance graph
[legend]
Collaboration diagram for com.neuronrobotics.sdk.commands.bcs.pid.ConfigurePIDCommand:
Collaboration graph
[legend]

Public Member Functions

 ConfigurePIDCommand (char group)
 
 ConfigurePIDCommand (char group, boolean enabled, boolean inverted, boolean async, double KP, double KI, double KD, double latchValue, boolean use, boolean stop, double up, double low, double hStop)
 
 ConfigurePIDCommand (PIDConfiguration config)
 
- Public Member Functions inherited from com.neuronrobotics.sdk.common.BowlerAbstractCommand
byte[] getCallingData ()
 
void setOpCode (String opCode)
 
String getOpCode ()
 
void setMethod (BowlerMethod method)
 
BowlerMethod getMethod ()
 
byte getLength ()
 
BowlerDatagram validate (BowlerDatagram data) throws InvalidResponseException
 
byte[] getBytes ()
 
String toString ()
 
void setData (ByteList data)
 
ByteList getCallingDataStorage ()
 
void setNamespaceIndex (int namespaceIndex)
 
int getNamespaceIndex ()
 

Additional Inherited Members

- Static Public Member Functions inherited from com.neuronrobotics.sdk.common.BowlerAbstractCommand
static BowlerAbstractCommand parse (BowlerDatagram data)
 

Detailed Description

The Class ConfigurePIDCommand.

Definition at line 12 of file ConfigurePIDCommand.java.

Constructor & Destructor Documentation

◆ ConfigurePIDCommand() [1/3]

com.neuronrobotics.sdk.commands.bcs.pid.ConfigurePIDCommand.ConfigurePIDCommand ( char  group)

◆ ConfigurePIDCommand() [2/3]

com.neuronrobotics.sdk.commands.bcs.pid.ConfigurePIDCommand.ConfigurePIDCommand ( char  group,
boolean  enabled,
boolean  inverted,
boolean  async,
double  KP,
double  KI,
double  KD,
double  latchValue,
boolean  use,
boolean  stop,
double  up,
double  low,
double  hStop 
)

Instantiates a new configure pid command.

Parameters
groupthe group
enabledthe enabled
invertedthe inverted
asyncthe async
KPthe kp
KIthe ki
KDthe kd
latchValuethe latch value
usethe use
stopthe stop
upthe up
lowthe low
hStopthe h stop

Definition at line 42 of file ConfigurePIDCommand.java.

◆ ConfigurePIDCommand() [3/3]

com.neuronrobotics.sdk.commands.bcs.pid.ConfigurePIDCommand.ConfigurePIDCommand ( PIDConfiguration  config)

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