MCPcopy Create free account

hub / github.com/aauc-mechlab/JOpenShowVar / functions

Functions202 in github.com/aauc-mechlab/JOpenShowVar

↓ 28 callersMethodgetNodes
The nodes @return the name of the variables that this struct contains
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLStruct.java:54
↓ 17 callersMethodgetName
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 callersMethodtoString
()
JOpenShowVar-core/src/no/hials/crosscom/Callback.java:111
↓ 10 callersMethodreadVariable
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 callersMethodsendRequest
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 callersMethodgetId
Getter for the ID of the callback variable @return the id if the variable
JOpenShowVar-core/src/no/hials/crosscom/Callback.java:68
↓ 8 callersMethodgetInt
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 callersMethodgetValue
()
JOpenShowVar-core/src/no/hials/crosscom/KRL/KRLInt.java:41
↓ 4 callersMethodasArray
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 callersMethodgetDataType
Get the datatype: 'INT', 'REAL', 'BOOL', etc. @return the dataType
JOpenShowVar-core/src/no/hials/crosscom/variables/Variable.java:68
↓ 4 callersMethodgetReadTime
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 callersMethodtoString
()
JOpenShowVar-core/src/no/hials/crosscom/KRL/KRLVariable.java:244
↓ 4 callersMethodtoString
()
JOpenShowVar-core/src/no/hials/crosscom/variables/Variable.java:130
↓ 3 callersMethodaddVariable
(String var)
JOpenShowVar-swing/src/no/hials/crosscom/swing/VarModel.java:72
↓ 3 callersMethodwriteVariable
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 callersMethodOV_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 callersMethodeditVariable
(int id, String value)
JOpenShowVar-swing/src/no/hials/crosscom/swing/VarModel.java:87
↓ 2 callersMethodgetByID
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 callersMethodgetValue
Get the value of the variable @return the value of the variable
JOpenShowVar-core/src/no/hials/crosscom/variables/Variable.java:95
↓ 2 callersMethodgetVariable
Getter for the callback variable @return the callback variable
JOpenShowVar-core/src/no/hials/crosscom/Callback.java:107
↓ 2 callersMethodgetX
Getter for X @return the value
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLFrame.java:54
↓ 2 callersMethodgetY
Getter for Y @return the value
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLFrame.java:62
↓ 2 callersMethodparseVariable
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 callersMethodsetValue
Sets the value of the variable @param value the value to set
JOpenShowVar-core/src/no/hials/crosscom/KRL/KRLReal.java:54
↓ 2 callersMethodsetX
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 callersMethodsetY
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 callersMethodshowPopup
(MouseEvent e)
JOpenShowVar-swing/src/no/hials/crosscom/swing/PopupListener.java:54
↓ 2 callersMethodsimpleWrite
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 callersMethodupdate
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 callersMethodAXIS_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 callersMethodOV_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 callersMethodcreatePopUp
()
JOpenShowVar-swing/src/no/hials/crosscom/swing/VarBrowser.java:99
↓ 1 callersMethodgetByName
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 callersMethodgetCallback
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 callersMethodgetCmd
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 callersMethodgetExitMenuItem
()
JOpenShowVar-swing/src/no/hials/crosscom/swing/FileMenu.java:47
↓ 1 callersMethodgetId
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 callersMethodgetReadCommand
The read command @return The read command
JOpenShowVar-core/src/no/hials/crosscom/Request.java:98
↓ 1 callersMethodgetReadCommand
()
JOpenShowVar-core/src/no/hials/crosscom/KRL/KRLVariable.java:125
↓ 1 callersMethodgetReadTime
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 callersMethodgetReadTimeMillis
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 callersMethodgetSaveMenuItem
()
JOpenShowVar-swing/src/no/hials/crosscom/swing/FileMenu.java:51
↓ 1 callersMethodgetStringValue
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 callersMethodgetStringValue
()
JOpenShowVar-core/src/no/hials/crosscom/KRL/KRLInt.java:46
↓ 1 callersMethodgetStringValue
()
JOpenShowVar-core/src/no/hials/crosscom/KRL/KRLVariable.java:207
↓ 1 callersMethodgetValue
()
JOpenShowVar-core/src/no/hials/crosscom/KRL/KRLVariable.java:205
↓ 1 callersMethodgetValue
()
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLStruct.java:45
↓ 1 callersMethodgetVariable
Get the name of the variable @return the name of the variable
JOpenShowVar-core/src/no/hials/crosscom/Request.java:80
↓ 1 callersMethodgetVariableName
Getter for the variable name @return the name of the variable
JOpenShowVar-core/src/no/hials/crosscom/Callback.java:59
↓ 1 callersMethodgetVariables
()
JOpenShowVar-swing/src/no/hials/crosscom/swing/VarModel.java:91
↓ 1 callersMethodgetWriteCommand
The write command @return the write command
JOpenShowVar-core/src/no/hials/crosscom/Request.java:135
↓ 1 callersMethodgetWriteCommand
()
JOpenShowVar-core/src/no/hials/crosscom/KRL/KRLVariable.java:162
↓ 1 callersMethodinit
()
JOpenShowVar-swing/src/no/hials/crosscom/swing/BasicMenuBar.java:47
↓ 1 callersMethodinitListeners
()
JOpenShowVar-swing/src/no/hials/crosscom/swing/AddVarPanel.java:58
↓ 1 callersMethodparseString
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 callersMethodreadJointAngles
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 callersMethodrestore
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 callersMethodsave
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 callersMethodsetA
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 callersMethodsetA1
Sets the value of 'A1' @param d the value to set
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLAxis.java:72
↓ 1 callersMethodsetA2
Sets the value of 'A2' @param d the value to set
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLAxis.java:81
↓ 1 callersMethodsetA3
Sets the value of 'A3' @param d the value to set
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLAxis.java:90
↓ 1 callersMethodsetA4
Sets the value of 'A4' @param d the value to set
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLAxis.java:99
↓ 1 callersMethodsetA5
Sets the value of 'A5' @param d the value to set
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLAxis.java:108
↓ 1 callersMethodsetA6
Sets the value of 'A6' @param d the value to set
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLAxis.java:117
↓ 1 callersMethodsetB
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 callersMethodsetC
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 callersMethodsetE1
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 callersMethodsetE1
Sets the value of 'E1' @param d the value to set
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLE6Axis.java:61
↓ 1 callersMethodsetE2
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 callersMethodsetE2
Sets the value of 'E2' @param d the value to set
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLE6Axis.java:70
↓ 1 callersMethodsetE3
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 callersMethodsetE3
Sets the value of 'E3' @param d the value to set
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLE6Axis.java:79
↓ 1 callersMethodsetE4
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 callersMethodsetE4
Sets the value of 'E4' @param d the value to set
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLE6Axis.java:88
↓ 1 callersMethodsetE5
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 callersMethodsetE5
Sets the value of 'E5' @param d the value to set
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLE6Axis.java:97
↓ 1 callersMethodsetE6
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 callersMethodsetE6
Sets the value of 'E6' @param d the value to set
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLE6Axis.java:106
↓ 1 callersMethodsetValue
(String str, String obj)
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLStruct.java:48
↓ 1 callersMethodsetValue
Sets the value of the variable @param value the value to set
JOpenShowVar-core/src/no/hials/crosscom/variables/Variable.java:104
↓ 1 callersMethodsetValueFromString
(String strValue)
JOpenShowVar-core/src/no/hials/crosscom/KRL/KRLVariable.java:209
↓ 1 callersMethodsetXToZ
Sets X, Y and Z @param values the new values
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLFrame.java:103
↓ 1 callersMethodsetZ
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 callersMethodsimpleRead
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 callersMethodupdate
Updates the variable view
JOpenShowVar-swing/src/no/hials/crosscom/swing/VarModel.java:98
↓ 1 callersMethodupdate
Updates the value @param value the new value @param readTime the new read time
JOpenShowVar-core/src/no/hials/crosscom/variables/Variable.java:114
MethodAddVarPanel
(VarModel model)
JOpenShowVar-swing/src/no/hials/crosscom/swing/AddVarPanel.java:49
MethodBasicMenuBar
(VarModel model)
JOpenShowVar-swing/src/no/hials/crosscom/swing/BasicMenuBar.java:41
MethodBool
(int id, String name, Boolean value, long readTime)
JOpenShowVar-core/src/no/hials/crosscom/variables/Bool.java:36
MethodCallback
(String variable, byte[] data, long readTime)
JOpenShowVar-core/src/no/hials/crosscom/Callback.java:45
MethodCrossComClient
(String host, int port)
JOpenShowVar-core/src/no/hials/crosscom/CrossComClient.java:51
MethodEditMenu
()
JOpenShowVar-swing/src/no/hials/crosscom/swing/EditMenu.java:41
MethodEditPanel
(JFrame parent, VarModel model)
JOpenShowVar-swing/src/no/hials/crosscom/swing/EditPanel.java:59
MethodEnum
(int id, String name, String value, long readTime)
JOpenShowVar-core/src/no/hials/crosscom/variables/Enum.java:36
MethodFileMenu
()
JOpenShowVar-swing/src/no/hials/crosscom/swing/FileMenu.java:40
MethodInt
(int id, String name, Integer value, long readTime)
JOpenShowVar-core/src/no/hials/crosscom/variables/Int.java:35
MethodKRLAxis
(String name)
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLAxis.java:39
MethodKRLBool
(String name)
JOpenShowVar-core/src/no/hials/crosscom/KRL/KRLBool.java:36
MethodKRLE6Axis
(String name)
JOpenShowVar-core/src/no/hials/crosscom/KRL/structs/KRLE6Axis.java:35
next →1–100 of 202, ranked by callers