Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ functions
Functions
14,499 in github.com/Serial-Studio/Serial-Studio
⨍
Functions
14,499
◇
Types & classes
1,692
↓ 3 callers
Method
cancelTransfer
* @brief Cancels the current transfer. */
app/src/IO/FileTransmission/ZMODEM.cpp:115
↓ 3 callers
Function
cannot
lib/lua/src/luac.c:48
↓ 3 callers
Function
ccall
** Call a function (C or Lua) through C. 'inc' can be 1 (increment ** number of recursive invocations in the C stack) or nyci (the same ** plus increm
lib/lua/src/ldo.c:628
↓ 3 callers
Method
cd
lib/QuaZip/quazip/quazipdir.cpp:76
↓ 3 callers
Method
cdUp
lib/QuaZip/quazip/quazipdir.cpp:132
↓ 3 callers
Function
ce
(t,e,i)
app/rcc/chartjs/chart.umd.min.js:13
↓ 3 callers
Method
center
* @brief Re-centers the map to the latest GPS coordinates. */
app/src/UI/Widgets/GPS.cpp:270
↓ 3 callers
Method
characteristicNames
* @brief Returns the discovered BLE characteristics with a leading placeholder. */
app/src/IO/Drivers/BluetoothLE.cpp:770
↓ 3 callers
Function
check
** Check that next token is 'c'. */
lib/lua/src/lparser.c:107
↓ 3 callers
Function
check_next2
** Check whether current char is in set 'set' (with two chars) and ** saves it */
lib/lua/src/llex.c:204
↓ 3 callers
Function
checkfield
lib/lua/src/ltablib.c:36
↓ 3 callers
Function
checklimit
lib/lua/src/lparser.c:87
↓ 3 callers
Function
checkload
lib/lua/src/loadlib.c:525
↓ 3 callers
Function
checkupval
** Check whether a given upvalue from a given closure exists and ** returns its index */
lib/lua/src/ldblib.c:285
↓ 3 callers
Method
cleanSession
* @brief Returns the broker clean-session flag. */
app/src/MQTT/Publisher.cpp:892
↓ 3 callers
Method
clear
()
app/rcc/chartjs/chart.umd.min.js:13
↓ 3 callers
Function
clearbuff
** empty the buffer space into the stack */
lib/lua/src/lobject.c:428
↓ 3 callers
Method
clientId
* @brief Returns the MQTT client identifier. */
app/src/MQTT/Publisher.cpp:996
↓ 3 callers
Function
clinger_fast_path_impl
app/src/ThirdParty/fast_float.h:4676
↓ 3 callers
Method
close
(self)
examples/NI DAQmx/daqbridge.py:248
↓ 3 callers
Method
close
(self)
examples/Dual Drone Telemetry/dual_drone_telemetry.py:909
↓ 3 callers
Function
cn
(t,...e)
app/rcc/chartjs/chart.umd.min.js:13
↓ 3 callers
Function
co
(t,e,i,s)
app/rcc/chartjs/chart.umd.min.js:13
↓ 3 callers
Function
codebinexpval
** Emit code for binary expressions that "produce values" over ** two registers. */
lib/lua/src/lcode.c:1424
↓ 3 callers
Function
codebini
** Code binary operators with immediate operands. */
lib/lua/src/lcode.c:1439
↓ 3 callers
Function
codename
lib/lua/src/lparser.c:166
↓ 3 callers
Function
compare_frames
* @brief Compares two frames for structural equivalence. */
app/src/DataModel/Frame.h:950
↓ 3 callers
Method
connect
Connect to Serial Studio API server
examples/MCP Client/client.py:41
↓ 3 callers
Function
constantTimeEquals
* @brief Constant-time byte-wise equality check that does not short-circuit. */
app/src/Misc/PasswordHash.cpp:37
↓ 3 callers
Method
constructor
(t)
app/rcc/chartjs/chart.umd.min.js:13
↓ 3 callers
Function
coreSetActiveWorkspaceById
* @brief Resolves a numeric workspace id, leaving validation to ProjectModel. */
app/src/DataModel/Scripting/DashboardApi.cpp:132
↓ 3 callers
Function
crc16
app/src/IO/FileTransmission/CRC.h:63
↓ 3 callers
Method
createChat
* @brief Creates a new untitled chat and returns its id. */
app/src/AI/ChatStore.cpp:144
↓ 3 callers
Function
createstdfile
lib/lua/src/liolib.c:819
↓ 3 callers
Function
crypto_core_hsalsa20
app/src/ThirdParty/tweetnacl.c:202
↓ 3 callers
Function
csvCell
* @brief Returns the trimmed/unquoted value at column index, or fallback when out of range. */
app/src/DataModel/Importers/ModbusMapImporter.cpp:174
↓ 3 callers
Method
customClientId
* @brief Returns true when the user has opted to manage the client id manually. */
app/src/MQTT/Publisher.cpp:1004
↓ 3 callers
Method
delay
* @brief Blocks the worker thread for the given time (capped at one hour), sleeping in slices * so shutdown can interrupt the wait, then defer
app/src/DataModel/Scripting/ControlScriptWorker.cpp:299
↓ 3 callers
Method
deviceIdentifier
* @brief Returns VID, PID, and serial number of the currently selected USB device. */
app/src/IO/Drivers/USB.cpp:1100
↓ 3 callers
Method
deviceNames
* @brief Returns the discovered BLE devices with a leading placeholder entry. */
app/src/IO/Drivers/BluetoothLE.cpp:748
↓ 3 callers
Method
diff
()
app/rcc/chartjs/chart.umd.min.js:13
↓ 3 callers
Function
downsampleMonotonic
* @brief Downsample a 2D series (X,Y) into screen-space pixels, preserving extremes. * X must be monotonic non-decreasing: the X bounds come f
app/src/DSP.h:1081
↓ 3 callers
Function
drawLine
(value, label, color)
app/rcc/templates/reports/session-report.js:179
↓ 3 callers
Method
driver
* @brief Returns the underlying HAL driver instance. */
app/src/IO/DeviceManager.cpp:85
↓ 3 callers
Function
dsAccumulateBuckets
app/src/DSP.h:980
↓ 3 callers
Function
dsColumnYBounds
* @brief Extracts the global Y bounds from the filled workspace columns (O(columns), * replacing a second full pass over the samples). Returns
app/src/DSP.h:930
↓ 3 callers
Function
dsEmitColumnPoints
app/src/DSP.h:1029
↓ 3 callers
Function
dumpSize
lib/lua/src/ldump.c:65
↓ 3 callers
Function
dump_hid_pp_cap
lib/hidapi/windows/pp_data_dump/pp_data_dump.c:13
↓ 3 callers
Function
dup_wcs
Implementation of wcsdup() for Mac. */
lib/hidapi/mac/hid.c:427
↓ 3 callers
Method
duplicate_group
(self, group_id: int)
tests/utils/api_client.py:705
↓ 3 callers
Function
ea
(t,e,i,s)
app/rcc/chartjs/chart.umd.min.js:13
↓ 3 callers
Function
encode_vec3
(x: float, y: float, z: float)
examples/Protobuf Example/sensor_simulator.py:88
↓ 3 callers
Method
engine
* @brief Returns the guarded engine; read by the watchdog thread under its lock. */
app/src/DataModel/Scripting/JsWatchdog.cpp:176
↓ 3 callers
Function
enterinc
** Enter incremental mode. Turn all objects white, make all ** intermediate lists point to NULL (to avoid invalid pointers), ** and go to the pause st
lib/lua/src/lgc.c:1345
↓ 3 callers
Function
entersweep
** Enter first sweep phase. ** The call to 'sweeptolive' makes the pointer point to an object ** inside the list (instead of to the header), so that t
lib/lua/src/lgc.c:1486
↓ 3 callers
Function
errfile
lib/lua/src/lauxlib.c:737
↓ 3 callers
Function
et
(t,e,i)
app/rcc/chartjs/chart.umd.min.js:7
↓ 3 callers
Function
exchangehashpart
** Exchange the hash part of 't1' and 't2'. */
lib/lua/src/ltable.c:527
↓ 3 callers
Function
exp1
** Read an expression and generate code to put its results in next ** stack slot. ** */
lib/lua/src/lparser.c:1517
↓ 3 callers
Function
exp2RK
** Ensures final expression result is in a valid R/K index ** (that is, it is either in a register or in 'k' with an index ** in the range of R/K indi
lib/lua/src/lcode.c:1029
↓ 3 callers
Function
exp2reg
** Ensures final expression result (which includes results from its ** jump lists) is in register 'reg'. ** If expression has jumps, need to patch the
lib/lua/src/lcode.c:915
↓ 3 callers
Function
expandShortPath
* @brief Expand a Windows 8.3 short path (e.g. RUNNER~1) to its long form. */
app/src/API/PathPolicy.cpp:39
↓ 3 callers
Function
extractInt32LE
* Extracts a 32-bit signed integer from byte array (little-endian).
app/rcc/scripts/parser/js/mavlink.js:131
↓ 3 callers
Function
f_to_c
Convert Fahrenheit to Celsius.
examples/Modbus PLC Simulator/plc_simulator.py:126
↓ 3 callers
Function
fe
(e,t)
lib/mdflib/docs/manual/html/jquery.js:9
↓ 3 callers
Function
fe
()
app/rcc/chartjs/chart.umd.min.js:13
↓ 3 callers
Function
fieldsel
lib/lua/src/lparser.c:811
↓ 3 callers
Function
fileopen
lib/mdflib/mdflib/src/platform.cpp:66
↓ 3 callers
Function
findDatasetByUid
* @brief Locates the DatasetStats row matching a unique id, or end() if absent. */
app/src/Sessions/ReportData.cpp:116
↓ 3 callers
Function
findLongBracketClose
lib/QCodeEditor/src/internal/QLuaHighlighter.cpp:56
↓ 3 callers
Function
findfile
lib/lua/src/loadlib.c:513
↓ 3 callers
Function
finishrawget
lib/lua/src/lapi.c:714
↓ 3 callers
Method
flowControlIndex
* @brief Returns the index of the currently selected flow control setting. */
app/src/IO/Drivers/UART.cpp:334
↓ 3 callers
Function
fn
(t)
app/rcc/chartjs/chart.umd.min.js:13
↓ 3 callers
Function
fo
(t,e,i={})
app/rcc/chartjs/chart.umd.min.js:13
↓ 3 callers
Function
fractionalDecimals
* @brief Returns how many decimal places the value's fractional part needs (capped at 4), * used to derive a dataset displayFormat from a raw-
app/src/DataModel/Importers/ImporterCommon.h:79
↓ 3 callers
Function
free_hid_device
lib/hidapi/libusb/hid.c:211
↓ 3 callers
Function
freeexps
** Free registers used by expressions 'e1' and 'e2' (if any) in proper ** order. */
lib/lua/src/lcode.c:527
↓ 3 callers
Function
freehash
lib/lua/src/ltable.c:371
↓ 3 callers
Function
full_multiplication
compute 64-bit a*b
app/src/ThirdParty/fast_float.h:723
↓ 3 callers
Function
g_read
lib/lua/src/liolib.c:569
↓ 3 callers
Function
ge
(t)
app/rcc/chartjs/chart.umd.min.js:13
↓ 3 callers
Method
generate
* @brief Writes a fresh shortcut + sidecar at the user-chosen path. */
app/src/Misc/ShortcutGenerator.cpp:196
↓ 3 callers
Method
generate_motion_pattern
Generate realistic accelerometer motion pattern. Simulates a combination of: - Gravity (1g baseline) - Walking motio
examples/IMU Simulator/imu_simulator.py:58
↓ 3 callers
Method
generate_random_garbage
Generate random binary garbage data. Args: min_size: Minimum size in bytes max_size: Maximum size in bytes
tests/utils/data_generator.py:536
↓ 3 callers
Function
genlink
** Check whether object 'o' should be kept in the 'grayagain' list for ** post-processing by 'correctgraylist'. (It could put all old objects ** in th
lib/lua/src/lgc.c:430
↓ 3 callers
Method
getAllParsedValues
(t)
app/rcc/chartjs/chart.umd.min.js:13
↓ 3 callers
Method
getBaseValue
()
app/rcc/chartjs/chart.umd.min.js:13
↓ 3 callers
Method
getByHandle
* @brief Hot-path read by handle; a stale, out-of-range, or -1 handle is a safe nullptr. */
app/src/DataModel/DataTable.cpp:386
↓ 3 callers
Method
getCenterPoint
(t)
app/rcc/chartjs/chart.umd.min.js:13
↓ 3 callers
Method
getContext
()
app/rcc/chartjs/chart.umd.min.js:13
↓ 3 callers
Method
getDataTimestamps
()
app/rcc/chartjs/chart.umd.min.js:13
↓ 3 callers
Method
getElement
(t)
app/rcc/chartjs/chart.umd.min.js:13
↓ 3 callers
Method
getIoDevice
lib/QuaZip/quazip/quazip.cpp:636
↓ 3 callers
Method
getLabelTimestamps
()
app/rcc/chartjs/chart.umd.min.js:13
↓ 3 callers
Function
getNTFSTime
lib/QuaZip/quazip/quazipfileinfo.cpp:102
↓ 3 callers
Method
getPermissions
lib/QuaZip/quazip/quazipfileinfo.cpp:56
↓ 3 callers
Method
getPixelForTick
(t)
app/rcc/chartjs/chart.umd.min.js:13
↓ 3 callers
Method
getPointLabelContext
(t)
app/rcc/chartjs/chart.umd.min.js:13
← previous
next →
1,901–2,000 of 14,499, ranked by callers