Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aauc-mechlab/JOpenShowVar
/ functions
Functions
202 in github.com/aauc-mechlab/JOpenShowVar
⨍
Functions
202
◇
Types & classes
49
↓ 28 callers
Method
getNodes
The nodes @return the name of the variables that this struct contains
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLStruct.java:54
↓ 17 callers
Method
getName
The variable name of this variable. Should match a variable from the KUKA robot @return the name of this variable
JOpenShowVar-core/src/no/hials/crosscom/KRL/KRLVariable.java:66
↓ 17 callers
Method
toString
()
JOpenShowVar-core/src/no/hials/crosscom/Callback.java:111
↓ 10 callers
Method
readVariable
Updates var with the values retrieved from variable with the same name in the controller. @param var the KRLVariable to read @throws IOException on I
JOpenShowVar-core/src/no/hials/crosscom/CrossComClient.java:237
↓ 10 callers
Method
sendRequest
Sends a request to the KUKA robot @param request the request to send @throws IOException on IO error @return a Callback from the robot with an update
JOpenShowVar-core/src/no/hials/crosscom/CrossComClient.java:188
↓ 9 callers
Method
getId
Getter for the ID of the callback variable @return the id if the variable
JOpenShowVar-core/src/no/hials/crosscom/Callback.java:68
↓ 8 callers
Method
getInt
Converts a 2 bytes into a integer @param bytes a byte array of at least length 2 @param off index of the first byte of the integer that should be con
JOpenShowVar-core/src/no/hials/crosscom/CrossComClient.java:322
↓ 7 callers
Method
getValue
()
JOpenShowVar-core/src/no/hials/crosscom/KRL/KRLInt.java:41
↓ 4 callers
Method
asArray
Get a double array representation of this object @return a new double array with the values contained in this struct
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLAxis.java:126
↓ 4 callers
Method
getDataType
Get the datatype: 'INT', 'REAL', 'BOOL', etc. @return the dataType
JOpenShowVar-core/src/no/hials/crosscom/variables/Variable.java:68
↓ 4 callers
Method
getReadTime
The time it took from sending the request to get the Callback @return The time it took from sending the request to get the Callback in nanoseconds
JOpenShowVar-core/src/no/hials/crosscom/Callback.java:88
↓ 4 callers
Method
toString
()
JOpenShowVar-core/src/no/hials/crosscom/KRL/KRLVariable.java:244
↓ 4 callers
Method
toString
()
JOpenShowVar-core/src/no/hials/crosscom/variables/Variable.java:130
↓ 3 callers
Method
addVariable
(String var)
JOpenShowVar-swing/src/no/hials/crosscom/swing/VarModel.java:72
↓ 3 callers
Method
writeVariable
Writes the values in var to the variable with the same name in the controller @param var the KRLVariable to write @throws IOException on IOerror
JOpenShowVar-core/src/no/hials/crosscom/CrossComClient.java:267
↓ 2 callers
Method
OV_JOG
Convenience method for getting the $OV_JOG variable @return the OV_JOG variable
JOpenShowVar-core/src/no/hials/crosscom/KRL/KRLVariable.java:216
↓ 2 callers
Method
editVariable
(int id, String value)
JOpenShowVar-swing/src/no/hials/crosscom/swing/VarModel.java:87
↓ 2 callers
Method
getByID
Get a Variable by searching for the ID @param id the ID of the variable @return the variable in the list with the same ID, or null if there are no su
JOpenShowVar-swing/src/no/hials/crosscom/swing/VarModel.java:122
↓ 2 callers
Method
getValue
Get the value of the variable @return the value of the variable
JOpenShowVar-core/src/no/hials/crosscom/variables/Variable.java:95
↓ 2 callers
Method
getVariable
Getter for the callback variable @return the callback variable
JOpenShowVar-core/src/no/hials/crosscom/Callback.java:107
↓ 2 callers
Method
getX
Getter for X @return the value
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLFrame.java:54
↓ 2 callers
Method
getY
Getter for Y @return the value
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLFrame.java:62
↓ 2 callers
Method
parseVariable
Parses a string encoded KRL variable to a JOpenShowVar Variable @param callback the Callback from the robot @return the JOpenShowVar Variable @throws
JOpenShowVar-core/src/no/hials/crosscom/variables/Variable.java:142
↓ 2 callers
Method
setValue
Sets the value of the variable @param value the value to set
JOpenShowVar-core/src/no/hials/crosscom/KRL/KRLReal.java:54
↓ 2 callers
Method
setX
Sets the value of 'X' @param d the value to set @return this - so that method call chaining is possible
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLFrame.java:132
↓ 2 callers
Method
setY
Sets the value of 'Y' @param d the value to set @return this - so that method call chaining is possible
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLFrame.java:143
↓ 2 callers
Method
showPopup
(MouseEvent e)
JOpenShowVar-swing/src/no/hials/crosscom/swing/PopupListener.java:54
↓ 2 callers
Method
simpleWrite
Simple write. No parsing of the return is done @param name the name of the variable to write to @param val the value to write @return the string we ge
JOpenShowVar-core/src/no/hials/crosscom/CrossComClient.java:119
↓ 2 callers
Method
update
NOTE! You should not use this method yourself. @param id the variable id @param strValue the string value @param readTime the time it took to read the
JOpenShowVar-core/src/no/hials/crosscom/KRL/KRLVariable.java:112
↓ 1 callers
Method
AXIS_ACT
Convenience method for getting the $AXIS_ACT variable @return the AXIS_ACT variable
JOpenShowVar-core/src/no/hials/crosscom/KRL/KRLVariable.java:232
↓ 1 callers
Method
OV_PRO
Convenience method for getting the $OV_PRO variable @return the OV_PRO variable
JOpenShowVar-core/src/no/hials/crosscom/KRL/KRLVariable.java:224
↓ 1 callers
Method
createPopUp
()
JOpenShowVar-swing/src/no/hials/crosscom/swing/VarBrowser.java:99
↓ 1 callers
Method
getByName
Get a Variable by searching for the name @param name the name of the variable @return the variable in the list with the same name, or null if there a
JOpenShowVar-swing/src/no/hials/crosscom/swing/VarModel.java:138
↓ 1 callers
Method
getCallback
Called internally by sendRequest @param variable the varibale name @return a callback with the values return by the controller @throws IOException
JOpenShowVar-core/src/no/hials/crosscom/CrossComClient.java:298
↓ 1 callers
Method
getCmd
Get the command to send (byte array) @return the command to send to the KUKA
JOpenShowVar-core/src/no/hials/crosscom/Request.java:89
↓ 1 callers
Method
getExitMenuItem
()
JOpenShowVar-swing/src/no/hials/crosscom/swing/FileMenu.java:47
↓ 1 callers
Method
getId
Get the assigned ID of the variable @return the assigned ID of the variable
JOpenShowVar-core/src/no/hials/crosscom/variables/Variable.java:86
↓ 1 callers
Method
getReadCommand
The read command @return The read command
JOpenShowVar-core/src/no/hials/crosscom/Request.java:98
↓ 1 callers
Method
getReadCommand
()
JOpenShowVar-core/src/no/hials/crosscom/KRL/KRLVariable.java:125
↓ 1 callers
Method
getReadTime
Get the time it took to read the variable from the robot @return the time it took to read the variable from the robot in nanoseconds
JOpenShowVar-core/src/no/hials/crosscom/variables/Variable.java:77
↓ 1 callers
Method
getReadTimeMillis
The time it took to read/write this variable @return the time it took to read/write this variable in milliseconds
JOpenShowVar-core/src/no/hials/crosscom/KRL/KRLVariable.java:93
↓ 1 callers
Method
getSaveMenuItem
()
JOpenShowVar-swing/src/no/hials/crosscom/swing/FileMenu.java:51
↓ 1 callers
Method
getStringValue
Get the value of the Variable @return value of the Variable (This is a String) The Variable class has a static method for parsing this
JOpenShowVar-core/src/no/hials/crosscom/Callback.java:98
↓ 1 callers
Method
getStringValue
()
JOpenShowVar-core/src/no/hials/crosscom/KRL/KRLInt.java:46
↓ 1 callers
Method
getStringValue
()
JOpenShowVar-core/src/no/hials/crosscom/KRL/KRLVariable.java:207
↓ 1 callers
Method
getValue
()
JOpenShowVar-core/src/no/hials/crosscom/KRL/KRLVariable.java:205
↓ 1 callers
Method
getValue
()
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLStruct.java:45
↓ 1 callers
Method
getVariable
Get the name of the variable @return the name of the variable
JOpenShowVar-core/src/no/hials/crosscom/Request.java:80
↓ 1 callers
Method
getVariableName
Getter for the variable name @return the name of the variable
JOpenShowVar-core/src/no/hials/crosscom/Callback.java:59
↓ 1 callers
Method
getVariables
()
JOpenShowVar-swing/src/no/hials/crosscom/swing/VarModel.java:91
↓ 1 callers
Method
getWriteCommand
The write command @return the write command
JOpenShowVar-core/src/no/hials/crosscom/Request.java:135
↓ 1 callers
Method
getWriteCommand
()
JOpenShowVar-core/src/no/hials/crosscom/KRL/KRLVariable.java:162
↓ 1 callers
Method
init
()
JOpenShowVar-swing/src/no/hials/crosscom/swing/BasicMenuBar.java:47
↓ 1 callers
Method
initListeners
()
JOpenShowVar-swing/src/no/hials/crosscom/swing/AddVarPanel.java:58
↓ 1 callers
Method
parseString
Parses a String encoded KRL Struct to a JOpenShowVar Struct @param value the KRL String encoded Struct @return a JOpenShowVar Struct
JOpenShowVar-core/src/no/hials/crosscom/variables/Struct.java:50
↓ 1 callers
Method
readJointAngles
Convenience method for reading the current joint angles of the robot @throws IOException on IO error @return the current joint angles of the robot 6
JOpenShowVar-core/src/no/hials/crosscom/CrossComClient.java:203
↓ 1 callers
Method
restore
Reads all the variable names from a text file, and adds them to the monitoring
JOpenShowVar-swing/src/no/hials/crosscom/swing/VarModel.java:151
↓ 1 callers
Method
save
Saves the currently monitored variable names to a text file, so that they can later be retrieved Each variable is separated by a newline
JOpenShowVar-swing/src/no/hials/crosscom/swing/VarModel.java:170
↓ 1 callers
Method
setA
Sets the value of 'A' @param d the value to set @return this - so that method call chaining is possible
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLFrame.java:165
↓ 1 callers
Method
setA1
Sets the value of 'A1' @param d the value to set
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLAxis.java:72
↓ 1 callers
Method
setA2
Sets the value of 'A2' @param d the value to set
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLAxis.java:81
↓ 1 callers
Method
setA3
Sets the value of 'A3' @param d the value to set
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLAxis.java:90
↓ 1 callers
Method
setA4
Sets the value of 'A4' @param d the value to set
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLAxis.java:99
↓ 1 callers
Method
setA5
Sets the value of 'A5' @param d the value to set
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLAxis.java:108
↓ 1 callers
Method
setA6
Sets the value of 'A6' @param d the value to set
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLAxis.java:117
↓ 1 callers
Method
setB
Sets the value of 'B' @param d the value to set @return this - so that method call chaining is possible
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLFrame.java:176
↓ 1 callers
Method
setC
Sets the value of 'C' @param d the value to set @return this - so that method call chaining is possible
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLFrame.java:187
↓ 1 callers
Method
setE1
Sets the value of 'E1' @param d the value to set @return this - so that method call chaining is possible
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLE6Pos.java:116
↓ 1 callers
Method
setE1
Sets the value of 'E1' @param d the value to set
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLE6Axis.java:61
↓ 1 callers
Method
setE2
Sets the value of 'E2' @param d the value to set @return this - so that method call chaining is possible
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLE6Pos.java:127
↓ 1 callers
Method
setE2
Sets the value of 'E2' @param d the value to set
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLE6Axis.java:70
↓ 1 callers
Method
setE3
Sets the value of 'E3' @param d the value to set @return this - so that method call chaining is possible
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLE6Pos.java:138
↓ 1 callers
Method
setE3
Sets the value of 'E3' @param d the value to set
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLE6Axis.java:79
↓ 1 callers
Method
setE4
Sets the value of 'E4' @param d the value to set @return this - so that method call chaining is possible
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLE6Pos.java:149
↓ 1 callers
Method
setE4
Sets the value of 'E4' @param d the value to set
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLE6Axis.java:88
↓ 1 callers
Method
setE5
Sets the value of 'E5' @param d the value to set @return this - so that method call chaining is possible
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLE6Pos.java:160
↓ 1 callers
Method
setE5
Sets the value of 'E5' @param d the value to set
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLE6Axis.java:97
↓ 1 callers
Method
setE6
Sets the value of 'E6' @param d the value to set @return this - so that method call chaining is possible
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLE6Pos.java:171
↓ 1 callers
Method
setE6
Sets the value of 'E6' @param d the value to set
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLE6Axis.java:106
↓ 1 callers
Method
setValue
(String str, String obj)
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLStruct.java:48
↓ 1 callers
Method
setValue
Sets the value of the variable @param value the value to set
JOpenShowVar-core/src/no/hials/crosscom/variables/Variable.java:104
↓ 1 callers
Method
setValueFromString
(String strValue)
JOpenShowVar-core/src/no/hials/crosscom/KRL/KRLVariable.java:209
↓ 1 callers
Method
setXToZ
Sets X, Y and Z @param values the new values
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLFrame.java:103
↓ 1 callers
Method
setZ
Sets the value of 'Z' @param d the value to set @return this - so that method call chaining is possible
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLFrame.java:154
↓ 1 callers
Method
simpleRead
Simple read. No parsing of the return is done @param name the name of the variable to read @return the string we get from KUKAVARPROXY @throws IOExcep
JOpenShowVar-core/src/no/hials/crosscom/CrossComClient.java:61
↓ 1 callers
Method
update
Updates the variable view
JOpenShowVar-swing/src/no/hials/crosscom/swing/VarModel.java:98
↓ 1 callers
Method
update
Updates the value @param value the new value @param readTime the new read time
JOpenShowVar-core/src/no/hials/crosscom/variables/Variable.java:114
Method
AddVarPanel
(VarModel model)
JOpenShowVar-swing/src/no/hials/crosscom/swing/AddVarPanel.java:49
Method
BasicMenuBar
(VarModel model)
JOpenShowVar-swing/src/no/hials/crosscom/swing/BasicMenuBar.java:41
Method
Bool
(int id, String name, Boolean value, long readTime)
JOpenShowVar-core/src/no/hials/crosscom/variables/Bool.java:36
Method
Callback
(String variable, byte[] data, long readTime)
JOpenShowVar-core/src/no/hials/crosscom/Callback.java:45
Method
CrossComClient
(String host, int port)
JOpenShowVar-core/src/no/hials/crosscom/CrossComClient.java:51
Method
EditMenu
()
JOpenShowVar-swing/src/no/hials/crosscom/swing/EditMenu.java:41
Method
EditPanel
(JFrame parent, VarModel model)
JOpenShowVar-swing/src/no/hials/crosscom/swing/EditPanel.java:59
Method
Enum
(int id, String name, String value, long readTime)
JOpenShowVar-core/src/no/hials/crosscom/variables/Enum.java:36
Method
FileMenu
()
JOpenShowVar-swing/src/no/hials/crosscom/swing/FileMenu.java:40
Method
Int
(int id, String name, Integer value, long readTime)
JOpenShowVar-core/src/no/hials/crosscom/variables/Int.java:35
Method
KRLAxis
(String name)
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLAxis.java:39
Method
KRLBool
(String name)
JOpenShowVar-core/src/no/hials/crosscom/KRL/KRLBool.java:36
Method
KRLE6Axis
(String name)
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLE6Axis.java:35
next →
1–100 of 202, ranked by callers