MCPcopy Create free account

hub / github.com/OMOTE-Community/OMOTE-Firmware / functions

Functions987 in github.com/OMOTE-Community/OMOTE-Firmware

Functionis_errored
hardware/windows_linux/lib/json/json.hpp:6933
Functionis_primitive
@brief return whether type is primitive @sa https://json.nlohmann.me/api/basic_json/is_primitive/
hardware/windows_linux/lib/json/json.hpp:20603
Functionis_transparent
hardware/windows_linux/lib/json/json.hpp:4194
Functionitems
@brief helper to access iterator member functions in range-based for @sa https://json.nlohmann.me/api/basic_json/items/
hardware/windows_linux/lib/json/json.hpp:22185
Methoditer_impl
hardware/windows_linux/lib/json/json.hpp:12957
Methoditeration_proxy
hardware/windows_linux/lib/json/json.hpp:5313
Methoditeration_proxy_value
hardware/windows_linux/lib/json/json.hpp:5208
Methoditerator_input_adapter
hardware/windows_linux/lib/json/json.hpp:6285
Functioniterator_wrapper
hardware/windows_linux/lib/json/json.hpp:22167
Functionjson_pointer operator/
@brief create a new JSON pointer by appending the right JSON pointer at the end of the left JSON pointer @sa https://json.nlohmann.me/api/json_pointer
hardware/windows_linux/lib/json/json.hpp:13928
Methodjson_ref
hardware/windows_linux/lib/json/json.hpp:14824
Methodjson_reverse_iterator
create reverse iterator from iterator
hardware/windows_linux/lib/json/json.hpp:13678
Methodjson_sax_dom_callback_parser
hardware/windows_linux/lib/json/json.hpp:6993
Functionjson_sax_dom_parser
! @param[in,out] r reference to a JSON value that is manipulated while parsing @param[in] allow_exceptions_ whether p
hardware/windows_linux/lib/json/json.hpp:6813
Functionjson_value
default constructor (for null values)
hardware/windows_linux/lib/json/json.hpp:19745
Functionkb_slider_event_cb
Keyboard Backlight Slider Event handler
src/guis/gui_settings.cpp:28
Functionkey
hardware/windows_linux/lib/json/json.hpp:6878
Methodkey
hardware/windows_linux/lib/json/json.hpp:7068
Methodkey
return the key of an object iterator
hardware/windows_linux/lib/json/json.hpp:13739
MethodkeyStateChanged
The end user can test for any changes in state before deciding if any variables, etc. needs to be updated in their code.
hardware/ESP32/lib/Keypad/src/Keypad.cpp:237
Methodkey_update
hardware/ESP32/lib/Keypad/src/Key.cpp:49
FunctionkeyboardBLE_BLEkeyboardMessage_cb
hardware/ESP32/keyboard_ble_hal_esp32.cpp:58
FunctionkeyboardBLE_forceConnectionToAddress_HAL
hardware/windows_linux/keyboard_ble_hal_windows_linux.cpp:22
FunctionkeyboardBLE_getBonds_HAL
hardware/windows_linux/keyboard_ble_hal_windows_linux.cpp:20
FunctionkeyboardBLE_home
src/applicationInternal/hardware/hardwarePresenter.cpp:222
FunctionkeyboardBLE_isAdvertising_HAL
hardware/windows_linux/keyboard_ble_hal_windows_linux.cpp:30
FunctionkeyboardBLE_isConnected_HAL
hardware/windows_linux/keyboard_ble_hal_windows_linux.cpp:31
FunctionkeyboardBLE_longpress
src/applicationInternal/hardware/hardwarePresenter.cpp:219
FunctionkeyboardBLE_printBonds_HAL
hardware/windows_linux/keyboard_ble_hal_windows_linux.cpp:17
FunctionkeyboardBLE_printConnectedClients_HAL
hardware/windows_linux/keyboard_ble_hal_windows_linux.cpp:13
FunctionkeyboardBLE_shutdown
src/applicationInternal/hardware/hardwarePresenter.cpp:213
FunctionkeyboardBLE_startAdvertisingDirected_HAL
hardware/windows_linux/keyboard_ble_hal_windows_linux.cpp:9
FunctionkeyboardBLE_startAdvertisingWithWhitelist
src/applicationInternal/hardware/hardwarePresenter.cpp:180
Functionkeys_getKeys_HAL
hardware/windows_linux/keypad_keys_hal_windows_linux.cpp:18
Methodlexer
hardware/windows_linux/lib/json/json.hpp:7495
Functionmain
main function as usual in C
src/main.cpp:67
Functionmake_array
hardware/windows_linux/lib/json/json.hpp:3222
Functionmax_size
@brief returns the maximum possible number of elements @sa https://json.nlohmann.me/api/basic_json/max_size/
hardware/windows_linux/lib/json/json.hpp:22286
Functionmerge_patch
@brief applies a JSON Merge Patch @sa https://json.nlohmann.me/api/basic_json/merge_patch/
hardware/windows_linux/lib/json/json.hpp:24424
Functionmotion_threshold_event_cb
motion threshold event handler
src/guis/gui_settings.cpp:62
Functionmqtt_init
hardware/windows_linux/lib/MQTT-C/src/mqtt.c:113
Functionmqtt_loop_HAL
hardware/windows_linux/mqtt_hal_windows_linux.cpp:191
Functionmqtt_mq_clean
hardware/windows_linux/lib/MQTT-C/src/mqtt.c:1640
Functionmqtt_mq_register
hardware/windows_linux/lib/MQTT-C/src/mqtt.c:1625
Functionmqtt_ping
hardware/windows_linux/lib/MQTT-C/src/mqtt.c:446
Functionmqtt_reconnect
hardware/windows_linux/lib/MQTT-C/src/mqtt.c:474
Functionmqtt_unsubscribe
hardware/windows_linux/lib/MQTT-C/src/mqtt.c:419
Methodmul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
hardware/windows_linux/lib/json/json.hpp:16989
Functionmy_disp_flush
Display flushing
hardware/ESP32/lvgl_hal_esp32.cpp:12
Functionmy_disp_flush
Display flushing
hardware/ESP32/boardtest/main_boardtest.cpp:298
Functionmy_touchpad_read
Read the touchpad
hardware/ESP32/lvgl_hal_esp32.cpp:29
Functionmy_touchpad_read
Read the touchpad
hardware/ESP32/boardtest/main_boardtest.cpp:314
Methodname
hardware/windows_linux/lib/json/json.hpp:4387
MethodnextKeyState
Private This function is a state machine but is also used for debouncing the keys.
hardware/ESP32/lib/Keypad/src/Keypad.cpp:165
Methodnext_byte_in_range
! @brief check if the next byte(s) are inside a given range Adds the current byte and, for each passed range, reads a new byte and checks
hardware/windows_linux/lib/json/json.hpp:7589
Methodnonesuch
hardware/windows_linux/lib/json/json.hpp:268
Methodnormalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
hardware/windows_linux/lib/json/json.hpp:17054
Methodnormalize_to
! @brief normalize x such that the result has the exponent E @pre e >= x.e and the upper e - x.e bits of x.f must be zero. */
hardware/windows_linux/lib/json/json.hpp:17071
Functionnotify_tab_before_delete_airconditioner
src/devices_pool/misc/device_airconditioner/gui_airconditioner.cpp:219
Functionnotify_tab_before_delete_appleTV
src/devices/mediaPlayer/device_appleTV/gui_appleTV.cpp:69
Functionnotify_tab_before_delete_blepairing
src/guis/gui_BLEpairing.cpp:241
Functionnotify_tab_before_delete_irReceiver
src/guis/gui_irReceiver.cpp:182
Functionnotify_tab_before_delete_numpad
src/guis/gui_numpad.cpp:90
Functionnotify_tab_before_delete_sceneSelection
src/guis/gui_sceneSelection.cpp:123
Functionnotify_tab_before_delete_settings
src/guis/gui_settings.cpp:279
Functionnotify_tab_before_delete_smarthome
src/devices/misc/device_smarthome/gui_smarthome.cpp:160
Functionnotify_tab_before_delete_yamahaAmp
src/devices/AVreceiver/device_yamahaAmp/gui_yamahaAmp.cpp:38
Functionnull
hardware/windows_linux/lib/json/json.hpp:6824
Methodnull
hardware/windows_linux/lib/json/json.hpp:7008
MethodnumKeys
The number of keys on the key list, key[LIST_MAX], equals the number of bytes in the key list divided by the number of bytes in a Key object.
hardware/ESP32/lib/Keypad/src/Keypad.cpp:243
Functionnumber_float
hardware/windows_linux/lib/json/json.hpp:6848
Methodnumber_float
hardware/windows_linux/lib/json/json.hpp:7032
Functionnumber_integer
hardware/windows_linux/lib/json/json.hpp:6836
Methodnumber_integer
hardware/windows_linux/lib/json/json.hpp:7020
Functionnumber_unsigned
hardware/windows_linux/lib/json/json.hpp:6842
Methodnumber_unsigned
hardware/windows_linux/lib/json/json.hpp:7026
MethodonConnect
hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp:535
MethodonDisconnect
hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp:596
MethodonIdentity
hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp:626
MethodonWrite
hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp:647
Functionoperator "" _json
hardware/windows_linux/lib/json/json.hpp:24472
Functionoperator "" _json_pointer
hardware/windows_linux/lib/json/json.hpp:24484
Functionoperator!=
hardware/windows_linux/lib/json/json.hpp:5931
Methodoperator!=
inequality operator (needed for range-based for)
hardware/windows_linux/lib/json/json.hpp:5257
Functionoperator()
hardware/windows_linux/lib/json/json.hpp:24506
Methodoperator()
hardware/windows_linux/lib/json/json.hpp:5101
Methodoperator()
hardware/windows_linux/lib/json/json.hpp:5802
Methodoperator()
! @brief compare two value_t enum values @since version 3.0.0 */
hardware/windows_linux/lib/json/json.hpp:24520
Methodoperator+
hardware/windows_linux/lib/json/json.hpp:12783
Methodoperator++
hardware/windows_linux/lib/json/json.hpp:5242
Methodoperator++
hardware/windows_linux/lib/json/json.hpp:12801
Methodoperator++
post-increment (it++)
hardware/windows_linux/lib/json/json.hpp:13685
Methodoperator-
hardware/windows_linux/lib/json/json.hpp:12790
Methodoperator-
subtract from iterator
hardware/windows_linux/lib/json/json.hpp:13721
Methodoperator--
hardware/windows_linux/lib/json/json.hpp:12814
Methodoperator--
post-decrement (it--)
hardware/windows_linux/lib/json/json.hpp:13697
Functionoperator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
hardware/windows_linux/lib/json/json.hpp:13192
Methodoperator->
hardware/windows_linux/lib/json/json.hpp:14864
Methodoperator<
hardware/windows_linux/lib/json/json.hpp:12778
Functionoperator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
hardware/windows_linux/lib/json/json.hpp:13417
← previousnext →701–800 of 987, ranked by callers