MCPcopy Create free account

hub / github.com/Serial-Studio/Serial-Studio / functions

Functions14,499 in github.com/Serial-Studio/Serial-Studio

↓ 4 callersFunctiongetnumlimit
** Read an integer numeral and raises an error if it is larger ** than the maximum size for integers. */
lib/lua/src/lstrlib.c:1466
↓ 4 callersFunctiongroupedCount
* @brief Formats a count with thousands separators (fixed English grouping for stable CI logs). */
app/src/Benchmark/HotpathBenchmark.cpp:737
↓ 4 callersFunctionhid_write
lib/hidapi/mac/hid.c:1179
↓ 4 callersMethodhost
* @brief Returns the TCP host address (for Modbus TCP) */
app/src/IO/Drivers/Modbus.cpp:539
↓ 4 callersMethodhotpathRxFrame
* @brief Processes a frame and updates the dashboard. Each source owns its plot clock * (m_plotClocks[sid]); the per-source display clock neve
app/src/UI/Dashboard.cpp:1447
↓ 4 callersFunctionhsv_to_rgb
(h, s, v)
examples/ANSI Color Test/test_ansi_colors.py:65
↓ 4 callersFunctionhypot
Hypotenuse function. This function is exact to rounding for all rounding modes. See also:** Documentation for [std::hypot](https://en.cppreference.co
lib/mdflib/mdflib/src/half.hpp:3916
↓ 4 callersFunctionia
(t,e,i)
app/rcc/chartjs/chart.umd.min.js:13
↓ 4 callersFunctionindex2stack
** Convert a valid actual index (not a pseudo-index) to its address. */
lib/lua/src/lapi.c:95
↓ 4 callersMethodinjectTableApiJS
* @brief Installs the __ss table-API bridge; the SDK prelude exposes the friendly globals. */
app/src/DataModel/FrameBuilder.cpp:2714
↓ 4 callersMethodinjectTableApiLua
* @brief Injects tableGet / tableSet / datasetGetRaw / datasetGetFinal into the Lua state as C * closures. */
app/src/DataModel/FrameBuilder.cpp:2666
↓ 4 callersMethodinterfaceIndex
* @brief Returns the current interface index */
app/src/IO/Drivers/CANBus.cpp:436
↓ 4 callersMethodinterfaceList
* @brief Returns the list of available CAN bus interfaces */
app/src/IO/Drivers/CANBus.cpp:460
↓ 4 callersMethodisConnected
* @brief Returns true when at least one device is currently connected. */
app/src/IO/ConnectionManager.cpp:180
↓ 4 callersMethodisPlaying
* @brief Returns whether playback is currently active. */
app/src/CSV/Player.cpp:99
↓ 4 callersMethodisPointInArea
(t)
app/rcc/chartjs/chart.umd.min.js:13
↓ 4 callersFunctionisSCnumber
** Check whether expression 'e' is a literal integer or float in ** proper range to fit in a register (sB or sC). */
lib/lua/src/lcode.c:1256
↓ 4 callersFunctionjo
(t,e,i)
app/rcc/chartjs/chart.umd.min.js:13
↓ 4 callersFunctionjsonObjectToVariantMap
* @brief Converts a QJsonObject to a QVariantMap. */
app/src/Misc/ThemeManager.cpp:45
↓ 4 callersFunctionkf_bfly2
lib/KissFFT/kiss_fft.c:15
↓ 4 callersFunctionkf_bfly3
lib/KissFFT/kiss_fft.c:86
↓ 4 callersFunctionkf_bfly4
lib/KissFFT/kiss_fft.c:38
↓ 4 callersFunctionkf_bfly5
lib/KissFFT/kiss_fft.c:130
↓ 4 callersFunctionkf_bfly_generic
perform the butterfly for one stage of a mixed radix FFT */
lib/KissFFT/kiss_fft.c:192
↓ 4 callersFunctionldexp
Multiply by power of two. This function is exact to rounding for all rounding modes. See also:** Documentation for [std::ldexp](https://en.cppreferen
lib/mdflib/mdflib/src/half.hpp:5048
↓ 4 callersFunctionli
(t,e,i)
app/rcc/chartjs/chart.umd.min.js:13
↓ 4 callersMethodlist
* @brief Returns chat metadata rows for QML in stable creation order (newest first); chats are * never reordered on activity. */
app/src/AI/ChatStore.cpp:75
↓ 4 callersMethodlist_actions
Return all project actions, each carrying actionId.
tests/utils/api_client.py:679
↓ 4 callersMethodload
lib/QCodeEditor/src/internal/QLanguage.cpp:16
↓ 4 callersMethodloadDefaultTemplate
* @brief Loads the default CSV template. */
app/src/DataModel/Editors/JsCodeEditor.cpp:572
↓ 4 callersFunctionloadStringN
** Load a nullable string into prototype 'p'. */
lib/lua/src/lundump.c:110
↓ 4 callersFunctionluaC_fix
lib/lua/src/lgc.c:243
↓ 4 callersFunctionluaD_inctop
lib/lua/src/ldo.c:315
↓ 4 callersFunctionluaD_reallocstack
** Reallocate the stack to a new size, correcting all pointers into it. ** In ISO C, any pointer use after the pointer has been deallocated is ** unde
lib/lua/src/ldo.c:212
↓ 4 callersFunctionluaF_newproto
lib/lua/src/lfunc.c:240
↓ 4 callersFunctionluaG_forerror
lib/lua/src/ldebug.c:772
↓ 4 callersFunctionluaH_finishset
** Finish a raw "set table" operation, where 'slot' is where the value ** should have been (the result of a previous "get table"). ** Beware: when usi
lib/lua/src/ltable.c:826
↓ 4 callersFunctionluaH_get
** main search function */
lib/lua/src/ltable.c:803
↓ 4 callersFunctionluaK_indexed
** Create expression 't[k]'. 't' must have its final result already in a ** register or upvalue. Upvalues can only be indexed by literal strings. ** K
lib/lua/src/lcode.c:1279
↓ 4 callersFunctionluaK_patchlist
** Path all jumps in 'list' to jump to 'target'. ** (The assert means that we cannot fix a jump to a forward address ** because we only know addresses
lib/lua/src/lcode.c:306
↓ 4 callersFunctionluaK_storevar
** Generate code to store result of expression 'ex' into variable 'var'. */
lib/lua/src/lcode.c:1049
↓ 4 callersFunctionluaL_checkoption
lib/lua/src/lauxlib.c:363
↓ 4 callersFunctionluaL_optlstring
lib/lua/src/lauxlib.c:412
↓ 4 callersFunctionluaNumber
* @brief Returns the value as a Lua number literal with a lossless double round-trip. */
app/src/DataModel/Importers/ImporterCommon.h:66
↓ 4 callersFunctionluaO_hexavalue
lib/lua/src/lobject.c:135
↓ 4 callersFunctionluaO_pushvfstring
** this function handles only '%d', '%c', '%f', '%p', '%s', and '%%' conventional formats, plus Lua-specific '%I' and '%U' */
lib/lua/src/lobject.c:480
↓ 4 callersFunctionluaT_callTMres
lib/lua/src/ltm.c:119
↓ 4 callersFunctionluaT_objtypename
** Return the name of the type of an object. For tables and userdata ** with metatable, use their '__name' metafield, if present. */
lib/lua/src/ltm.c:91
↓ 4 callersFunctionluaV_concat
** Main operation for concatenation: concat 'total' values in the stack, ** from 'L->top.p - total' up to 'L->top.p - 1'. */
lib/lua/src/lvm.c:653
↓ 4 callersFunctionluaX_token2str
lib/lua/src/llex.c:82
↓ 4 callersFunctionlua_compare
lib/lua/src/lapi.c:351
↓ 4 callersFunctionlua_load
lib/lua/src/lapi.c:1087
↓ 4 callersFunctionlua_newuserdatauv
lib/lua/src/lapi.c:1343
↓ 4 callersFunctionlua_next
lib/lua/src/lapi.c:1253
↓ 4 callersFunctionlua_pushthread
lib/lua/src/lapi.c:624
↓ 4 callersFunctionlua_tointegerx
lib/lua/src/lapi.c:389
↓ 4 callersFunctionmainpositionTV
** returns the 'main' position of an element in a table (that is, ** the index of its hash value). */
lib/lua/src/ltable.c:151
↓ 4 callersFunctionmakeScriptEngine
* @brief Builds the right script engine for a language tag (0=JS, 1=Lua, 2=Native). */
app/src/API/Handlers/ProjectHandler.cpp:5847
↓ 4 callersFunctionme
app/rcc/chartjs/chart.umd.min.js:13
↓ 4 callersMethodmode
* @brief Returns the configured publisher mode (Mode enum index). */
app/src/MQTT/Publisher.cpp:908
↓ 4 callersMethodmodified
* @brief Returns true when the project has unsaved edits. */
app/src/DataModel/ProjectModel.cpp:486
↓ 4 callersFunctionms
(t,e)
app/rcc/chartjs/chart.umd.min.js:13
↓ 4 callersMethodmutationEpoch
* @brief Monotonic counter bumped on every structural project mutation. */
app/src/DataModel/ProjectModel.cpp:632
↓ 4 callersMethodopen
Open both PTY pairs.
tests/utils/virtual_serial.py:119
↓ 4 callersFunctionos
(t,e,i,s)
app/rcc/chartjs/chart.umd.min.js:13
↓ 4 callersMethodparse
(t,e)
app/rcc/chartjs/chart.umd.min.js:13
↓ 4 callersFunctionparse_eight_digits_unrolled
credit @aqrit
app/src/ThirdParty/fast_float.h:1816
↓ 4 callersMethodpathSegment
(t,e,i)
app/rcc/chartjs/chart.umd.min.js:13
↓ 4 callersFunctionpe
(t,e,i)
app/rcc/chartjs/chart.umd.min.js:13
↓ 4 callersMethodpeek
app/src/IO/CircularBuffer.h:316
↓ 4 callersMethodpeekRangeInto
app/src/IO/CircularBuffer.h:339
↓ 4 callersMethodpluginIndex
* @brief Returns the current plugin index */
app/src/IO/Drivers/CANBus.cpp:428
↓ 4 callersMethodpluginList
* @brief Returns the list of available CAN bus plugins */
app/src/IO/Drivers/CANBus.cpp:452
↓ 4 callersMethodportIndex
* @brief Returns the index of the currently selected serial port. */
app/src/IO/Drivers/UART.cpp:302
↓ 4 callersMethodpostInfo
* @brief Convenience wrapper that posts an Info-level event. */
app/src/DataModel/NotificationCenter.cpp:170
↓ 4 callersFunctionprecallC
** precall for C functions */
lib/lua/src/ldo.c:516
↓ 4 callersFunctionprepbuffsize
** Returns a pointer to a free area with at least 'sz' bytes in buffer ** 'B'. 'boxidx' is the relative position in the stack where is the ** buffer's
lib/lua/src/lauxlib.c:550
↓ 4 callersMethodprocessData
* @brief Processes a chunk of received bytes and extracts complete frames. */
app/src/IO/FrameReader.cpp:78
↓ 4 callersMethodprocessPayload
* @brief Feeds a pre-built payload directly into the frame processing pipeline. */
app/src/IO/ConnectionManager.cpp:527
↓ 4 callersMethodprotocolIndex
* @brief Returns the current protocol index (0 = RTU, 1 = TCP) */
app/src/IO/Drivers/Modbus.cpp:507
↓ 4 callersFunctionpthread_barrier_wait
lib/hidapi/mac/hid.c:85
↓ 4 callersFunctionpush_captures
lib/lua/src/lstrlib.c:735
↓ 4 callersMethodquadraticCurveTo
* @brief Adds a quadratic Bezier segment from the cursor. */
app/src/UI/Widgets/PainterContext.cpp:1152
↓ 4 callersFunctionquazip_ctime
lib/QuaZip/quazip/quazip_qt_compat.h:72
↓ 4 callersMethodread
app/src/IO/CircularBuffer.h:272
↓ 4 callersMethodreadCode
* @brief Reloads the editor text from the current project model code. */
app/src/DataModel/Editors/JsCodeEditor.cpp:423
↓ 4 callersFunctionreallymarkobject
** Mark an object. Userdata with no user values, strings, and closed ** upvalues are visited and turned black here. Open upvalues are ** already ind
lib/lua/src/lgc.c:297
↓ 4 callersMethodregisterGroupCount
* @brief Returns the number of configured register groups */
app/src/IO/Drivers/Modbus.cpp:813
↓ 4 callersFunctionregister_global_winapi_error
lib/hidapi/windows/hid.c:320
↓ 4 callersMethodrequestCancel
* @brief Sets the atomic cancel flag; long-running loops poll it between rows. */
app/src/Sessions/DatabaseWorker.cpp:59
↓ 4 callersMethodreset
* @brief Resets the engine to an unloaded state, dropping the configured template. */
app/src/DataModel/Scripting/CFrameParser.cpp:310
↓ 4 callersMethodresetState
* @brief Resets all transfer state to idle. */
app/src/IO/FileTransmission/XMODEM.cpp:340
↓ 4 callersMethodresolveDatasetElementOptions
(t)
app/rcc/chartjs/chart.umd.min.js:13
↓ 4 callersMethodresources_list
(self)
tests/integration/test_mcp.py:168
↓ 4 callersFunctionresume_error
** Signal an error in the call to 'lua_resume', not in the execution ** of the coroutine itself. (Such errors should not be handled by any ** coroutin
lib/lua/src/ldo.c:769
↓ 4 callersFunctionreverse
** Reverse the stack segment from 'from' to 'to' ** (auxiliary to 'lua_rotate') ** Note that we move(copy) only the value inside the stack. ** (We do
lib/lua/src/lapi.c:227
↓ 4 callersFunctionringSnapshotKey
* @brief Composite snapshot key: dataset uniqueIds repeat across sources, so the time-ring * snapshot must include the sourceId or two plots c
app/src/UI/Dashboard.cpp:91
↓ 4 callersMethodrun
(self, store)
tests/scripts/test_change_tracking.py:54
↓ 4 callersFunctionrun_qt_translation_tool
Run the Qt translation manager to update or compile translations. Valid modes: '--lupdate' or '--lrelease'.
app/translations/llm_translate.py:742
↓ 4 callersFunctionsanitiseTitleForPath
* @brief Scrubs a project title for use as a folder/file name component. */
app/src/Sessions/DatabaseManager.cpp:53
← previousnext →1,601–1,700 of 14,499, ranked by callers