MCPcopy Create free account

hub / github.com/bdring/FluidNC / functions

Functions3,268 in github.com/bdring/FluidNC

↓ 274 callersMethodc_str
FluidNC/capture/WString.h:203
↓ 260 callersMethoditem
FluidNC/src/Configuration/Generator.cpp:45
↓ 130 callersMethodsize
FluidNC/src/FileStream.cpp:43
↓ 116 callersMethodlength
FluidNC/capture/WString.h:53
↓ 106 callersFunctionstate_is
FluidNC/src/System.cpp:146
↓ 93 callersMethodend
Finishes the JSON encoding process, closing the unnamed object and returning the encoded string
FluidNC/src/JSONEncoder.cpp:176
↓ 83 callersMethodjoin
wait for worker threads to terminate
fluidterm/fluidterm.py:579
↓ 79 callersFunctionregexMatch
match - search for regular expression anywhere in text Returns true if text contains the regular expression regexp
FluidNC/src/Regexpr.cpp:57
↓ 78 callersMethodmember
Creates a "tag":"value" member from a C-style string
FluidNC/src/JSONEncoder.cpp:233
↓ 77 callersMethodbegin
This version is used for the initial console UART where we do not want to change the pins
FluidNC/src/Uart.cpp:111
↓ 77 callersMethodfind
FluidNC/src/Serial.cpp:175
↓ 76 callersMethodwrite
(self, s)
fluidterm/fluidterm.py:124
↓ 75 callersMethodclear
FluidNC/stdfs/std-dir.cpp:120
↓ 71 callersMethodequals
FluidNC/capture/WString.h:161
↓ 63 callersMethodget
FluidNC/src/Settings.h:199
↓ 59 callersMethodhas
FluidNC/src/Pins/PinAttributes.h:66
↓ 57 callersMethoddecode
Returns 1 if we have a valid sequence, and value is set Returns 0 if we are in the middle of a sequence Returns -1 if there is a sequence error
FluidNC/src/UTF8.cpp:12
↓ 55 callersMethodTokenize
cppcheck-suppress unusedFunction
FluidNC/src/Configuration/Tokenizer.cpp:145
↓ 52 callersMethodsetAttr
FluidNC/src/Pins/ExtPinDetail.cpp:49
↓ 51 callersMethodget
FluidNC/src/Machine/InputPin.h:19
↓ 51 callersMethodprint
FluidNC/capture/Print.cpp:76
↓ 49 callersMethoddefined
FluidNC/src/Machine/SPIBus.cpp:71
↓ 49 callersMethodsuspend
FluidNC/src/System.h:124
↓ 48 callersMethodkey
FluidNC/src/WebUI/HttpCommand.cpp:165
↓ 47 callersFunctionmake_error_code
FluidNC/src/FluidError.cpp:19
↓ 46 callersMethodis
FluidNC/src/Configuration/Parser.cpp:19
↓ 45 callersFunctionprotocol_send_event
FluidNC/src/Protocol.h:110
↓ 44 callersMethodname
Name is required for the configuration factory to work.
FluidNC/src/Motors/MotorDriver.h:75
↓ 42 callersMethodid_value_object
id, value objects are used extensively by WebUI ESP420 so it is worthwhile to have helper routines for them.
FluidNC/src/JSONEncoder.cpp:281
↓ 39 callersMethodsynchronousWrite
cppcheck-suppress unusedFunction
FluidNC/src/Pins/PinDetail.cpp:13
↓ 38 callersFunctionequal_ignore_case
cppcheck-suppress unusedFunction
FluidNC/src/string_util.cpp:15
↓ 38 callersFunctionfrom_decimal
FluidNC/src/string_util.cpp:76
↓ 38 callersMethodname
Name is required for the configuration factory to work.
FluidNC/src/Spindles/Spindle.h:95
↓ 37 callersMethodwrite
FluidNC/src/Uart.cpp:166
↓ 36 callersMethodbegin
FluidNC/src/Pins/PinOptionsParser.h:62
↓ 35 callersMethodinit
FluidNC/src/OLED.cpp:67
↓ 35 callersMethodregistersUsed
FluidNC/test/Extender/I2CExtenderTests.cpp:158
↓ 35 callersFunctionstarts_with_ignore_case
cppcheck-suppress unusedFunction
FluidNC/src/string_util.cpp:20
↓ 34 callersFunctionIP_string
FluidNC/src/NutsBolts.cpp:254
↓ 34 callersMethodread
FluidNC/src/Uart.cpp:152
↓ 34 callersFunctiontrim
FluidNC/src/NutsBolts.cpp:198
↓ 33 callersMethodunlock
FluidNC/capture/freertos/FreeRTOS.h:19
↓ 33 callersMethodvalue
FluidNC/src/WebUI/HttpCommand.cpp:173
↓ 32 callersFunctiononeclock
FluidNC/esp32/esp32s3/i2s_engine_dedicated.c:56
↓ 32 callersMethodstring
FluidNC/src/JSONEncoder.cpp:133
↓ 31 callersFunctionset_state
FluidNC/src/System.cpp:143
↓ 30 callersFunctionto_hex
FluidNC/src/NutsBolts.cpp:216
↓ 29 callersMethodabort
FluidNC/src/Job.cpp:55
↓ 29 callersMethodname
FluidNC/src/Pin.h:144
↓ 29 callersMethodsetAttr
FluidNC/src/Pin.h:130
↓ 28 callersMethodaddf
add to _gcode using a printf style formatting like _macro.addf("G53G0Z%0.3f", _safe_z);
FluidNC/src/Macro.h:19
↓ 28 callersMethodread
FluidNC/test/Pins/GPIO.cpp:23
↓ 27 callersMethodend
FluidNC/src/Pins/PinOptionsParser.h:63
↓ 26 callersMethodend_object
Ends an object with }.
FluidNC/src/JSONEncoder.cpp:226
↓ 26 callersMethodon
FluidNC/src/Pin.h:134
↓ 25 callersFunctionhandle
nvs_open() does not work when the NVS constructor is first called, so we have to do it later.
FluidNC/esp32/nvs.cpp:12
↓ 25 callersMethodlock
FluidNC/capture/freertos/FreeRTOS.h:14
↓ 25 callersFunctionmillis
FluidNC/capture/freertos/task.cpp:42
↓ 24 callersFunctioncopyAxes
FluidNC/src/Machine/MachineConfig.h:133
↓ 24 callersMethodencode
cppcheck-suppress unusedFunction
FluidNC/src/UTF8.cpp:88
↓ 24 callersMethodundefined
FluidNC/src/Pin.h:102
↓ 23 callersFunctiondelay_ms
FluidNC/src/NutsBolts.cpp:104
↓ 23 callersMethodprintf
FluidNC/capture/Print.cpp:47
↓ 23 callersMethodreplace
modification
FluidNC/capture/WString.h:232
↓ 23 callersMethodsection
FluidNC/src/Configuration/HandlerBase.h:69
↓ 22 callersMethoderase
FluidNC/src/Macro.h:14
↓ 22 callersFunctionfrom_hex
FluidNC/src/string_util.cpp:60
↓ 22 callersFunctionsplit_prefix
FluidNC/src/string_util.cpp:123
↓ 22 callersFunctionxTaskGetTickCount
FluidNC/capture/freertos/task.cpp:36
↓ 21 callersFunctionfrom_float
FluidNC/src/string_util.cpp:100
↓ 20 callersFunction_outbyte
FluidNC/src/xmodem.cpp:45
↓ 19 callersFunctionformatBytes
FluidNC/src/NutsBolts.cpp:222
↓ 19 callersFunctiongc_ovr_changed
FluidNC/src/GCode.cpp:226
↓ 19 callersFunctionkey_description
generate a readable description for a key
fluidterm/fluidterm.py:56
↓ 19 callersMethodstringValue
cppcheck-suppress unusedFunction
FluidNC/src/Configuration/Parser.cpp:37
↓ 18 callersMethodclaim
FluidNC/src/Extenders/I2CPinExtenderBase.cpp:14
↓ 18 callersFunctionencode_test
FluidNC/src/UTF8.cpp:133
↓ 18 callersFunctionexists
Support functions for gpio_dump
FluidNC/esp32/esp32/gpio_dump.cpp:9
↓ 18 callersMethodrun
FluidNC/src/Event.h:32
↓ 17 callersMethoddefined
FluidNC/src/Pin.h:103
↓ 17 callersMethodmaxDuty
FluidNC/src/Pins/ChannelPinDetail.cpp:42
↓ 17 callersFunctionprotocol_buffer_synchronize
Block until all buffered steps are executed or in a cycle state. Works with feed hold during a synchronize call, if it should happen. Also, waits for
FluidNC/src/Protocol.cpp:319
↓ 17 callersMethodreadPin
FluidNC/src/Extenders/I2CPinExtenderBase.cpp:198
↓ 16 callersMethodgetName
FluidNC/src/Settings.h:74
↓ 16 callersMethodgetNative
External libraries normally use digitalWrite, digitalRead and setMode. Since we cannot handle that behavior, we just give back the pinnum_t for getNat
FluidNC/src/Pin.h:107
↓ 16 callersMethodis
cppcheck-suppress unusedFunction
FluidNC/src/Pins/PinOptionsParser.cpp:43
↓ 16 callersMethodoff
FluidNC/src/Pin.h:135
↓ 16 callersMethodset_suspend
FluidNC/src/System.h:125
↓ 15 callersFunctionmyMap
FluidNC/tests/UtilityTest.cpp:73
↓ 15 callersMethodpath
FluidNC/src/FileStream.cpp:7
↓ 15 callersFunctionsend_alarm
FluidNC/src/Protocol.cpp:1236
↓ 15 callersMethodstate
FluidNC/src/System.h:108
↓ 14 callersMethodbegin_array
Starts an array with "tag":[
FluidNC/src/JSONEncoder.cpp:193
↓ 14 callersMethodbegin_webui
Creates a WebUI configuration item specification from a value passed in as a C-style string.
FluidNC/src/JSONEncoder.cpp:251
↓ 14 callersMethoddump_port_settings
Write current settings to sys.stderr
fluidterm/fluidterm.py:607
↓ 14 callersMethodgroup
FluidNC/src/Machine/Axes.cpp:166
↓ 14 callersFunctionmyConstrain
FluidNC/tests/UtilityTest.cpp:12
↓ 14 callersMethodsend_json_response
Send a JSON response
examples/http_command/http_command_server.py:349
↓ 13 callersFunctionWait4Answer
FluidNC/src/WebUI/NotificationsService.cpp:121
↓ 13 callersMethodbegin
FluidNC/capture/WString.h:204
next →1–100 of 3,268, ranked by callers