MCPcopy Create free account

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

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

Methoddl_decode_msg
src/devices_pool/misc/device_airconditioner/device_airconditioner.cpp:237
Methoddl_print_msg
src/devices_pool/misc/device_airconditioner/device_airconditioner.cpp:253
Functionend_array
hardware/windows_linux/lib/json/json.hpp:6910
Methodend_array
hardware/windows_linux/lib/json/json.hpp:7138
Functionend_object
hardware/windows_linux/lib/json/json.hpp:6888
Methodend_object
hardware/windows_linux/lib/json/json.hpp:7085
Methodeof
hardware/windows_linux/lib/json/json.hpp:3625
Methodeof
hardware/windows_linux/lib/json/json.hpp:3649
Functionesp32_restart_cb
hardware/ESP32/boardtest/main_boardtest.cpp:272
Functionevent_filter
hardware/windows_linux/keypad_gui/keypad_gui.cpp:30
Methodexception_message
! @param[in] format the current format @param[in] detail a detailed error message @param[in] context further context information
hardware/windows_linux/lib/json/json.hpp:12058
Methodexception_message
hardware/windows_linux/lib/json/json.hpp:12646
Methodfill_buffer
UTF-32
hardware/windows_linux/lib/json/json.hpp:6321
Methodfill_buffer
UTF-16
hardware/windows_linux/lib/json/json.hpp:6379
Methodfill_buffer
hardware/windows_linux/lib/json/json.hpp:6468
MethodfindInList
Search by character for a key in the list of active keys. Returns -1 if not found or the index into the list of active keys.
hardware/ESP32/lib/Keypad/src/Keypad.cpp:203
Functionfrom_bson
hardware/windows_linux/lib/json/json.hpp:23889
Functionfrom_cbor
hardware/windows_linux/lib/json/json.hpp:23695
Methodfrom_json
hardware/windows_linux/lib/json/json.hpp:5837
Functionfrom_json_tuple_impl_base
hardware/windows_linux/lib/json/json.hpp:5004
Functionfrom_msgpack
hardware/windows_linux/lib/json/json.hpp:23751
Functionfrom_ubjson
hardware/windows_linux/lib/json/json.hpp:23805
Functionfront
@brief access the first element @sa https://json.nlohmann.me/api/basic_json/front/
hardware/windows_linux/lib/json/json.hpp:21696
FunctiongetIsWifiConnected
used by "commandHandler.cpp", "sleep.cpp"
src/applicationInternal/hardware/hardwarePresenter.cpp:260
FunctiongetIsWifiConnected_HAL
hardware/windows_linux/mqtt_hal_windows_linux.cpp:54
FunctiongetMACaddress
hardware/windows_linux/mqtt_hal_windows_linux.cpp:123
MethodgetState
Backwards compatibility function.
hardware/ESP32/lib/Keypad/src/Keypad.cpp:231
Functionget_activeGUIlist_HAL
hardware/windows_linux/preferencesStorage_hal_windows_linux.cpp:47
Functionget_activeGUIname_HAL
hardware/windows_linux/preferencesStorage_hal_windows_linux.cpp:41
Functionget_activeScene_HAL
hardware/windows_linux/preferencesStorage_hal_windows_linux.cpp:35
Functionget_allocator
@brief returns the allocator associated with the container @sa https://json.nlohmann.me/api/basic_json/get_allocator/
hardware/windows_linux/lib/json/json.hpp:19542
Functionget_backlightBrightness_HAL
hardware/windows_linux/tft_hal_windows_linux.cpp:10
Functionget_battery_status_HAL
hardware/windows_linux/battery_hal_windows_linux.cpp:3
Methodget_bson_binary
hardware/windows_linux/lib/json/json.hpp:9389
Methodget_bson_cstr
! @brief Parses a C-style string from the BSON input. @param[in,out] result A reference to the string variable where the read
hardware/windows_linux/lib/json/json.hpp:9337
Methodget_bson_string
hardware/windows_linux/lib/json/json.hpp:9367
Methodget_cbor_array
! @param[in] len the length of the array or static_cast<std::size_t>(-1) for an array of indefinite size @param[in] tag_h
hardware/windows_linux/lib/json/json.hpp:10246
Methodget_cbor_binary
! @brief reads a CBOR byte array This function first reads starting bytes to determine the expected byte array length and then copies thi
hardware/windows_linux/lib/json/json.hpp:10151
Methodget_cbor_float_prefix
hardware/windows_linux/lib/json/json.hpp:16329
Methodget_cbor_object
! @param[in] len the length of the object or static_cast<std::size_t>(-1) for an object of indefinite size @param[in] tag
hardware/windows_linux/lib/json/json.hpp:10284
Methodget_cbor_string
! @brief reads a CBOR string This function first reads starting bytes to determine the expected string length and then copies this number
hardware/windows_linux/lib/json/json.hpp:10055
Functionget_character
hardware/windows_linux/lib/json/json.hpp:6206
Methodget_character
hardware/windows_linux/lib/json/json.hpp:6289
Methodget_character
hardware/windows_linux/lib/json/json.hpp:6447
Methodget_codepoint
! @brief get codepoint from 4 hex characters following `\u` For input "\u c1 c2 c3 c4" the codepoint is: (c1 * 0x1000) + (c2 * 0x0100)
hardware/windows_linux/lib/json/json.hpp:7541
Methodget_decimal_point
return the locale-dependent decimal point
hardware/windows_linux/lib/json/json.hpp:7514
Functionget_error_message
return syntax error message
hardware/windows_linux/lib/json/json.hpp:8844
Functionget_heapUsage_HAL
hardware/windows_linux/heapUsage_hal_windows_linux.cpp:45
Methodget_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
hardware/windows_linux/lib/json/json.hpp:11905
Functionget_impl
hardware/windows_linux/lib/json/json.hpp:20950
Functionget_irReceiverEnabled_HAL
hardware/windows_linux/infrared_receiver_hal_windows_linux.cpp:15
Functionget_lastActiveGUIlistIndex_HAL
hardware/windows_linux/preferencesStorage_hal_windows_linux.cpp:53
Functionget_motionThreshold_HAL
hardware/windows_linux/sleep_hal_windows_linux.cpp:30
Methodget_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
hardware/windows_linux/lib/json/json.hpp:10915
Methodget_msgpack_binary
! @brief reads a MessagePack byte array This function first reads starting bytes to determine the expected byte array length and then cop
hardware/windows_linux/lib/json/json.hpp:10804
Methodget_msgpack_float_prefix
hardware/windows_linux/lib/json/json.hpp:16343
Methodget_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
hardware/windows_linux/lib/json/json.hpp:10937
Methodget_msgpack_string
! @brief reads a MessagePack string This function first reads starting bytes to determine the expected string length and then copies this
hardware/windows_linux/lib/json/json.hpp:10721
Methodget_number
hardware/windows_linux/lib/json/json.hpp:11932
Functionget_number_float
return floating-point value
hardware/windows_linux/lib/json/json.hpp:8796
Functionget_number_unsigned
hardware/windows_linux/lib/json/json.hpp:8790
Functionget_position
return position of last read token
hardware/windows_linux/lib/json/json.hpp:8812
Functionget_ref
hardware/windows_linux/lib/json/json.hpp:21136
Functionget_ref_impl
hardware/windows_linux/lib/json/json.hpp:20825
Functionget_sleepTimeout_HAL
hardware/windows_linux/sleep_hal_windows_linux.cpp:16
Methodget_temp
src/devices_pool/misc/device_airconditioner/device_airconditioner.cpp:145
Methodget_timer_value_str
src/devices_pool/misc/device_airconditioner/device_airconditioner.cpp:165
Functionget_to
hardware/windows_linux/lib/json/json.hpp:21124
Methodget_token
get next token from lexer
hardware/windows_linux/lib/json/json.hpp:12641
Methodget_ubjson_array
! @return whether array creation completed */
hardware/windows_linux/lib/json/json.hpp:11626
Methodget_ubjson_float_prefix
hardware/windows_linux/lib/json/json.hpp:16644
Methodget_ubjson_high_precision_number
hardware/windows_linux/lib/json/json.hpp:11817
Methodget_ubjson_ndarray_size
! @param[out] dim an integer vector storing the ND array dimensions @return whether reading ND array size vector is successful */
hardware/windows_linux/lib/json/json.hpp:11088
Methodget_ubjson_object
! @return whether object creation completed */
hardware/windows_linux/lib/json/json.hpp:11734
Methodget_ubjson_size_type
! @brief determine the type and size for a container In the optimized UBJSON format, a type and a size can be provided to allow for a mor
hardware/windows_linux/lib/json/json.hpp:11376
Methodget_ubjson_size_value
! @param[out] result determined size @param[in,out] is_ndarray for input, `true` means already inside an ndarray vector
hardware/windows_linux/lib/json/json.hpp:11153
Methodget_ubjson_string
! @brief reads a UBJSON string This function is either called after reading the 'S' byte explicitly indicating a string, or in case of an
hardware/windows_linux/lib/json/json.hpp:10993
Methodget_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
hardware/windows_linux/lib/json/json.hpp:11443
Functionget_wakeupByIMUEnabled_HAL
hardware/windows_linux/sleep_hal_windows_linux.cpp:23
Functiongui_memoryOptimizer_isGUInameInMemory
src/applicationInternal/gui/guiMemoryOptimizer.cpp:79
Functiongui_setKeys_airconditioner
src/devices_pool/misc/device_airconditioner/gui_airconditioner.cpp:225
Functiongui_setKeys_blepairing
src/guis/gui_BLEpairing.cpp:247
Functiongui_setKeys_smarthome
src/devices/misc/device_smarthome/gui_smarthome.cpp:169
Methodhandle_value
hardware/windows_linux/lib/json/json.hpp:7205
Functionhas_subtype
@brief return whether the value has a subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/has_subtype/
hardware/windows_linux/lib/json/json.hpp:5953
FunctioninfraredReceiver_loop_HAL
The repeating section of the code
hardware/windows_linux/infrared_receiver_hal_windows_linux.cpp:12
Functioninit_IMU_HAL
hardware/windows_linux/sleep_hal_windows_linux.cpp:12
Functioninit_SD_HAL
hardware/windows_linux/sd_card_hal_windows_linux.cpp:3
Functioninit_SD_card
src/applicationInternal/hardware/hardwarePresenter.cpp:64
Functioninit_hardware_general_HAL
hardware/windows_linux/hardware_general_hal_windows_linux.cpp:1
Functioninit_infraredSender_HAL
hardware/windows_linux/infrared_sender_hal_windows_linux.cpp:4
Functioninit_keys_HAL
hardware/windows_linux/keypad_keys_hal_windows_linux.cpp:5
Functioninit_lvgl_HAL
hardware/windows_linux/lvgl_hal_windows_linux.cpp:36
Functioninit_preferences_HAL
hardware/windows_linux/preferencesStorage_hal_windows_linux.cpp:25
Functioninit_sleep_HAL
hardware/windows_linux/sleep_hal_windows_linux.cpp:11
Methodinput_stream_adapter
hardware/windows_linux/lib/json/json.hpp:6240
Functioninsert
hardware/windows_linux/lib/json/json.hpp:19328
MethodisPressed
New in 2.1
hardware/ESP32/lib/Keypad/src/Keypad.cpp:191
Functionis_c_string
hardware/windows_linux/lib/json/json.hpp:4166
Functionis_discarded
@brief return whether value is discarded @sa https://json.nlohmann.me/api/basic_json/is_discarded/
hardware/windows_linux/lib/json/json.hpp:20687
← previousnext →601–700 of 987, ranked by callers