MCPcopy Create free account

hub / github.com/PerMalmberg/Smooth / functions

Functions1,275 in github.com/PerMalmberg/Smooth

Methodis_backed_off
lib/smooth/core/network/SocketDispatcher.cpp:376
Methodis_buffer_allocated
Checks to see if buffer has been allocated \return Returns true if buffer is allocated; false if buffer is not allocted (no space on heap)
lib/smooth/include/smooth/core/io/spi/SpiDmaFixedBuffer.h:47
Methodis_checksum_valid
Is the checksum valid
lib/smooth/application/io/i2c/DHT12.cpp:38
Methodis_complete
lib/smooth/application/network/http/regular/RegularHTTPProtocol.cpp:151
Methodis_complete
lib/smooth/application/network/http/websocket/WebsocketProtocol.cpp:189
Methodis_complete
lib/smooth/application/network/mqtt/packet/MQTTProtocol.cpp:135
Methodis_complete
test/server_socket_test/StreamingProtocol.h:48
Methodis_complete
test/secure_server_socket_test/StreamingProtocol.h:48
Methodis_connected
Returns a value indicating of the client is connected on a socket-level or not \return true or false
lib/smooth/include/smooth/application/network/mqtt/MqttClient.h:128
Methodis_connected_to_ap
lib/smooth/core/network/Wifi.cpp:117
Methodis_crlf
lib/smooth/application/network/http/regular/MIMEParser.cpp:276
Methodis_data_masked
lib/smooth/application/network/http/websocket/WebsocketProtocol.cpp:179
Functionis_directory
lib/smooth/core/filesystem/filesystem.cpp:67
Methodis_empty
lib/smooth/include/smooth/core/util/CircularBuffer.h:73
Methodis_error
lib/smooth/application/network/http/HTTPProtocol.cpp:68
Methodis_error
lib/smooth/application/network/http/regular/RegularHTTPProtocol.cpp:164
Methodis_error
lib/smooth/application/network/http/websocket/WebsocketProtocol.cpp:201
Methodis_error
lib/smooth/application/network/mqtt/packet/MQTTProtocol.cpp:140
Methodis_error
test/server_socket_test/StreamingProtocol.h:53
Methodis_error
test/secure_server_socket_test/StreamingProtocol.h:53
Methodis_fd_set
lib/smooth/core/network/SocketDispatcher.cpp:366
Methodis_first
Returns true during the first call to request()
lib/smooth/include/smooth/application/network/http/regular/HTTPRequestHandler.h:73
Methodis_full
lib/smooth/include/smooth/core/util/CircularBuffer.h:78
Methodis_handshake_complete
lib/smooth/include/smooth/core/network/SecureSocket.h:331
Methodis_in_progress
lib/smooth/include/smooth/core/network/PacketReceiveBuffer.h:107
Methodis_last
Returns true during the last call to request()
lib/smooth/include/smooth/application/network/http/regular/HTTPRequestHandler.h:76
Methodis_server
lib/smooth/include/smooth/core/network/ServerSocket.h:63
Methodis_session_present
lib/smooth/include/smooth/application/network/mqtt/packet/ConnAck.h:43
Methodis_too_big
lib/smooth/include/smooth/application/network/mqtt/packet/MQTTPacket.h:60
Methodisr_d0
lib/smooth/application/io/wiegand/Wiegand.cpp:121
Methodisr_d1
lib/smooth/application/io/wiegand/Wiegand.cpp:128
Methodleave_state
test/linux_unit_tests/FSMTest.cpp:39
Methodleaving_state
Called as a notification to the subclassing FSM before the current state is left. \param state The current state
lib/smooth/include/smooth/core/fsm/StaticFSM.h:66
Methodleaving_state
lib/smooth/include/smooth/application/network/mqtt/state/MqttFSM.h:81
Methodload_certificate
lib/smooth/core/network/MbedTLSContext.cpp:182
Methodlog
lib/smooth/core/network/CommonSocket.cpp:63
Methodlog
lib/smooth/include/smooth/core/logging/log.h:49
Methodlog_error
Log the error
lib/smooth/core/io/i2c/I2CMasterDevice.cpp:314
Methodloge
lib/smooth/core/network/CommonSocket.cpp:74
Methodmax_concurrently_opened
lib/smooth/core/filesystem/FSLock.cpp:74
Functionmbedtls_debug
lib/smooth/core/network/MbedTLSContext.cpp:39
Methodminimum_delay_after_reconfigure
lib/smooth/application/io/i2c/ADS1115.cpp:154
Methodname
test/linux_unit_tests/FSMTest.cpp:88
Methodneeds_tls_transfer
lib/smooth/include/smooth/core/network/SecureSocket.h:128
Methodnext_pos
lib/smooth/include/smooth/core/util/CircularBuffer.h:105
Methodnumber_of_days_in_month
The number of days in the month
lib/smooth/application/io/i2c/PCF8563.cpp:93
Methodopen_files
lib/smooth/core/filesystem/FSLock.cpp:38
Functionoperator delete
lib/smooth/include/smooth/core/fsm/StaticFSM.h:135
Functionoperator new
lib/smooth/include/smooth/core/fsm/StaticFSM.h:128
Methodoperator!=
lib/smooth/core/io/Input.cpp:54
Methodoperator!=
lib/smooth/core/io/Output.cpp:71
Methodoperator!=
lib/smooth/core/filesystem/Path.cpp:52
Methodoperator()
lib/smooth/include/smooth/application/network/mqtt/MQTTProtocolDefinitions.h:48
Methodoperator*
lib/smooth/include/smooth/core/filesystem/MountPoint.h:58
Methodoperator->
lib/smooth/core/timer/Timer.cpp:117
Methodoperator/
lib/smooth/include/smooth/core/filesystem/Path.h:50
Methodoperator=
lib/smooth/include/smooth/core/network/IPacketReceiveBuffer.h:38
Methodoperator==
lib/smooth/core/io/Input.cpp:49
Methodoperator==
lib/smooth/core/io/Output.cpp:66
Methodoperator==
lib/smooth/core/filesystem/Path.cpp:42
Methodpacket_consumed
lib/smooth/application/network/http/regular/RegularHTTPProtocol.cpp:252
Methodpacket_consumed
lib/smooth/application/network/http/websocket/WebsocketProtocol.cpp:206
Methodpacket_consumed
lib/smooth/application/network/mqtt/packet/MQTTProtocol.cpp:150
Methodpacket_consumed
test/server_socket_test/StreamingProtocol.h:59
Methodpacket_consumed
test/secure_server_socket_test/StreamingProtocol.h:59
Methodparse
lib/smooth/application/network/http/regular/MIMEParser.cpp:110
Methodparse
lib/smooth/include/smooth/application/network/http/regular/MIMEParser.h:74
Methodparse_content_disposition
lib/smooth/application/network/http/regular/MIMEParser.cpp:327
Methodparse_url
lib/smooth/application/network/http/HTTPServerClient.cpp:92
Methodpoll
lib/smooth/include/smooth/core/ipc/mock/ISRTaskEventQueue.h:57
Methodpolling_write
lib/smooth/core/io/spi/SPIDevice.cpp:113
Methodpost_transmission_action
Post Transmission Action The operations that need to be performed after the spi transaction has ended
lib/smooth/include/smooth/application/display/LCDSpi.h:160
Methodpost_transmission_action
Post Transmission Action The operations that need to be performed after the spi transaction has ended
lib/smooth/include/smooth/application/io/spi/BME280SPI.h:119
Methodpost_transmission_callback
lib/smooth/core/io/spi/SPIDevice.cpp:168
Methodpre_transmission_action
Pre Transmission Action The operations that need to be performed before the spi transaction is started
lib/smooth/include/smooth/application/display/LCDSpi.h:152
Methodpre_transmission_action
Pre Transmission Action The operations that need to be performed before the spi transaction is started
lib/smooth/include/smooth/application/io/spi/BME280SPI.h:113
Methodpre_transmission_callback
lib/smooth/core/io/spi/SPIDevice.cpp:157
Methodprepare_pins_for_cmd_transaction
Prepare pins for command transaction
lib/smooth/application/display/LCDSpi.cpp:219
Methodprepare_pins_for_data_transaction
Prepare pins for data transaction
lib/smooth/application/display/LCDSpi.cpp:227
Methodprint_display_parameters
test/spi_4_line_devices_test/spi_4_line_devices_test.cpp:213
Methodprint_sensor_measurements
test/i2c_dht12_test/i2c_dht12_test.cpp:96
Methodprint_sensor_measurements
test/i2c_sht30_test/i2c_sht30_test.cpp:75
Methodprint_thp_sensor_configuration
test/spi_4_line_devices_test/spi_4_line_devices_test.cpp:238
Methodprint_thp_sensor_configuration
test/i2c_bme280_test/i2c_bme280_test.cpp:145
Methodprint_thp_sensor_id
test/spi_4_line_devices_test/spi_4_line_devices_test.cpp:260
Methodprint_thp_sensor_id
test/i2c_bme280_test/i2c_bme280_test.cpp:167
Methodprint_thp_sensor_measurements
test/spi_4_line_devices_test/spi_4_line_devices_test.cpp:226
Methodprint_thp_sensor_measurements
test/i2c_bme280_test/i2c_bme280_test.cpp:133
Methodprint_time
test/sntp/sntp.cpp:62
Methodpublish
lib/smooth/application/network/mqtt/Publication.cpp:39
Methodpublish
lib/smooth/application/network/mqtt/MqttClient.cpp:106
Methodpublish
lib/smooth/include/smooth/core/ipc/Publisher.h:36
Methodpublish_connected_status
lib/smooth/include/smooth/core/network/ServerSocket.h:83
Methodpublish_status
lib/smooth/core/network/Wifi.cpp:334
Methodpublish_sync_event
lib/smooth/core/sntp/Sntp.cpp:77
Methodput_device_into_known_state
lib/smooth/application/io/i2c/MCP23017.cpp:35
Functionqueue
lib/smooth/core/io/InterruptInput.cpp:38
Methodqueue_transaction
lib/smooth/core/io/spi/SPIDevice.cpp:128
Methodread
Write address and 8 bit slave register followed by write read address and read data NOTE: This function does not support slave clock-stretching
lib/smooth/core/io/i2c/I2CMasterDevice.cpp:73
Methodread
lib/smooth/core/filesystem/File.cpp:34
← previousnext →901–1,000 of 1,275, ranked by callers