MCPcopy Create free account

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

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

↓ 1 callersFunctionto_cbor
@brief create a CBOR serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_cbor/
hardware/windows_linux/lib/json/json.hpp:23548
↓ 1 callersFunctionto_json_tuple_impl
hardware/windows_linux/lib/json/json.hpp:5780
↓ 1 callersFunctiontype
@brief return the type of the JSON value (explicit) @sa https://json.nlohmann.me/api/basic_json/type/
hardware/windows_linux/lib/json/json.hpp:20596
↓ 1 callersFunctionunescape
hardware/windows_linux/lib/json/json.hpp:3005
↓ 1 callersFunctionupdateBatteryStatusOnGUI
--- regularly update hardware values and update GUI, used by "main.cpp" ----
src/applicationInternal/gui/guiStatusUpdate.cpp:8
↓ 1 callersFunctionupdateHardwareStatusAndShowOnGUI
update user_led, battery, BLE, memoryUsage on GUI
src/applicationInternal/gui/guiStatusUpdate.cpp:84
↓ 1 callersFunctionupdateKeyboardBLEstatusOnGUI
src/applicationInternal/gui/guiStatusUpdate.cpp:61
↓ 1 callersFunctionupdate_backlightBrightness
--- tft --------------------------------------------------------------------
src/applicationInternal/hardware/hardwarePresenter.cpp:237
↓ 1 callersFunctionupdate_backlightBrightness_HAL
hardware/ESP32/tft_hal_esp32.cpp:156
↓ 1 callersFunctionupdate_keyboardBrightness
src/applicationInternal/hardware/hardwarePresenter.cpp:129
↓ 1 callersFunctionupdate_keyboardBrightness_HAL
hardware/ESP32/keypad_keys_hal_esp32.cpp:227
↓ 1 callersFunctionupdate_userled
src/applicationInternal/hardware/hardwarePresenter.cpp:58
↓ 1 callersFunctionupdate_userled_HAL
hardware/ESP32/user_led_hal_esp32.cpp:14
↓ 1 callersFunctionvalue
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
hardware/windows_linux/lib/json/json.hpp:13606
FunctionBLEpairing_dropdown_cb
src/guis/gui_BLEpairing.cpp:136
FunctionBLEpairing_event_cb
src/guis/gui_BLEpairing.cpp:83
MethodBleKeyboard
hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp:98
FunctionIRReceiverOnSetting_event_cb
IR receiver on Switch Event handler
src/guis/gui_irReceiver.cpp:95
FunctionJSON_CATCH
hardware/windows_linux/lib/json/json.hpp:20000
FunctionJSON_INTERNAL_CATCH
hardware/windows_linux/lib/json/json.hpp:21639
MethodKey
default constructor
hardware/ESP32/lib/Keypad/src/Key.cpp:34
MethodKeypad
<<constructor>> Allows custom keymap, pin configuration, and keypad sizes.
hardware/ESP32/lib/Keypad/src/Keypad.cpp:35
MethodLGFX
hardware/ESP32/tft_hal_esp32.cpp:44
MethodLGFX
hardware/ESP32/boardtest/main_boardtest.cpp:163
FunctionWakeEnableSetting_event_cb
Wakeup by IMU Switch Event handler
src/guis/gui_settings.cpp:38
FunctionWiFiEvent
WiFi status event
hardware/ESP32/mqtt_hal_esp32.cpp:30
FunctionWiFiEvent
WiFi status event
hardware/ESP32/boardtest/main_boardtest.cpp:512
Functionaccept
hardware/windows_linux/lib/json/json.hpp:23357
Functionactivate_scene_cb
void activate_scene_async(void *command) { executeCommand(activate_scene_command); }
src/guis/gui_sceneSelection.cpp:15
MethodaddEventListener
hardware/ESP32/lib/Keypad/src/Keypad.cpp:256
MethodadvertiseAndWaitForConnection
hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp:873
FunctionairConditioner_dropdown_cb
src/devices_pool/misc/device_airconditioner/gui_airconditioner.cpp:110
FunctionairConditioner_event_cb
src/devices_pool/misc/device_airconditioner/gui_airconditioner.cpp:33
FunctionappleKey_event_cb
Apple Key Event handler
src/devices/mediaPlayer/device_appleTV/gui_appleTV.cpp:17
Functionback
@brief access the last element @sa https://json.nlohmann.me/api/basic_json/back/
hardware/windows_linux/lib/json/json.hpp:21710
Functionbasic_json array
@brief explicitly create an array from an initializer list @sa https://json.nlohmann.me/api/basic_json/array/
hardware/windows_linux/lib/json/json.hpp:20306
Functionbasic_json binary
@brief explicitly create a binary array (without subtype) @sa https://json.nlohmann.me/api/basic_json/binary/
hardware/windows_linux/lib/json/json.hpp:20262
Functionbasic_json diff
@brief creates a diff as a JSON patch @sa https://json.nlohmann.me/api/basic_json/diff/
hardware/windows_linux/lib/json/json.hpp:24281
Functionbasic_json from_bjdata
hardware/windows_linux/lib/json/json.hpp:23829
Functionbasic_json from_bson
hardware/windows_linux/lib/json/json.hpp:23859
Functionbasic_json from_cbor
hardware/windows_linux/lib/json/json.hpp:23663
Functionbasic_json from_msgpack
hardware/windows_linux/lib/json/json.hpp:23721
Functionbasic_json from_ubjson
hardware/windows_linux/lib/json/json.hpp:23775
Functionbasic_json meta
@brief returns version information on the library @sa https://json.nlohmann.me/api/basic_json/meta/
hardware/windows_linux/lib/json/json.hpp:19549
Functionbasic_json object
@brief explicitly create an object from an initializer list @sa https://json.nlohmann.me/api/basic_json/object/
hardware/windows_linux/lib/json/json.hpp:20314
Functionbasic_json parse
hardware/windows_linux/lib/json/json.hpp:23316
Functionbinary
hardware/windows_linux/lib/json/json.hpp:6860
Methodbinary
hardware/windows_linux/lib/json/json.hpp:7044
Methodbinary_reader
! @brief create a binary reader @param[in] adapter input adapter to read from */
hardware/windows_linux/lib/json/json.hpp:9228
Methodbinary_writer
! @brief create a binary writer @param[in] adapter output adapter to write to */
hardware/windows_linux/lib/json/json.hpp:15090
Methodbit_reverse
Reverse the order of bits in a byte. I.e. MSB is swapped with LSB, etc.
src/devices_pool/misc/device_airconditioner/device_airconditioner.cpp:264
Functionbl_slider_event_cb
Display Backlight Slider Event handler
src/guis/gui_settings.cpp:18
Functionboolean
hardware/windows_linux/lib/json/json.hpp:6830
Methodboolean
hardware/windows_linux/lib/json/json.hpp:7014
Functionbutton_clicked_event_cb
src/devices/AVreceiver/device_yamahaAmp/gui_yamahaAmp.cpp:8
Methodcalc_bson_array_size
! @return The size of the BSON-encoded array @a value */
hardware/windows_linux/lib/json/json.hpp:16146
Methodcalc_bson_binary_size
! @return The size of the BSON-encoded binary array @a value */
hardware/windows_linux/lib/json/json.hpp:16161
Methodcalc_bson_element_size
! @brief Calculates the size necessary to serialize the JSON value @a j with its @a name @return The calculated size for the BSON document ent
hardware/windows_linux/lib/json/json.hpp:16203
Methodcalc_bson_entry_header_size
! @return The size of a BSON document entry header, including the id marker and the entry name size (and its null-terminator). */
hardware/windows_linux/lib/json/json.hpp:15999
Methodcalc_bson_integer_size
! @return The size of the BSON-encoded integer @a value */
hardware/windows_linux/lib/json/json.hpp:16076
Methodcalc_bson_object_size
! @brief Calculates the size of the BSON serialization of the given JSON-object @a j. @param[in] value JSON value to serialize
hardware/windows_linux/lib/json/json.hpp:16298
Methodcalc_bson_string_size
! @return The size of the BSON-encoded string in @a value */
hardware/windows_linux/lib/json/json.hpp:16046
Methodcalc_bson_unsigned_size
! @return The size of the BSON-encoded unsigned integer in @a j */
hardware/windows_linux/lib/json/json.hpp:16104
Functioncheck_activity_HAL
hardware/windows_linux/sleep_hal_windows_linux.cpp:13
Functionclear
@brief clears the contents @sa https://json.nlohmann.me/api/basic_json/clear/
hardware/windows_linux/lib/json/json.hpp:22329
Functionclear_subtype
@brief clears the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/clear_subtype/
hardware/windows_linux/lib/json/json.hpp:5960
Functionconditional_static_cast
hardware/windows_linux/lib/json/json.hpp:4050
FunctionconfirmationDialog_deleteBonds_cb
src/guis/gui_BLEpairing.cpp:70
FunctionconfirmationDialog_disconnectAllClients_cb
src/guis/gui_BLEpairing.cpp:56
Methodconstruct
hardware/windows_linux/lib/json/json.hpp:5425
Methodconstruct
hardware/windows_linux/lib/json/json.hpp:5438
Methodconstruct
hardware/windows_linux/lib/json/json.hpp:5471
Methodconstruct
hardware/windows_linux/lib/json/json.hpp:5493
Methodconstruct
hardware/windows_linux/lib/json/json.hpp:5506
Methodconstruct
hardware/windows_linux/lib/json/json.hpp:5519
Methodconstruct
hardware/windows_linux/lib/json/json.hpp:5532
Methodconstruct
hardware/windows_linux/lib/json/json.hpp:5602
Functioncontains
hardware/windows_linux/lib/json/json.hpp:14383
Functionconvert
can't use conversion operator because of ambiguity
hardware/windows_linux/lib/json/json.hpp:14640
Methodcreate
hardware/windows_linux/lib/json/json.hpp:4482
Methodcreate
hardware/windows_linux/lib/json/json.hpp:4526
Methodcreate
hardware/windows_linux/lib/json/json.hpp:4544
Methodcreate
hardware/windows_linux/lib/json/json.hpp:4561
Methodcreate
hardware/windows_linux/lib/json/json.hpp:4578
Methodcreate
hardware/windows_linux/lib/json/json.hpp:6489
Methodcreate
hardware/windows_linux/lib/json/json.hpp:6513
Methodcreate
hardware/windows_linux/lib/json/json.hpp:6546
Functioncreate_tab_content_airconditioner
src/devices_pool/misc/device_airconditioner/gui_airconditioner.cpp:183
Functioncreate_tab_content_appleTV
src/devices/mediaPlayer/device_appleTV/gui_appleTV.cpp:33
Functioncreate_tab_content_blepairing
src/guis/gui_BLEpairing.cpp:221
Functioncreate_tab_content_irReceiver
src/guis/gui_irReceiver.cpp:113
Functioncreate_tab_content_numpad
src/guis/gui_numpad.cpp:37
Functioncreate_tab_content_sceneSelection
src/guis/gui_sceneSelection.cpp:94
Functioncreate_tab_content_settings
src/guis/gui_settings.cpp:79
Functioncreate_tab_content_smarthome
src/devices/misc/device_smarthome/gui_smarthome.cpp:58
Functioncreate_tab_content_yamahaAmp
src/devices/AVreceiver/device_yamahaAmp/gui_yamahaAmp.cpp:17
Functiondecode
! @brief check whether a string is UTF-8 encoded The function checks each byte of a string whether it is UTF-8 encoded. The result of the
hardware/windows_linux/lib/json/json.hpp:18908
Methoddiagnostics
hardware/windows_linux/lib/json/json.hpp:4392
Methoddiyfp
hardware/windows_linux/lib/json/json.hpp:16971
Methoddl_assemble_msg
src/devices_pool/misc/device_airconditioner/device_airconditioner.cpp:203
← previousnext →501–600 of 987, ranked by callers