Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemLib/LemLib
/ functions
Functions
622 in github.com/LemLib/LemLib
⨍
Functions
622
◇
Types & classes
276
↓ 3 callers
Function
parse_align
include/fmt/core.h:1991
↓ 3 callers
Method
reserve
Increases the buffer capacity to *new_capacity*. */
include/fmt/format.h:964
↓ 3 callers
Function
system_error
include/fmt/format.h:3612
↓ 3 callers
Function
to_decimal
include/fmt/format-inl.h:1174
↓ 3 callers
Function
write_loc
include/fmt/format-inl.h:104
↓ 3 callers
Function
write_padded
include/fmt/format.h:1675
↓ 2 callers
Function
abort_fuzzing_if
include/fmt/format.h:294
↓ 2 callers
Method
arg
include/fmt/core.h:1602
↓ 2 callers
Method
args
include/fmt/core.h:1079
↓ 2 callers
Function
assume
include/fmt/format.h:535
↓ 2 callers
Function
check_char_specs
include/fmt/core.h:2337
↓ 2 callers
Method
check_dynamic_spec
include/fmt/core.h:981
↓ 2 callers
Function
code_point_length
include/fmt/core.h:1949
↓ 2 callers
Function
convert_args
include/pros/llemu.hpp:59
↓ 2 callers
Function
convert_args
include/pros/screen.hpp:34
↓ 2 callers
Function
convert_for_visit
include/fmt/core.h:335
↓ 2 callers
Function
count
include/fmt/core.h:1117
↓ 2 callers
Method
count
include/fmt/format.h:2126
↓ 2 callers
Function
countl_zero
include/fmt/format.h:521
↓ 2 callers
Function
countl_zero_fallback
include/fmt/format.h:514
↓ 2 callers
Function
do_count_digits
It is a separate function rather than a part of count_digits to workaround the lack of static constexpr in constexpr functions.
include/fmt/format.h:1128
↓ 2 callers
Function
end
include/fmt/core.h:415
↓ 2 callers
Method
error_handler
include/fmt/core.h:582
↓ 2 callers
Function
fill
include/fmt/format.h:1663
↓ 2 callers
Function
floor_log10_pow2
Computes floor(log10(pow(2, e))) for e in [-2620, 2620] using the method from https://fmt.dev/papers/Dragonbox.pdf#page=28, section 6.1.
include/fmt/format.h:1425
↓ 2 callers
Method
format
include/fmt/core.h:1523
↓ 2 callers
Function
format_as
include/fmt/format.h:3762
↓ 2 callers
Function
format_as
include/fmt/core.h:276
↓ 2 callers
Function
fwrite_fully
A wrapper around fwrite that throws on error.
include/fmt/format-inl.h:71
↓ 2 callers
Method
get
include/fmt/core.h:2508
↓ 2 callers
Function
get_iterator
include/fmt/core.h:1049
↓ 2 callers
Method
has_separator
include/fmt/format.h:1940
↓ 2 callers
Function
is_integral_type
include/fmt/core.h:559
↓ 2 callers
Function
is_name_start
include/fmt/core.h:2000
↓ 2 callers
Function
is_supported_floating_point
include/fmt/format.h:1071
↓ 2 callers
Method
limit
include/fmt/core.h:825
↓ 2 callers
Function
max_size
include/fmt/core.h:1804
↓ 2 callers
Method
moveToPose
src/lemlib/chassis/motions/moveToPose.cpp:8
↓ 2 callers
Function
multiply
Computes lhs * rhs / pow(2, 64) rounded to nearest with half-up tie breaking.
include/fmt/format.h:1613
↓ 2 callers
Method
on_replacement_field
include/fmt/core.h:2405
↓ 2 callers
Function
parse_arg_id
include/fmt/core.h:2027
↓ 2 callers
Function
parse_dynamic_spec
include/fmt/core.h:2058
↓ 2 callers
Function
parse_nonnegative_int
include/fmt/core.h:1972
↓ 2 callers
Function
parse_replacement_field
include/fmt/core.h:2227
↓ 2 callers
Method
print
include/pros/misc.hpp:304
↓ 2 callers
Method
put
include/fmt/format.h:1056
↓ 2 callers
Function
readElement
* @brief function that returns elements in a file line, separated by a delimeter * * @param input the raw string * @param delimeter string separati
src/lemlib/chassis/motions/pursuit.cpp:21
↓ 2 callers
Function
remove_trailing_zeros
Remove trailing zeros from n and return the number of zeros removed (float)
include/fmt/format-inl.h:1075
↓ 2 callers
Function
stringToHex
* @brief Convert a string to hex * * @param input the string to convert * @return std::string hexadecimal output */
src/lemlib/chassis/motions/pursuit.cpp:45
↓ 2 callers
Method
try_reserve
Tries increasing the buffer capacity to *new_capacity*. It can increase the capacity by a smaller amount than requested but guarantees there is space
include/fmt/core.h:803
↓ 2 callers
Function
umul192_upper128
Computes upper 128 bits of multiplication of a 64-bit unsigned integer and a 128-bit unsigned integer.
include/fmt/format.h:1450
↓ 2 callers
Function
vformat_to
include/fmt/format.h:3963
↓ 2 callers
Function
vprint
include/fmt/format-inl.h:1378
↓ 2 callers
Function
vprint_mojibake
include/fmt/core.h:2450
↓ 2 callers
Method
waitUntil
src/lemlib/chassis/chassis.cpp:108
↓ 2 callers
Function
write_bytes
include/fmt/format.h:1698
↓ 2 callers
Function
write_char
include/fmt/format.h:1849
↓ 2 callers
Function
write_escaped_string
include/fmt/format.h:1822
↓ 1 callers
Method
arcade
src/lemlib/chassis/opcontrol.cpp:19
↓ 1 callers
Method
arg_id
include/fmt/core.h:1606
↓ 1 callers
Method
calibrate
src/lemlib/chassis/chassis.cpp:75
↓ 1 callers
Function
calibrateIMU
* @brief calibrate the IMU given a sensors struct * * @param sensors reference to the sensors struct */
src/lemlib/chassis/chassis.cpp:49
↓ 1 callers
Method
cancelMotion
src/lemlib/chassis/chassis.cpp:140
↓ 1 callers
Function
check_arg_id
Reports an error if using the automatic argument indexing; otherwise switches to the manual indexing. */
include/fmt/core.h:649
↓ 1 callers
Function
circleIntersect
* @brief Function that finds the intersection point between a circle and a line * * @param p1 start point of the line * @param p2 end point of the
src/lemlib/chassis/motions/pursuit.cpp:124
↓ 1 callers
Function
code_point_index
include/fmt/format.h:748
↓ 1 callers
Function
compute_width
include/fmt/format.h:706
↓ 1 callers
Method
deallocate
Deallocate memory allocated by the buffer.
include/fmt/format.h:881
↓ 1 callers
Function
divide_by_10_to_kappa_plus_1
Computes floor(n / 10^(kappa + 1)) (float)
include/fmt/format-inl.h:218
↓ 1 callers
Method
do_map
include/fmt/core.h:1358
↓ 1 callers
Function
do_parse_arg_id
include/fmt/core.h:2005
↓ 1 callers
Function
equal2
include/fmt/format.h:1231
↓ 1 callers
Function
findClosest
* @brief find the closest point on the path to the robot * * @param pose the current pose of the robot * @param path the path to follow * @return
src/lemlib/chassis/motions/pursuit.cpp:99
↓ 1 callers
Function
findLookaheadCurvature
* @brief Get the curvature of a circle that intersects the robot and the lookahead point * * @param pos the position of the robot * @param heading
src/lemlib/chassis/motions/pursuit.cpp:191
↓ 1 callers
Function
find_escape
include/fmt/format.h:1733
↓ 1 callers
Function
floor_log10_pow2_minus_log10_4_over_3
Various fast log computations.
include/fmt/format-inl.h:173
↓ 1 callers
Method
follow
src/lemlib/chassis/motions/pursuit.cpp:204
↓ 1 callers
Function
format
include/fmt/format.h:4064
↓ 1 callers
Function
format_error_code
include/fmt/format-inl.h:42
↓ 1 callers
Function
getColor
src/lemlib/logger/infoSink.cpp:8
↓ 1 callers
Function
getData
* @brief Get a path from the sd card * * @param filePath The file to read from * @return std::vector<lemlib::Pose> vector of points on the path */
src/lemlib/chassis/motions/pursuit.cpp:63
↓ 1 callers
Function
get_data
include/fmt/format.h:549
↓ 1 callers
Function
get_id
include/fmt/core.h:1795
↓ 1 callers
Function
has_named_args
include/fmt/core.h:1735
↓ 1 callers
Method
info
include/lemlib/logger/baseSink.hpp:114
↓ 1 callers
Function
init_named_args
include/fmt/core.h:1095
↓ 1 callers
Method
isInMotion
src/lemlib/chassis/chassis.cpp:151
↓ 1 callers
Function
is_big_endian
include/fmt/format.h:351
↓ 1 callers
Function
is_printable
include/fmt/format-inl.h:1393
↓ 1 callers
Function
lcd_print
* Displays a formatted string on the emulated three-button LCD screen. * * This function uses the following values of errno when an error state is
include/pros/llemu.h:45
↓ 1 callers
Method
lerp
src/lemlib/pose.cpp:30
↓ 1 callers
Function
lookaheadPoint
* @brief returns the lookahead point * * @param lastLookahead - the last lookahead point * @param pose - the current position of the robot * @para
src/lemlib/chassis/motions/pursuit.cpp:158
↓ 1 callers
Method
named_args
include/fmt/core.h:1081
↓ 1 callers
Function
next_arg_id
Reports an error if using the manual argument indexing; otherwise returns the next argument index and switches to the automatic indexing.
include/fmt/core.h:635
↓ 1 callers
Method
num_args
include/fmt/core.h:678
↓ 1 callers
Method
on_auto
include/fmt/core.h:2232
↓ 1 callers
Method
on_format_specs
include/fmt/core.h:2409
↓ 1 callers
Method
on_index
include/fmt/core.h:2234
↓ 1 callers
Method
on_name
include/fmt/core.h:2236
↓ 1 callers
Function
parse_precision
include/fmt/core.h:2076
← previous
next →
101–200 of 622, ranked by callers