Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerMalmberg/Smooth
/ functions
Functions
1,275 in github.com/PerMalmberg/Smooth
⨍
Functions
1,275
◇
Types & classes
325
Method
size
Gets the size of the queue. \return number of items the queue can hold.
lib/smooth/include/smooth/core/ipc/TaskEventQueue.h:75
Method
size
lib/smooth/include/smooth/core/ipc/mock/ISRTaskEventQueue.h:48
Method
size
lib/smooth/include/smooth/core/util/DmaFixedBuffer.h:29
Function
sntp_stop
mock-idf/components/lwip/sntp.cpp:11
Method
soft_reset
Perform a soft reset on the SHT30
lib/smooth/application/io/i2c/SHT30.cpp:102
Function
split
\brief Splits the provided string at the found token, excluding the token.
lib/smooth/include/smooth/core/util/string_util.h:63
Function
ssl_recv
lib/smooth/include/smooth/core/network/SecureSocket.h:27
Function
ssl_send
lib/smooth/include/smooth/core/network/SecureSocket.h:45
Method
start
lib/smooth/include/smooth/core/network/ServerSocket.h:109
Method
start
Starts the performance timer.
lib/smooth/include/smooth/core/timer/ElapsedTime.h:29
Method
start_of_request
test/http_files_upload_test/UploadResponder.cpp:19
Method
start_service
lib/smooth/core/timer/TimerService.cpp:49
Method
start_socket
lib/smooth/core/network/SocketDispatcher.cpp:176
Method
stop_internal
lib/smooth/include/smooth/core/network/ServerSocket.h:209
Method
subscribe
lib/smooth/application/network/mqtt/Subscription.cpp:28
Method
subscribe
lib/smooth/application/network/mqtt/MqttClient.cpp:123
Method
suspend_coulomb_counter
Suspend coulomb counter
lib/smooth/application/io/i2c/AxpPMU.cpp:341
Method
sw_reset
Software reset
lib/smooth/application/display/LCDSpi.cpp:116
Function
tcpip_adapter_init
mock-idf/components/tcpip_adapter/tcpip_adapter.cpp:3
Function
tcpip_adapter_set_hostname
mock-idf/components/tcpip_adapter/tcpip_adapter.cpp:5
Method
tick
lib/smooth/core/network/SocketDispatcher.cpp:67
Method
tick
lib/smooth/core/timer/TimerService.cpp:69
Method
tick
lib/smooth/application/network/mqtt/MqttClient.cpp:71
Method
tick
lib/smooth/application/network/mqtt/state/RunState.cpp:24
Method
tick
lib/smooth/application/network/mqtt/state/DisconnectState.cpp:37
Method
tick
The tick() method is where the task shall perform its work. It is called every 'tick_interval' when there no events available. Note that if there is a
lib/smooth/include/smooth/core/Task.h:101
Method
tick
lib/smooth/include/smooth/application/network/mqtt/state/MqttFSM.h:87
Method
tick
lib/smooth/include/smooth/application/network/mqtt/state/MQTTBaseState.h:56
Method
tick
test/i2c_rtc8563_test/i2c_rtc8563_test.cpp:96
Method
tick
test/spi_4_line_devices_test/spi_4_line_devices_test.cpp:96
Method
tick
test/destructing_event_queues/destructing_event_queues.cpp:71
Method
tick
test/destructing_event_queues/destructing_event_queues.cpp:115
Method
tick
test/security/security.cpp:59
Method
tick
test/hw_sdcard_test/hw_sdcard_test.cpp:83
Method
tick
test/http_server_test/http_server_test.cpp:150
Method
tick
test/logging/logging.cpp:39
Method
tick
test/http_files_upload_test/http_files_upload_test.cpp:153
Method
tick
test/linux_asan_test/linux_asan_test.cpp:31
Method
tick
test/i2c_dht12_test/i2c_dht12_test.cpp:63
Method
tick
test/access_point/access_point.cpp:105
Method
tick
test/starter_example/starter_example.cpp:33
Method
tick
test/starter_example/starter_example.cpp:52
Method
tick
test/hw_wrover_kit_blinky/hw_wrover_kit_blinky.cpp:40
Method
tick
test/secure_socket_test/secure_socket_test.cpp:137
Method
tick
test/hw_spiflash/hw_spiflash.cpp:45
Method
tick
test/hw_jsonfile_test/hw_jsonfile_test.cpp:44
Method
tick
test/destructing_subscribing_event_queues/destructing_subscribing_event_queues.cpp:46
Method
tick
test/destructing_subscribing_event_queues/destructing_subscribing_event_queues.cpp:66
Method
tick
test/destructing_subscribing_event_queues/destructing_subscribing_event_queues.cpp:122
Method
tick
test/sntp/sntp.cpp:56
Method
tick
test/i2c_bme280_test/i2c_bme280_test.cpp:73
Method
tick
test/publish/publish.cpp:44
Method
tick
test/mqtt/mqtt.cpp:72
Method
tick
test/task_event_queue/task_event_queue.cpp:69
Method
tick
test/i2c_sht30_test/i2c_sht30_test.cpp:44
Method
time
test/security/security.cpp:63
Method
timeSyncNotificationCallback
lib/smooth/core/sntp/Sntp.cpp:71
Method
to_tick
Convert time to ticks \param ms Time \return Ticks
lib/smooth/include/smooth/core/io/spi/SPIDevice.h:134
Method
to_tick
Convert time to ticks \param ms Time \return Ticks
lib/smooth/include/smooth/core/io/i2c/I2CMasterDevice.h:180
Method
translate_method
lib/smooth/application/network/http/HTTPServerClient.cpp:251
Method
trigger_single_read
lib/smooth/application/io/i2c/ADS1115.cpp:147
Method
turn_heater_off
Turn heater OFF
lib/smooth/application/io/i2c/SHT30.cpp:114
Method
turn_heater_on
Turn heater ON
lib/smooth/application/io/i2c/SHT30.cpp:108
Method
unsubscribe
lib/smooth/application/network/mqtt/Subscription.cpp:61
Method
unsubscribe
lib/smooth/application/network/mqtt/MqttClient.cpp:129
Method
update_received_payload
lib/smooth/application/network/http/websocket/WebsocketProtocol.cpp:167
Method
upgrade_to_websocket
lib/smooth/application/network/http/HTTPProtocol.cpp:98
Method
upgrade_to_websocket_internal
lib/smooth/include/smooth/application/network/http/HTTPServerClient.h:102
Method
upgrade_to_websocket_internal
test/secure_socket_test/secure_socket_test.h:69
Method
url_encoded
test/linux_unit_tests/MIMEParserTest.cpp:79
Method
url_encoded
test/http_server_test/UploadResponder.cpp:76
Method
url_encoded
test/http_files_upload_test/UploadResponder.cpp:83
Method
validate_time
Validate time
lib/smooth/application/io/i2c/PCF8563.cpp:215
Method
validate_year
Validate year
lib/smooth/application/io/i2c/PCF8563.cpp:231
Method
verbose
lib/smooth/include/smooth/core/logging/log.h:139
Method
visit
lib/smooth/application/network/mqtt/packet/Publish.cpp:66
Method
visit
lib/smooth/application/network/mqtt/packet/UnsubAck.cpp:23
Method
visit
lib/smooth/application/network/mqtt/packet/SubAck.cpp:23
Method
visit
lib/smooth/application/network/mqtt/packet/MQTTPacket.cpp:260
Method
visit
lib/smooth/application/network/mqtt/packet/PingResp.cpp:23
Method
visit
lib/smooth/application/network/mqtt/packet/ConnAck.cpp:23
Method
visit
lib/smooth/application/network/mqtt/packet/Unsubscribe.cpp:24
Method
visit
lib/smooth/application/network/mqtt/packet/PubRel.cpp:23
Method
visit
lib/smooth/application/network/mqtt/packet/PubRec.cpp:23
Method
visit
lib/smooth/application/network/mqtt/packet/PubComp.cpp:23
Method
visit
lib/smooth/application/network/mqtt/packet/Subscribe.cpp:24
Method
wait_for_send_lines_to_finish
Wait for queued transactions to finish
lib/smooth/application/display/LCDSpi.cpp:311
Method
wait_for_transaction_to_finish
lib/smooth/core/io/spi/SPIDevice.cpp:143
Method
warning
lib/smooth/include/smooth/core/logging/log.h:103
Method
websocket_event
lib/smooth/application/network/http/HTTPServerClient.cpp:353
Method
wifi_event_callback
lib/smooth/core/network/Wifi.cpp:122
Method
writable
lib/smooth/include/smooth/core/network/SecureSocket.h:197
Method
writable
lib/smooth/include/smooth/core/network/ServerSocket.h:204
Method
write
lib/smooth/core/io/spi/SPIDevice.cpp:98
Method
write
Write address and data
lib/smooth/core/io/i2c/I2CMasterDevice.cpp:44
Method
write
lib/smooth/application/io/spi/BME280SPI.cpp:81
Method
write_command
Write command is required before we can read the data from the SHT30
lib/smooth/application/io/i2c/SHT30.cpp:146
Method
write_data
lib/smooth/include/smooth/core/network/Socket.h:378
Method
write_data
lib/smooth/include/smooth/core/network/SecureSocket.h:284
Method
write_device_select
Write device select; this write is required before we can read the data from the DHT12
lib/smooth/application/io/i2c/DHT12.cpp:47
← previous
next →
1,101–1,200 of 1,275, ranked by callers