BowlerKernel
Public Member Functions | List of all members
com.neuronrobotics.sdk.addons.kinematics.AbstractRotoryLink Class Referenceabstract
Inheritance diagram for com.neuronrobotics.sdk.addons.kinematics.AbstractRotoryLink:
Inheritance graph
[legend]
Collaboration diagram for com.neuronrobotics.sdk.addons.kinematics.AbstractRotoryLink:
Collaboration graph
[legend]

Public Member Functions

 AbstractRotoryLink (LinkConfiguration conf)
 
void incrementAngle (double inc)
 
void setTargetAngle (double pos)
 
void setCurrentAsAngle (double angle)
 
double getCurrentAngle ()
 
double getTargetAngle ()
 
double getMaxAngle ()
 
double getMinAngle ()
 
boolean isMaxAngle ()
 
boolean isMinAngle ()
 

Additional Inherited Members

Detailed Description

The Class AbstractRotoryLink.

Definition at line 7 of file AbstractRotoryLink.java.

Constructor & Destructor Documentation

◆ AbstractRotoryLink()

com.neuronrobotics.sdk.addons.kinematics.AbstractRotoryLink.AbstractRotoryLink ( LinkConfiguration  conf)

Instantiates a new abstract rotory link.

Parameters
confthe conf

Definition at line 14 of file AbstractRotoryLink.java.

References com.neuronrobotics.sdk.addons.kinematics.AbstractLink.conf.

Member Function Documentation

◆ getCurrentAngle()

double com.neuronrobotics.sdk.addons.kinematics.AbstractRotoryLink.getCurrentAngle ( )

Gets the current angle.

Returns
the current angle

Definition at line 51 of file AbstractRotoryLink.java.

References com.neuronrobotics.sdk.addons.kinematics.AbstractLink.getCurrentEngineeringUnits().

Here is the call graph for this function:

◆ getMaxAngle()

double com.neuronrobotics.sdk.addons.kinematics.AbstractRotoryLink.getMaxAngle ( )

Gets the max angle.

Returns
the max angle

Definition at line 69 of file AbstractRotoryLink.java.

References com.neuronrobotics.sdk.addons.kinematics.AbstractLink.getMaxEngineeringUnits().

Here is the call graph for this function:

◆ getMinAngle()

double com.neuronrobotics.sdk.addons.kinematics.AbstractRotoryLink.getMinAngle ( )

Gets the min angle.

Returns
the min angle

Definition at line 78 of file AbstractRotoryLink.java.

References com.neuronrobotics.sdk.addons.kinematics.AbstractLink.getMinEngineeringUnits().

Here is the call graph for this function:

◆ getTargetAngle()

double com.neuronrobotics.sdk.addons.kinematics.AbstractRotoryLink.getTargetAngle ( )

Gets the target angle.

Returns
the target angle

Definition at line 60 of file AbstractRotoryLink.java.

References com.neuronrobotics.sdk.addons.kinematics.AbstractLink.getTargetEngineeringUnits().

Here is the call graph for this function:

◆ incrementAngle()

void com.neuronrobotics.sdk.addons.kinematics.AbstractRotoryLink.incrementAngle ( double  inc)

Increment angle.

Parameters
incthe inc

Definition at line 24 of file AbstractRotoryLink.java.

References com.neuronrobotics.sdk.addons.kinematics.AbstractLink.incrementEngineeringUnits().

Here is the call graph for this function:

◆ isMaxAngle()

boolean com.neuronrobotics.sdk.addons.kinematics.AbstractRotoryLink.isMaxAngle ( )

Checks if is max angle.

Returns
true, if is max angle

Definition at line 87 of file AbstractRotoryLink.java.

References com.neuronrobotics.sdk.addons.kinematics.AbstractLink.isMaxEngineeringUnits().

Here is the call graph for this function:

◆ isMinAngle()

boolean com.neuronrobotics.sdk.addons.kinematics.AbstractRotoryLink.isMinAngle ( )

Checks if is min angle.

Returns
true, if is min angle

Definition at line 96 of file AbstractRotoryLink.java.

References com.neuronrobotics.sdk.addons.kinematics.AbstractLink.isMinEngineeringUnits().

Here is the call graph for this function:

◆ setCurrentAsAngle()

void com.neuronrobotics.sdk.addons.kinematics.AbstractRotoryLink.setCurrentAsAngle ( double  angle)

Sets the current as angle.

Parameters
anglethe new current as angle

Definition at line 42 of file AbstractRotoryLink.java.

References com.neuronrobotics.sdk.addons.kinematics.AbstractLink.setCurrentEngineeringUnits().

Here is the call graph for this function:

◆ setTargetAngle()

void com.neuronrobotics.sdk.addons.kinematics.AbstractRotoryLink.setTargetAngle ( double  pos)

Sets the target angle.

Parameters
posthe new target angle

Definition at line 33 of file AbstractRotoryLink.java.

References com.neuronrobotics.sdk.addons.kinematics.AbstractLink.setTargetEngineeringUnits().

Here is the call graph for this function:

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