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

Public Member Functions

 ConfigAsyncCommand (int channel, int msTime, AsyncMode mode)
 
 ConfigAsyncCommand (int channel, int msTime, int deadbandValue)
 
 ConfigAsyncCommand (int channel, int msTime, int threshholdValue, AsyncThreshholdEdgeType edge)
 
- 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 ConfigAsyncCommand.

Definition at line 10 of file ConfigAsyncCommand.java.

Constructor & Destructor Documentation

◆ ConfigAsyncCommand() [1/3]

com.neuronrobotics.sdk.commands.bcs.io.ConfigAsyncCommand.ConfigAsyncCommand ( int  channel,
int  msTime,
AsyncMode  mode 
)

◆ ConfigAsyncCommand() [2/3]

com.neuronrobotics.sdk.commands.bcs.io.ConfigAsyncCommand.ConfigAsyncCommand ( int  channel,
int  msTime,
int  deadbandValue 
)

◆ ConfigAsyncCommand() [3/3]

com.neuronrobotics.sdk.commands.bcs.io.ConfigAsyncCommand.ConfigAsyncCommand ( int  channel,
int  msTime,
int  threshholdValue,
AsyncThreshholdEdgeType  edge 
)

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