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
↓ 4 callers
Function
sanitizeName
* @brief OpenAI enforces tool names ^[a-zA-Z0-9_-]+; encode dots/colons. */
app/src/AI/Providers/OpenAIProvider.cpp:56
↓ 4 callers
Function
scalar_add
add two small integers, checking for overflow. we want an efficient operation. for msvc, where we don't have built-in intrinsics, this is still pretty
app/src/ThirdParty/fast_float.h:3611
↓ 4 callers
Method
send
* @brief Sends @a data to the connected device using the current send options. */
app/src/Console/Handler.cpp:515
↓ 4 callers
Method
send_raw
(self, data: bytes)
examples/Dual Drone Telemetry/dual_drone_telemetry.py:870
↓ 4 callers
Method
serialPortIndex
* @brief Returns the serial port index */
app/src/IO/Drivers/Modbus.cpp:566
↓ 4 callers
Method
serialPortList
* @brief Returns the list of available serial ports */
app/src/IO/Drivers/Modbus.cpp:598
↓ 4 callers
Method
setActiveWindow
* @brief Sets the currently active window in the UI. */
app/src/UI/Taskbar.cpp:671
↓ 4 callers
Method
setCheckpoint
* @brief Records the current boot/runtime stage so a later crash can be attributed. */
app/src/Misc/CrashTracker.cpp:134
↓ 4 callers
Method
setCredentials
* @brief Encrypts and writes user/pass for host:port; empty inputs clear their respective slot. */
app/src/MQTT/CredentialVault.cpp:96
↓ 4 callers
Method
setLastActiveId
* @brief Persists the active-chat pointer. */
app/src/AI/ChatStore.cpp:132
↓ 4 callers
Method
setMaxRetries
* @brief Sets the maximum retry count for protocol transfers. */
app/src/IO/FileTransmission.cpp:503
↓ 4 callers
Method
setPoints
* @brief Sets the number of data points for the dashboard plots. */
app/src/UI/Dashboard.cpp:908
↓ 4 callers
Method
setPort
* @brief Sets the broker TCP port. */
app/src/MQTT/Publisher.cpp:1566
↓ 4 callers
Method
setReadCaptureTarget
* @brief Points the read-capture accumulator at a caller-owned slot list (nullptr to stop). While * set, every successful read records the slo
app/src/DataModel/DataTable.cpp:275
↓ 4 callers
Method
setSelectedGroup
* @brief Stores the editor's currently selected group. */
app/src/DataModel/ProjectModel.cpp:3183
↓ 4 callers
Method
setTemplateIdx
* @brief Loads the template at idx into the source and saves it to the project. */
app/src/DataModel/Scripting/FrameParser.cpp:726
↓ 4 callers
Method
setTimebase
* @brief Sets the per-sweep timebase in seconds; 0 or >= window means full window. */
app/src/DSP.h:607
↓ 4 callers
Method
setTimeoutMs
* @brief Sets the timeout in milliseconds. */
app/src/IO/FileTransmission/ZMODEM.cpp:384
↓ 4 callers
Method
setTrigger
* @brief Updates trigger parameters and re-arms a single-shot capture. */
app/src/DSP.h:594
↓ 4 callers
Function
setVisibilityJs
* @brief Shared body for the four JS visibility setters. */
app/src/DataModel/Scripting/DashboardApi.cpp:285
↓ 4 callers
Method
set_capture_target
(self, read_set)
tests/scripts/test_change_tracking.py:27
↓ 4 callers
Function
setpause
** Set the "time" to wait before starting a new GC cycle; cycle will ** start when memory use hits the threshold of ('estimate' * pause / ** PAUSEADJ)
lib/lua/src/lgc.c:1059
↓ 4 callers
Function
settabss
** Variations of 'lua_settable', used by 'db_getinfo' to put results ** from 'lua_getinfo' into result table. Key is always a string; ** value can be
lib/lua/src/ldblib.c:111
↓ 4 callers
Function
showOfflineError
* @brief Shows a localized offline-activation error dialog (no-op when headless). */
app/src/Licensing/OfflineLicense.cpp:50
↓ 4 callers
Method
shutdown
* @brief Closes the active database, cancels pending loads, joins the worker thread. */
app/src/Sessions/Player.cpp:111
↓ 4 callers
Function
sincos
Fixed point sine and cosine. This uses the CORDIC algorithm in rotation mode. \param mz angle in [-pi/2,pi/2] as Q1.30 \param n number of iterations (
lib/mdflib/mdflib/src/half.hpp:1921
↓ 4 callers
Method
socketTypeIndex
* @brief Returns the current socket type as an index of the list returned by socketType(). */
app/src/IO/Drivers/Network.cpp:319
↓ 4 callers
Method
sourceCount
* @brief Returns the number of configured data sources. */
app/src/DataModel/ProjectModel.cpp:1265
↓ 4 callers
Method
source_delete
Delete a source by ID (Commercial only; sourceId >= 1).
tests/utils/api_client.py:611
↓ 4 callers
Method
sslEnabled
* @brief Returns whether SSL/TLS is enabled. */
app/src/MQTT/Publisher.cpp:876
↓ 4 callers
Function
st
(e,t)
lib/mdflib/docs/manual/html/jquery.js:60
↓ 4 callers
Method
startTransfer
* @brief Starts a ZMODEM file transfer. */
app/src/IO/FileTransmission/ZMODEM.cpp:76
↓ 4 callers
Method
storageMask
* @brief Returns the storage AND-mask. Lets advanced callers inline the * wrap (`idx = (idx + n) & mask`) when walking by a stride > 1. *
app/src/DSP.h:164
↓ 4 callers
Function
summarizeCurrentProject
* @brief Summarise the current ProjectModel for the `wouldDiscard` half of a dryRun reply. */
app/src/API/Handlers/ProjectHandler.cpp:1460
↓ 4 callers
Function
tablerehash
lib/lua/src/lstring.c:62
↓ 4 callers
Function
tag
(field: int, wire: int)
examples/Protobuf Example/sensor_simulator.py:67
↓ 4 callers
Function
tag_error
lib/lua/src/lauxlib.c:208
↓ 4 callers
Function
to_float
app/src/ThirdParty/fast_float.h:1314
↓ 4 callers
Method
type
lib/QCodeEditor/src/internal/QFramedTextAttribute.cpp:11
↓ 4 callers
Function
ue
()
lib/mdflib/docs/manual/html/jquery.js:9
↓ 4 callers
Function
unzGoToFirstFile
Set the current file of the zipfile to the first file. return UNZ_OK if there is no problem */
lib/QuaZip/quazip/unzip.c:1194
↓ 4 callers
Function
unzOpenCurrentFile3
Open for reading data the current file in the zipfile. If there is no error and the file is opened, the return value is UNZ_OK. */
lib/QuaZip/quazip/unzip.c:1488
↓ 4 callers
Method
update
(t)
app/rcc/chartjs/chart.umd.min.js:13
↓ 4 callers
Method
updateSourceFrameParserTemplate
* @brief Sets the native parser template id for the source with the given sourceId. */
app/src/DataModel/ProjectModel.cpp:4924
↓ 4 callers
Function
varint
Encode an unsigned integer as a protobuf varint.
examples/Protobuf Example/sensor_simulator.py:54
↓ 4 callers
Function
vi
(t,e)
app/rcc/chartjs/chart.umd.min.js:13
↓ 4 callers
Function
warning
(text: str)
examples/API Test/test_api.py:154
↓ 4 callers
Method
widgetFont
* @brief Builds a widget font scaled by fraction and the global widget scale. */
app/src/Misc/CommonFonts.cpp:217
↓ 4 callers
Method
writeData
* @brief Write raw data to the connected device */
app/src/API/Handlers/IOManagerHandler.cpp:345
↓ 4 callers
Method
writeRawData
* @brief Writes raw data to all connected sockets (worker thread) */
app/src/API/Server.cpp:204
↓ 4 callers
Function
xn
(t,e)
app/rcc/chartjs/chart.umd.min.js:13
↓ 4 callers
Function
ze
(t)
app/rcc/chartjs/chart.umd.min.js:13
↓ 3 callers
Method
AddUnit
lib/mdflib/mdflib/src/hounitspecification.cpp:73
↓ 3 callers
Method
Attribute
lib/mdflib/mdflib/src/ixmlnode.h:228
↓ 3 callers
Method
Average
lib/mdflib/mdflib/src/mdnumber.cpp:91
↓ 3 callers
Method
AxisMonotony
lib/mdflib/mdflib/src/cncomment.cpp:66
↓ 3 callers
Method
BitMask
lib/mdflib/mdflib/src/mdnumber.cpp:59
↓ 3 callers
Function
Bn
(t)
app/rcc/chartjs/chart.umd.min.js:13
↓ 3 callers
Function
Bs
(t,e)
app/rcc/chartjs/chart.umd.min.js:13
↓ 3 callers
Method
BufferSize
lib/mdflib/mdf2csv/src/programargument.h:30
↓ 3 callers
Method
ByteCount
lib/mdflib/mdflib/src/mdnumber.cpp:51
↓ 3 callers
Method
ByteOrder
lib/mdflib/mdflib/src/mdnumber.cpp:67
↓ 3 callers
Method
Cbegin
lib/mdflib/mdflib/src/vlsddata.h:24
↓ 3 callers
Method
Cc
lib/mdflib/mdflib/src/cn4block.h:84
↓ 3 callers
Method
Cend
lib/mdflib/mdflib/src/vlsddata.h:28
↓ 3 callers
Method
ChannelArrays
lib/mdflib/mdflib/src/ichannel.cpp:885
↓ 3 callers
Method
ChannelDataType
lib/mdflib/mdflib/src/ichannelconversion.cpp:27
↓ 3 callers
Method
Clear
lib/mdflib/mdf2csv/src/programargument.cpp:114
↓ 3 callers
Method
ConvertMdfFile
lib/mdflib/mdf2csv/src/createfilelist.cpp:69
↓ 3 callers
Function
ConvertToSec
lib/mdflib/mdflib_test/src/testread.cpp:67
↓ 3 callers
Method
CreateInverse
lib/mdflib/mdflib/src/cc4block.cpp:140
↓ 3 callers
Function
CreateMd5FileChecksum
lib/mdflib/mdflib/src/cryptoutil.cpp:244
↓ 3 callers
Method
DeleteConverted
lib/mdflib/mdf2csv/src/programargument.h:23
↓ 3 callers
Function
Ee
(e)
lib/mdflib/docs/manual/html/jquery.js:22
↓ 3 callers
Method
FileName
lib/mdflib/mdfviewer/src/util/csvwriter.cpp:65
↓ 3 callers
Method
Filename
lib/mdflib/mdfviewer/src/util/ilogger.cpp:12
↓ 3 callers
Method
Find
lib/mdflib/mdflib/src/ch4block.cpp:103
↓ 3 callers
Method
FindParentDataGroup
lib/mdflib/mdflib/src/mdf4file.cpp:254
↓ 3 callers
Function
Ft
(e,t)
lib/mdflib/docs/manual/html/jquery.js:75
↓ 3 callers
Function
Ft
(t,e,i)
app/rcc/chartjs/chart.umd.min.js:13
↓ 3 callers
Method
GetAttributeList
lib/mdflib/mdflib/src/ixmlnode.cpp:191
↓ 3 callers
Method
GetBusType
lib/mdflib/mdflib/src/ichannelgroup.cpp:96
↓ 3 callers
Method
GetCgRange
lib/mdflib/mdflib/src/dgrange.cpp:48
↓ 3 callers
Method
GetDataGroup
lib/mdflib/mdflib/src/mdfreader.cpp:617
↓ 3 callers
Method
GetEngValueAsUnsigned
lib/mdflib/mdflibrary/src/MdfChannelObserver.cpp:96
↓ 3 callers
Method
GetFile
\brief Returns the MDF file interface. * * Returns the MDF file interface. The user may change the file version and * the finalize status of
lib/mdflib/include/mdf/mdfwriter.h:164
↓ 3 callers
Method
GetName
lib/mdflib/include/mdflibrary/MdfFile.h:22
↓ 3 callers
Method
GetSelectedBlockId
lib/mdflib/mdfviewer/src/mdfdocument.h:39
↓ 3 callers
Method
GetTimestamp
lib/mdflib/mdflibrary/src/MdfTimestamp.cpp:14
↓ 3 callers
Method
GetTzOffsetMin
lib/mdflib/mdflib/src/mdf4timestamp.cpp:108
↓ 3 callers
Method
HistoryIndex
lib/mdflib/mdflib/src/mdstandardattribute.cpp:33
↓ 3 callers
Function
I2UInt
convert a 'Rand64' to a 'lua_Unsigned' */
lib/lua/src/lmathlib.c:519
↓ 3 callers
Method
Index
lib/mdflib/mdflib/src/ev4block.cpp:226
↓ 3 callers
Method
Index
lib/mdflib/mdflib/src/ch4block.cpp:116
↓ 3 callers
Function
InvTranspose
lib/mdflib/mdflib/src/zlibutil.cpp:369
↓ 3 callers
Function
Is
(t,e)
app/rcc/chartjs/chart.umd.min.js:13
↓ 3 callers
Method
IsArray
lib/mdflib/mdflib/src/ichannelobserver.cpp:57
↓ 3 callers
Method
IsFileNew
\brief Returns true if this is a new file. */
lib/mdflib/include/mdf/mdfwriter.h:139
↓ 3 callers
Method
IsNumber
\brief Returns true if the channel is a number. */
lib/mdflib/include/mdf/ichannel.h:297
↓ 3 callers
Method
IsTxtBlock
lib/mdflib/mdflib/src/tx4block.cpp:33
← previous
next →
1,701–1,800 of 14,499, ranked by callers