MCPcopy Create free account

hub / github.com/HighTorque-Robotics/Panthera-HT_ROS2 / functions

Functions5,305 in github.com/HighTorque-Robotics/Panthera-HT_ROS2

↓ 531 callersMethodadd
Adds element to the RingBuffer. <p> If the buffer is full, an Exception will be thrown. <p> Note that <code>RingBufferException</code> does not need
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/util/collections/IRingBuffer.java:91
↓ 345 callersMethodsize
Returns the actual amount of elements stored in the buffer. <p> @return the actual amount of elements stored in the buffer.
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/util/collections/IRingBuffer.java:215
↓ 178 callersMethodend
src/hightorque_robot/third_part/lcm/test/gtest/include/gtest/internal/gtest-internal.h:1064
↓ 171 callersMethodbegin
src/hightorque_robot/third_part/lcm/test/gtest/include/gtest/internal/gtest-internal.h:1063
↓ 149 callersMethodgetName
Returns the name of this trace. <p> @return the name of this trace. @see #setName(String s)
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/ITrace2D.java:772
↓ 138 callersMethodsetColor
Set a <code>java.awt.Color</code> for this trace. <p> @param color the <tt>Color</tt> to set.
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/ITrace2D.java:1072
↓ 131 callersMethodaddPoint
Adds a trace point to the internal data. <p> <b>Warning</b>:<br/> Do not call this method before this trace has been added to a chart or you will not
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/ITrace2D.java:531
↓ 116 callersMethodaddPropertyChangeListener
Add a listener for the given property. <p> The following {@link java.beans.PropertyChangeEvent} types should be fired to listeners:<br> <table border=
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/IAxis.java:482
↓ 113 callersMethodhasNext
Returns true if more colors are available. <p> @return true if more colors are available. @see java.util.Iterator#hasNext()
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/util/ColorIterator.java:917
↓ 103 callersMethodnext
Returns instances of java.awt.Color or throws a NoSuchElementException, if iterator has finished. <p> @return the next available Color. @throws NoSu
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/util/ColorIterator.java:943
↓ 102 callersMethoditerator
Returns an <code>Iterator</code> over the internal <code> {@link TracePoint2D}</code> instances. <p> Implementations should be synchronized. This meth
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/ITrace2D.java:960
↓ 99 callersMethodfirePropertyChange
Fires a property change event to the registered listeners. <p> @param property one of the <code>PROPERTY_XXX</code> constants defined in <co
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/traces/ATrace2D.java:879
↓ 83 callersMethodgetX
Returns the x value. <p> @return the x value. @see java.awt.geom.Point2D#getX()
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/ITracePoint2D.java:212
↓ 82 callersMethodgetInstance
Singleton retrival method. <p> @return the single instance of this factory within this VM.
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/controls/LayoutFactory.java:1285
↓ 82 callersMethodgetY
Returns the y value. <p> @return the y value. @see java.awt.geom.Point2D#getY()
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/ITracePoint2D.java:222
↓ 80 callersMethodget
(String key)
src/hightorque_robot/third_part/lcm/lcm-java/lcm/lcm/URLParser.java:35
↓ 79 callersMethodremove
Removes the oldest element from the buffer. <p> @return the removed oldest element from the buffer. @throws IRingBuffer.RingBufferException
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/util/collections/IRingBuffer.java:181
↓ 68 callersMethodfirePropertyChange
Fires a property change event to the registered listeners. <p> @param property one of the <code>PROPERTY_XXX</code> constants defined in <co
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/errorbars/AErrorBarPolicyConfigurable.java:295
↓ 68 callersMethodsetVisible
Show/hide this axis. <p> @param visible true to paint axis, false to hide.
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/IAxis.java:1237
↓ 63 callersMethodremovePropertyChangeListener
Remove a PropertyChangeListener for a specific property. If <code>listener</code> was added more than once to the same event source for the specified
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/IAxis.java:969
↓ 61 callersMethodequals
@see java.lang.Object#equals(java.lang.Object)
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/util/Range.java:104
↓ 59 callersMethodclear
Clears the buffer without returning anything. <p> If the content is of no interest prefer using this method instead of {@link #removeAll()} as it may
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/util/collections/IRingBuffer.java:102
↓ 58 callersMethodWrite
(byte[] b)
src/hightorque_robot/third_part/lcm/lcm-dotnet/lcm/lcm/LCMDataOutputStream.cs:61
↓ 58 callersMethodgetMotorCount
* @brief 获取电机数量(不包含夹爪) * @return 电机数量 */
src/hightorque_robot/include/panthera/Panthera.hpp:181
↓ 58 callersMethodsetSize
Appends the necessary amount of spaces to the string until it has the givn length. No Exception is thrown, if the length of the String is shorter than
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/util/StringUtil.java:298
↓ 57 callersMethodlength
()
src/hightorque_robot/third_part/lcm/lcm-java/lcm/util/BufferedRandomAccessFile.java:50
↓ 55 callersMethodgetWidth
Returns the width in pixel this axis needs to paint itself. <p> This includes the axis line, it's ticks and labels and it's title. <p> <b>Note:</b></b
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/IAxis.java:834
↓ 55 callersFunctiongetopt_get_string
src/hightorque_robot/third_part/lcm/lcmgen/getopt.c:246
↓ 54 callersMethodget
Get the value for the attribute at the given index. <p> @param index the index of the inspected value according to the order it was
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/reflection/ObjectRecorder.java:115
↓ 53 callersMethodequals
@see java.lang.Object#equals(java.lang.Object)
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/errorbars/ErrorBarPixel.java:91
↓ 53 callersMethodgetHeight
Returns the height in pixel this axis needs to paint itself. <p> This includes the axis line, it's ticks and labels and it's title. <p> <b>Note:</b></
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/IAxis.java:579
↓ 51 callersFunctionValuesIn
src/hightorque_robot/third_part/lcm/test/gtest/include/gtest/gtest-param-test.h:308
↓ 50 callersMethodaddTrace
Convenience method that adds the trace to this chart with relation to the first bottom x axis and the first left y axis. It will be painted (if it's {
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/Chart2D.java:1307
↓ 49 callersMethodgetName
Returns the name of the action to perform. <p> @return the name of the action to perform.
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/test/info/monitorenter/gui/chart/test/ATestChartOperations.java:314
↓ 46 callersMethodsetName
Assingns a specific name to the <code>ITrace2D</code> which will be displayed by the <code>Chart2D</code>. <p> @param name the name for this
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/ITrace2D.java:1093
↓ 44 callersMethodgetAxisTitle
Returns the title of this axis. <p> @return the axis title used.
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/IAxis.java:525
↓ 43 callersMethodgetAxisX
Returns the first bottom axis for the x dimension. <p> @return the first bottom axis for the x dimension.
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/Chart2D.java:1928
↓ 42 callersMethodformat
Provide a String for the value. Subclasses should override the label formatting here. The raw value is passed here to allow a general treatment. Trans
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/IAxisLabelFormatter.java:81
↓ 40 callersFunctionStreamableToString
src/hightorque_robot/third_part/lcm/test/gtest/include/gtest/gtest-message.h:243
↓ 40 callersMethodgetTraces
Returns a <code>{@link Set}&lt;{@link ITrace2D}&gt;</code> with all traces covered by this axis. <p> <b>Caution!</b><br/> The original internal modifi
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/IAxis.java:818
↓ 39 callersMethodGetString
Gets the text streamed to this object so far as an std::string. Each '\0' character in the buffer is replaced with "\\0".
src/hightorque_robot/third_part/lcm/test/gtest/src/gtest.cc:981
↓ 36 callersMethodcheckField
(T actual, T expected, String field)
src/hightorque_robot/third_part/lcm/test/java/lcmtest/LcmTestClient.java:33
↓ 36 callersFunctioncheck_field
(actual, expected, field)
src/hightorque_robot/third_part/lcm/test/python/client.py:26
↓ 36 callersMethodgetAxisY
Returns the first left axis for the y dimension. <p> @return the first left axis for the y dimension.
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/Chart2D.java:1972
↓ 35 callersFunctiongetopt_get_bool
src/hightorque_robot/third_part/lcm/lcmgen/getopt.c:262
↓ 33 callersFunctionlcm_is_primitive_type
src/hightorque_robot/third_part/lcm/lcmgen/lcmgen.c:64
↓ 32 callersMethodgetRange
Returns the range lasting from <code>{@link IAxis#getMin()}</code> to <code>{@link IAxis#getMax()}</code>. <p> This method is used by the Chart2D to s
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/IAxis.java:733
↓ 32 callersMethodstart
<p> Starts a Thread using this {@link Runnable}. </p> <p> This method will not start a new Thread if the current one is still running. If you prefer t
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/io/ADataCollector.java:213
↓ 31 callersMethodaddTrace
Adds a trace that belongs to this axis. <p> Adding a trace that is already contained may be problematic, so an exception should be raised in that cas
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/IAxis.java:497
↓ 31 callersMethodequals
@see java.lang.Object#equals(java.lang.Object)
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/controls/LayoutFactory.java:553
↓ 31 callersMethodgetScaledX
@return the scaledX.
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/ITracePoint2D.java:197
↓ 31 callersMethodgetScaledY
@return the scaledY.
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/ITracePoint2D.java:202
↓ 30 callersFunctiondots_to_underscores
Returns a new pointer.
src/hightorque_robot/third_part/lcm/lcmgen/emit_c.c:52
↓ 30 callersMethodgetYChartStart
Returns the y coordinate of the chart's lower edge in px. <p> Pixel coordinates in awt / swing start from top and increase towards the bottom. <p> @r
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/Chart2D.java:2471
↓ 30 callersMethodsetRequestedRepaint
Sets the requestedRepaint. <p> Internal method to request a repaint that guarantees that two invocations of <code></code> will always have at least ha
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/Chart2D.java:4140
↓ 30 callersMethodwriteInt
(int v)
src/hightorque_robot/third_part/lcm/lcm-java/lcm/lcm/LCMDataOutputStream.java:127
↓ 29 callersMethodclose
close() will be called when the application no longer requires the provider and wishes to free the resources used by the provider. For example, file
src/hightorque_robot/third_part/lcm/lcm-java/lcm/lcm/Provider.java:38
↓ 29 callersMethodgetXChartStart
Returns the x coordinate of the chart's left edge in px. <p> @return Returns the x coordinate of the chart's left edge in px.
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/Chart2D.java:2443
↓ 29 callersMethodsetBackground
@see javax.swing.JComponent#setBackground(java.awt.Color)
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/annotations/AnnotationContentComponentDataValues.java:109
↓ 28 callersMethodexecute
(LogPlayer lp)
src/hightorque_robot/third_part/lcm/lcm-java/lcm/logging/LogPlayer.java:66
↓ 28 callersMethodgetExtent
Returns the extent of this range. <p> @return the extent of this range.
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/util/Range.java:131
↓ 28 callersMethodintValue
Returns the value as an int. <p> @return the value as an int.
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/util/math/IntegerMutable.java:164
↓ 28 callersMethodisVisible
Check whether this axis is visible, i.e. needs to be painted on the chart @return the visibility state of this axis
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/IAxis.java:912
↓ 28 callersFunctionlcm_subscribe
src/hightorque_robot/third_part/lcm/lcm/lcm.c:277
↓ 28 callersMethodrepaint
@deprecated use {@link #setRequestedRepaint(boolean)}. @see java.awt.Component#repaint()
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/Chart2D.java:3641
↓ 28 callersMethodsize
@see info.monitorenter.util.collections.IRingBuffer#size()
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/util/collections/RingBufferArrayFast.java:592
↓ 27 callersMethodgetMin
Returns the minimum value of all traces of this axis with respect to the installed range policy. <p> @return the minimum value of all traces of this
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/IAxis.java:627
↓ 27 callersFunctionlcm_create
src/hightorque_robot/third_part/lcm/lcm/lcm.c:51
↓ 27 callersMethodround
Internal rounding routine for {@link #getValue(double)}. <p> @param value the value to round. @return the given value rounded to the amount
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/util/units/AUnit.java:257
↓ 27 callersMethodsetTestOperation
Test methods should only contain the code to set the test operation they want to perform. <p> This operation will be invoked in the <code>{@link #tear
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/test/info/monitorenter/gui/chart/test/ATestChartOperations.java:371
↓ 27 callersMethodwhat
src/hightorque_robot/third_part/serial_cmake/include/serial/serial.h:724
↓ 26 callersMethodassertEqual
Asserts if the given two doubles are equal within the given precision range by the operation: <pre> Math.abs(d1 - d2) &lt; precision </pre> . <p> B
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/util/math/MathUtil.java:98
↓ 26 callersMethodgetBackground
@see java.awt.Graphics2D#getBackground()
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/test/info/monitorenter/gui/chart/MockGraphics2D.java:416
↓ 25 callersMethoddrawLine
@see java.awt.Graphics#drawLine(int, int, int, int)
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/test/info/monitorenter/gui/chart/MockGraphics2D.java:256
↓ 25 callersMethoddrawString
@see java.awt.Graphics2D#drawString(java.text.AttributedCharacterIterator, float, float)
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/test/info/monitorenter/gui/chart/MockGraphics2D.java:323
↓ 25 callersMethodgetMin
Returns the lower bound of this range. <p> @return the lower bound of this range.
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/util/Range.java:151
↓ 25 callersFunctiongetopt_add_bool
src/hightorque_robot/third_part/lcm/lcmgen/getopt.c:204
↓ 24 callersMethodsetFont
@see java.awt.Graphics#setFont(java.awt.Font)
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/test/info/monitorenter/gui/chart/MockGraphics2D.java:622
↓ 23 callersFunctionColoredPrintf
Helpers for printing colored strings to stdout. Note that on Windows, we cannot simply emit special characters and have the terminal change colors. Th
src/hightorque_robot/third_part/lcm/test/gtest/src/gtest.cc:2956
↓ 23 callersMethodgetColor
Because the color is data common to a trace of a <code>Chart2D</code> it is stored here. <p> On the other hand only the corresponding <code>Chart2D </
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/ITrace2D.java:652
↓ 23 callersMethodgetFontMetrics
@see java.awt.Graphics#getFontMetrics(java.awt.Font)
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/test/info/monitorenter/gui/chart/MockGraphics2D.java:479
↓ 23 callersMethodgetTraces
Returns the set of traces that are currently rendered by this instance. <p> The instances are collected from all underlying axes. The resulting <code>
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/Chart2D.java:2357
↓ 23 callersFunctiongetopt_add_string
src/hightorque_robot/third_part/lcm/lcmgen/getopt.c:227
↓ 23 callersFunctionlcm_destroy
src/hightorque_robot/third_part/lcm/lcm/lcm.c:163
↓ 23 callersMethodread
()
src/hightorque_robot/third_part/lcm/lcm-java/lcm/util/BufferedRandomAccessFile.java:116
↓ 23 callersMethodsetLocation
This method overloads the method of <code>java.awt.geom.Point2D.Double</code> to fire a property change event to listeners of the corresponding <code>
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/ITracePoint2D.java:251
↓ 22 callersFunctionGetUnitTestImpl
Convenience function for accessing the global UnitTest implementation object.
src/hightorque_robot/third_part/lcm/test/gtest/src/gtest-internal-inl.h:927
↓ 22 callersMethodgetChart
Returns the chart. <p> @return the chart to use.
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/demos/Showcase.java:400
↓ 22 callersMethodgetFormatter
Returns the formatter for labels. <p> @return the formatter for labels.
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/IAxis.java:563
↓ 22 callersFunctionimpl
Accessors for the implementation object.
src/hightorque_robot/third_part/lcm/test/gtest/include/gtest/gtest.h:1287
↓ 22 callersMethodsetTitle
Sets the title of this axis will be painted by the <code>{IAxisTitlePainter}</code> of this instance. <p> @param title the title to set. @re
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/IAxis.java:1213
↓ 21 callersMethodgetDimension
Returns the constant for the dimension this axis stands for in the chart. <p> @return {@link Chart2D#X}, {@link Chart2D#Y} or -1 if this axis is not
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/IAxis.java:547
↓ 21 callersMethodgetFont
@see java.awt.Graphics#getFont()
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/test/info/monitorenter/gui/chart/MockGraphics2D.java:470
↓ 21 callersMethodgetMax
Returns the maximum value from all traces of this axis with respect to the installed range policy. <p> @return the maximum value from all traces of t
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/IAxis.java:599
↓ 21 callersMethodgetRenderer
@return Returns the renderer.
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/ITrace2D.java:878
↓ 21 callersMethodgetTitle
Returns the title or <code>null</code> if there was no title configured before. <p> @return the title or <code>null</code> if there was no title conf
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/gui/chart/IAxis.java:791
↓ 21 callersMethodmotor_send_cmd
src/hightorque_robot/src/hardware/robot.cpp:250
↓ 21 callersMethodpublish
Publish() will be called when an application sends a message, and could be called on an arbitrary thread.
src/hightorque_robot/third_part/lcm/lcm-java/lcm/lcm/Provider.java:17
↓ 21 callersFunctionreadConfigParam
src/hightorque_robot/src/parse_robot_params.cpp:70
↓ 21 callersMethodtoString
@see java.lang.Object#toString()
src/hightorque_robot/third_part/lcm/lcm-java/jchart2d-code/src/info/monitorenter/util/Range.java:224
next →1–100 of 5,305, ranked by callers