MCPcopy Create free account

hub / github.com/PerMalmberg/Smooth / functions

Functions1,275 in github.com/PerMalmberg/Smooth

Methodsize
Gets the size of the queue. \return number of items the queue can hold.
lib/smooth/include/smooth/core/ipc/TaskEventQueue.h:75
Methodsize
lib/smooth/include/smooth/core/ipc/mock/ISRTaskEventQueue.h:48
Methodsize
lib/smooth/include/smooth/core/util/DmaFixedBuffer.h:29
Functionsntp_stop
mock-idf/components/lwip/sntp.cpp:11
Methodsoft_reset
Perform a soft reset on the SHT30
lib/smooth/application/io/i2c/SHT30.cpp:102
Functionsplit
\brief Splits the provided string at the found token, excluding the token.
lib/smooth/include/smooth/core/util/string_util.h:63
Functionssl_recv
lib/smooth/include/smooth/core/network/SecureSocket.h:27
Functionssl_send
lib/smooth/include/smooth/core/network/SecureSocket.h:45
Methodstart
lib/smooth/include/smooth/core/network/ServerSocket.h:109
Methodstart
Starts the performance timer.
lib/smooth/include/smooth/core/timer/ElapsedTime.h:29
Methodstart_of_request
test/http_files_upload_test/UploadResponder.cpp:19
Methodstart_service
lib/smooth/core/timer/TimerService.cpp:49
Methodstart_socket
lib/smooth/core/network/SocketDispatcher.cpp:176
Methodstop_internal
lib/smooth/include/smooth/core/network/ServerSocket.h:209
Methodsubscribe
lib/smooth/application/network/mqtt/Subscription.cpp:28
Methodsubscribe
lib/smooth/application/network/mqtt/MqttClient.cpp:123
Methodsuspend_coulomb_counter
Suspend coulomb counter
lib/smooth/application/io/i2c/AxpPMU.cpp:341
Methodsw_reset
Software reset
lib/smooth/application/display/LCDSpi.cpp:116
Functiontcpip_adapter_init
mock-idf/components/tcpip_adapter/tcpip_adapter.cpp:3
Functiontcpip_adapter_set_hostname
mock-idf/components/tcpip_adapter/tcpip_adapter.cpp:5
Methodtick
lib/smooth/core/network/SocketDispatcher.cpp:67
Methodtick
lib/smooth/core/timer/TimerService.cpp:69
Methodtick
lib/smooth/application/network/mqtt/MqttClient.cpp:71
Methodtick
lib/smooth/application/network/mqtt/state/RunState.cpp:24
Methodtick
lib/smooth/application/network/mqtt/state/DisconnectState.cpp:37
Methodtick
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
Methodtick
lib/smooth/include/smooth/application/network/mqtt/state/MqttFSM.h:87
Methodtick
lib/smooth/include/smooth/application/network/mqtt/state/MQTTBaseState.h:56
Methodtick
test/i2c_rtc8563_test/i2c_rtc8563_test.cpp:96
Methodtick
test/spi_4_line_devices_test/spi_4_line_devices_test.cpp:96
Methodtick
test/destructing_event_queues/destructing_event_queues.cpp:71
Methodtick
test/destructing_event_queues/destructing_event_queues.cpp:115
Methodtick
test/security/security.cpp:59
Methodtick
test/hw_sdcard_test/hw_sdcard_test.cpp:83
Methodtick
test/http_server_test/http_server_test.cpp:150
Methodtick
test/logging/logging.cpp:39
Methodtick
test/http_files_upload_test/http_files_upload_test.cpp:153
Methodtick
test/linux_asan_test/linux_asan_test.cpp:31
Methodtick
test/i2c_dht12_test/i2c_dht12_test.cpp:63
Methodtick
test/access_point/access_point.cpp:105
Methodtick
test/starter_example/starter_example.cpp:33
Methodtick
test/starter_example/starter_example.cpp:52
Methodtick
test/hw_wrover_kit_blinky/hw_wrover_kit_blinky.cpp:40
Methodtick
test/secure_socket_test/secure_socket_test.cpp:137
Methodtick
test/hw_spiflash/hw_spiflash.cpp:45
Methodtick
test/hw_jsonfile_test/hw_jsonfile_test.cpp:44
Methodtick
test/destructing_subscribing_event_queues/destructing_subscribing_event_queues.cpp:46
Methodtick
test/destructing_subscribing_event_queues/destructing_subscribing_event_queues.cpp:66
Methodtick
test/destructing_subscribing_event_queues/destructing_subscribing_event_queues.cpp:122
Methodtick
test/sntp/sntp.cpp:56
Methodtick
test/i2c_bme280_test/i2c_bme280_test.cpp:73
Methodtick
test/publish/publish.cpp:44
Methodtick
test/mqtt/mqtt.cpp:72
Methodtick
test/task_event_queue/task_event_queue.cpp:69
Methodtick
test/i2c_sht30_test/i2c_sht30_test.cpp:44
Methodtime
test/security/security.cpp:63
MethodtimeSyncNotificationCallback
lib/smooth/core/sntp/Sntp.cpp:71
Methodto_tick
Convert time to ticks \param ms Time \return Ticks
lib/smooth/include/smooth/core/io/spi/SPIDevice.h:134
Methodto_tick
Convert time to ticks \param ms Time \return Ticks
lib/smooth/include/smooth/core/io/i2c/I2CMasterDevice.h:180
Methodtranslate_method
lib/smooth/application/network/http/HTTPServerClient.cpp:251
Methodtrigger_single_read
lib/smooth/application/io/i2c/ADS1115.cpp:147
Methodturn_heater_off
Turn heater OFF
lib/smooth/application/io/i2c/SHT30.cpp:114
Methodturn_heater_on
Turn heater ON
lib/smooth/application/io/i2c/SHT30.cpp:108
Methodunsubscribe
lib/smooth/application/network/mqtt/Subscription.cpp:61
Methodunsubscribe
lib/smooth/application/network/mqtt/MqttClient.cpp:129
Methodupdate_received_payload
lib/smooth/application/network/http/websocket/WebsocketProtocol.cpp:167
Methodupgrade_to_websocket
lib/smooth/application/network/http/HTTPProtocol.cpp:98
Methodupgrade_to_websocket_internal
lib/smooth/include/smooth/application/network/http/HTTPServerClient.h:102
Methodupgrade_to_websocket_internal
test/secure_socket_test/secure_socket_test.h:69
Methodurl_encoded
test/linux_unit_tests/MIMEParserTest.cpp:79
Methodurl_encoded
test/http_server_test/UploadResponder.cpp:76
Methodurl_encoded
test/http_files_upload_test/UploadResponder.cpp:83
Methodvalidate_time
Validate time
lib/smooth/application/io/i2c/PCF8563.cpp:215
Methodvalidate_year
Validate year
lib/smooth/application/io/i2c/PCF8563.cpp:231
Methodverbose
lib/smooth/include/smooth/core/logging/log.h:139
Methodvisit
lib/smooth/application/network/mqtt/packet/Publish.cpp:66
Methodvisit
lib/smooth/application/network/mqtt/packet/UnsubAck.cpp:23
Methodvisit
lib/smooth/application/network/mqtt/packet/SubAck.cpp:23
Methodvisit
lib/smooth/application/network/mqtt/packet/MQTTPacket.cpp:260
Methodvisit
lib/smooth/application/network/mqtt/packet/PingResp.cpp:23
Methodvisit
lib/smooth/application/network/mqtt/packet/ConnAck.cpp:23
Methodvisit
lib/smooth/application/network/mqtt/packet/Unsubscribe.cpp:24
Methodvisit
lib/smooth/application/network/mqtt/packet/PubRel.cpp:23
Methodvisit
lib/smooth/application/network/mqtt/packet/PubRec.cpp:23
Methodvisit
lib/smooth/application/network/mqtt/packet/PubComp.cpp:23
Methodvisit
lib/smooth/application/network/mqtt/packet/Subscribe.cpp:24
Methodwait_for_send_lines_to_finish
Wait for queued transactions to finish
lib/smooth/application/display/LCDSpi.cpp:311
Methodwait_for_transaction_to_finish
lib/smooth/core/io/spi/SPIDevice.cpp:143
Methodwarning
lib/smooth/include/smooth/core/logging/log.h:103
Methodwebsocket_event
lib/smooth/application/network/http/HTTPServerClient.cpp:353
Methodwifi_event_callback
lib/smooth/core/network/Wifi.cpp:122
Methodwritable
lib/smooth/include/smooth/core/network/SecureSocket.h:197
Methodwritable
lib/smooth/include/smooth/core/network/ServerSocket.h:204
Methodwrite
lib/smooth/core/io/spi/SPIDevice.cpp:98
Methodwrite
Write address and data
lib/smooth/core/io/i2c/I2CMasterDevice.cpp:44
Methodwrite
lib/smooth/application/io/spi/BME280SPI.cpp:81
Methodwrite_command
Write command is required before we can read the data from the SHT30
lib/smooth/application/io/i2c/SHT30.cpp:146
Methodwrite_data
lib/smooth/include/smooth/core/network/Socket.h:378
Methodwrite_data
lib/smooth/include/smooth/core/network/SecureSocket.h:284
Methodwrite_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
← previousnext →1,101–1,200 of 1,275, ranked by callers