Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlexandreRouma/SDRPlusPlus
/ functions
Functions
6,561 in github.com/AlexandreRouma/SDRPlusPlus
⨍
Functions
6,561
◇
Types & classes
1,275
↓ 4 callers
Function
TableSettingsCalcChunkSize
core/src/imgui/imgui_tables.cpp:3130
↓ 4 callers
Function
Validate
misc_modules/discord_integration/discord-rpc/include/rapidjson/encodings.h:179
↓ 4 callers
Method
Value
misc_modules/discord_integration/discord-rpc/include/rapidjson/internal/ieee754.h:29
↓ 4 callers
Method
Write
misc_modules/discord_integration/discord-rpc/src/rpc_connection.cpp:69
↓ 4 callers
Function
_grow_capacity
core/src/imgui/imgui.h:1689
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
core/src/json.hpp:10257
↓ 4 callers
Method
acceptAsync
core/src/utils/networking.cpp:228
↓ 4 callers
Method
acquireBuffer
core/src/gui/widgets/symbol_diagram.cpp:49
↓ 4 callers
Function
advance_to
core/src/spdlog/fmt/bundled/format.h:3137
↓ 4 callers
Method
base
core/src/spdlog/fmt/bundled/format.h:417
↓ 4 callers
Method
binary
core/src/json.hpp:5837
↓ 4 callers
Function
bit_reader_reconfigure
core/libcorrect/src/convolutional/bit.c:201
↓ 4 callers
Function
bit_writer_reconfigure
core/libcorrect/src/convolutional/bit.c:13
↓ 4 callers
Function
blackman
core/src/dsp/utils/window_functions.h:6
↓ 4 callers
Function
cend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image html range-
core/src/json.hpp:20977
↓ 4 callers
Function
chainback_viterbi
core/libcorrect/src/fec_shim.c:139
↓ 4 callers
Method
check_sign
core/src/spdlog/fmt/bundled/format.h:2120
↓ 4 callers
Method
clone
create new logger with same sinks and configuration.
core/src/spdlog/logger-inl.h:158
↓ 4 callers
Method
close
source_modules/file_source/src/wavreader.h:57
↓ 4 callers
Function
correct_convolutional_encode_len
core/libcorrect/src/convolutional/encode.c:3
↓ 4 callers
Function
create_viterbi
Common methods */
core/libcorrect/src/fec_shim.c:83
↓ 4 callers
Function
decode_rs_char
core/libcorrect/src/fec_shim.c:51
↓ 4 callers
Function
delete_viterbi
core/libcorrect/src/fec_shim.c:103
↓ 4 callers
Method
disable
core/src/spdlog/details/backtracer-inl.h:40
↓ 4 callers
Method
emplace
core/src/json.hpp:16423
↓ 4 callers
Function
empty
! @brief checks whether the container is empty. Checks if a JSON value has no elements (i.e. whether its @ref size is `0`). @return The
core/src/json.hpp:21321
↓ 4 callers
Method
enable
core/src/spdlog/details/backtracer-inl.h:33
↓ 4 callers
Function
end
core/src/imgui/imgui_internal.h:645
↓ 4 callers
Function
error_buffer_swap
core/libcorrect/src/convolutional/error_buffer.c:39
↓ 4 callers
Function
escape
escape "~" to "~0" and "/" to "~1"
core/src/json.hpp:12363
↓ 4 callers
Function
field_mul_log_element
core/libcorrect/include/correct/reed-solomon/field.h:19
↓ 4 callers
Function
find_poly
core/libcorrect/tools/find_conv_libfec_poly.c:140
↓ 4 callers
Method
format
core/src/spdlog/fmt/bundled/compile.h:361
↓ 4 callers
Function
format_decimal
core/src/spdlog/fmt/bundled/format.h:881
↓ 4 callers
Method
getViewBandwidth
core/src/gui/widgets/waterfall.cpp:992
↓ 4 callers
Function
get_arithmetic_value
core/src/json.hpp:3440
↓ 4 callers
Method
get_binary
core/src/json.hpp:10000
↓ 4 callers
Method
get_string
core/src/json.hpp:9967
↓ 4 callers
Method
index_from_ptr
Utilities
core/src/imgui/imgui_internal.h:577
↓ 4 callers
Function
init_viterbi
core/libcorrect/src/fec_shim.c:110
↓ 4 callers
Function
insert_iterator
core/src/json.hpp:21884
↓ 4 callers
Method
isPlaying
core/src/gui/main_window.cpp:691
↓ 4 callers
Function
is_boolean
! @brief return whether value is a boolean This function returns true if and only if the JSON value is a boolean. @return `true` if type
core/src/json.hpp:18814
↓ 4 callers
Function
is_separator
When ImGuiInputTextFlags_Password is set, we don't want actions such as CTRL+Arrow to leak the fact that underlying data are blanks or separators.
core/src/imgui/imgui_widgets.cpp:3603
↓ 4 callers
Method
locale
core/src/spdlog/fmt/bundled/printf.h:366
↓ 4 callers
Function
makeSME
decoder_modules/m17_decoder/src/golay24.h:131
↓ 4 callers
Method
map
core/src/spdlog/fmt/bundled/core.h:916
↓ 4 callers
Function
metric_distance
measure the hamming distance of two bit strings implemented as population count of x XOR y
core/libcorrect/include/correct/convolutional/metric.h:5
↓ 4 callers
Function
metric_soft_distance_linear
core/libcorrect/include/correct/convolutional/metric.h:9
↓ 4 callers
Function
metric_soft_distance_quadratic
measure the square of the euclidean distance between x and y since euclidean dist is sqrt(a^2 + b^2 + ... + n^2), the square is just a^2 + b^2 + ... +
core/libcorrect/src/convolutional/metric.c:6
↓ 4 callers
Function
multiply
Computes lhs * rhs / pow(2, 64) rounded to nearest with half-up tie breaking.
core/src/spdlog/fmt/bundled/format-inl.h:442
↓ 4 callers
Function
normalize
core/src/spdlog/fmt/bundled/format-inl.h:424
↓ 4 callers
Method
on_arg_id
core/src/spdlog/fmt/bundled/format.h:3161
↓ 4 callers
Method
pop_front
Pop item from front. If there are no elements in the container, the behavior is undefined.
core/src/spdlog/details/circular_q.h:99
↓ 4 callers
Method
readAsync
core/src/utils/networking.cpp:111
↓ 4 callers
Method
registerSinkProvider
core/src/signal_path/sink.cpp:88
↓ 4 callers
Method
releaseBuffer
core/src/gui/widgets/symbol_diagram.cpp:54
↓ 4 callers
Function
replace_substring
! @brief replace all occurrences of a substring by another string @param[in,out] s the string to manipulate; changed so that all
core/src/json.hpp:12351
↓ 4 callers
Function
reserve
Resize a vector to a smaller size, guaranteed not to cause a reallocation
core/src/imgui/imgui.h:1693
↓ 4 callers
Function
resize_poly_list
core/libcorrect/tools/find_conv_libfec_poly.c:36
↓ 4 callers
Function
selectSource
core/src/gui/menus/source.cpp:72
↓ 4 callers
Method
setFrequency
source_modules/rtl_tcp_source/src/rtltcp_client.h:153
↓ 4 callers
Method
setGains
core/src/dsp/clock_recovery.h:108
↓ 4 callers
Method
setOffset
core/src/gui/widgets/waterfall.cpp:1102
↓ 4 callers
Method
setSampleRate
core/src/dsp/demodulator.h:147
↓ 4 callers
Function
snprintf_float
core/src/spdlog/fmt/bundled/format-inl.h:1115
↓ 4 callers
Function
sort
decoder_modules/m17_decoder/src/golay24.h:84
↓ 4 callers
Method
start
sink_modules/network_sink/src/main.cpp:102
↓ 4 callers
Method
start
decoder_modules/radio/src/wfm_demod.h:81
↓ 4 callers
Method
start_process
core/src/gui/file_dialogs.h:636
↓ 4 callers
Function
stb_textedit_delete
delete characters while updating undo
core/src/imgui/imstb_textedit.h:591
↓ 4 callers
Function
stbi__bitcount
core/src/imgui/stb_image.h:5235
↓ 4 callers
Function
stbi__cleanup_jpeg
clean up the temporary component buffers
core/src/imgui/stb_image.h:3742
↓ 4 callers
Function
stbi__compute_y_16
core/src/imgui/stb_image.h:1742
↓ 4 callers
Function
stbi__extend_receive
combined JPEG 'receive' and JPEG 'extend', since baseline always extends everything it receives.
core/src/imgui/stb_image.h:2087
↓ 4 callers
Function
stbi__high_bit
returns 0..31 for the highest set bit
core/src/imgui/stb_image.h:5223
↓ 4 callers
Function
stbi__jpeg_get_bit
core/src/imgui/stb_image.h:2114
↓ 4 callers
Function
stbi__load_and_postprocess_8bit
core/src/imgui/stb_image.h:1200
↓ 4 callers
Function
stbi__malloc_mad2
mallocs with size overflow checking
core/src/imgui/stb_image.h:1011
↓ 4 callers
Function
stbi__readval
core/src/imgui/stb_image.h:6186
↓ 4 callers
Function
stbi__shiftsigned
extract an arbitrarily-aligned N-bit value (N=bits) from v, and then make it 8-bits long and fractionally extend it to full full range.
core/src/imgui/stb_image.h:5248
↓ 4 callers
Function
stbi__tga_get_comp
returns STBI_rgb or whatever, 0 on error
core/src/imgui/stb_image.h:5558
↓ 4 callers
Function
stbi__vertical_flip
core/src/imgui/stb_image.h:1162
↓ 4 callers
Function
stbi__zget8
core/src/imgui/stb_image.h:4084
↓ 4 callers
Function
stbir__add_empty_ring_buffer_entry
core/src/imgui/stb_image_resize.h:1417
↓ 4 callers
Function
stbir__get_contributors
core/src/imgui/stb_image_resize.h:909
↓ 4 callers
Function
stbir__get_filter_pixel_width
This is the maximum number of input samples that can affect an output sample with the given filter
core/src/imgui/stb_image_resize.h:883
↓ 4 callers
Function
stbir__saturate
core/src/imgui/stb_image_resize.h:572
↓ 4 callers
Function
stbtt_MakeGlyphBitmapSubpixel
core/src/imgui/imstb_truetype.h:3598
↓ 4 callers
Function
stbtt_ScaleForMappingEmToPixels
core/src/imgui/imstb_truetype.h:2613
↓ 4 callers
Function
stbtt__add_point
core/src/imgui/imstb_truetype.h:3387
↓ 4 callers
Function
stbtt__cff_index_get
core/src/imgui/imstb_truetype.h:1243
↓ 4 callers
Function
stbtt__csctx_v
core/src/imgui/imstb_truetype.h:1888
↓ 4 callers
Function
stbtt__oversample_shift
core/src/imgui/imstb_truetype.h:3976
↓ 4 callers
Method
stop
core/src/signal_path/sink.cpp:42
↓ 4 callers
Method
stop
sink_modules/network_sink/src/main.cpp:110
↓ 4 callers
Method
stop
decoder_modules/radio/src/wfm_demod.h:94
↓ 4 callers
Method
str
\rst Returns the content of the output buffer as an ``std::string``. \endrst */
core/src/spdlog/fmt/bundled/format.h:2924
↓ 4 callers
Method
unregisterSinkProvider
core/src/signal_path/sink.cpp:109
↓ 4 callers
Function
update_viterbi_blk
core/libcorrect/src/fec_shim.c:116
← previous
next →
601–700 of 6,561, ranked by callers