MCPcopy Create free account

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

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

Functionoperator<=>
hardware/windows_linux/lib/json/json.hpp:14674
Methodoperator=
hardware/windows_linux/lib/json/json.hpp:272
Functionoperator==
hardware/windows_linux/lib/json/json.hpp:13337
Methodoperator==
equality operator (needed for InputIterator)
hardware/windows_linux/lib/json/json.hpp:5251
Functionoperator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
hardware/windows_linux/lib/json/json.hpp:13426
Functionoperator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
hardware/windows_linux/lib/json/json.hpp:13435
Functionoperator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
hardware/windows_linux/lib/json/json.hpp:13552
Functionordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
hardware/windows_linux/lib/json/json.hpp:19050
Methodoutput_adapter
hardware/windows_linux/lib/json/json.hpp:15040
Methodoutput_adapter_protocol
hardware/windows_linux/lib/json/json.hpp:14950
Methodoutput_stream_adapter
hardware/windows_linux/lib/json/json.hpp:14991
Methodoutput_string_adapter
hardware/windows_linux/lib/json/json.hpp:15016
Methodoutput_vector_adapter
hardware/windows_linux/lib/json/json.hpp:14966
FunctionpageIndicator_navigate_event_cb
callback when pageIndicator prev or next was clicked
src/applicationInternal/gui/guiBase.cpp:44
Functionparent_pointer
@brief returns the parent of this JSON pointer @sa https://json.nlohmann.me/api/json_pointer/parent_pointer/
hardware/windows_linux/lib/json/json.hpp:13950
Methodparse_bson_array
! @brief Reads an array from the BSON input and passes it to the SAX-parser. @return whether a valid BSON-array was passed to the SAX parser
hardware/windows_linux/lib/json/json.hpp:9534
Methodparse_bson_element_internal
! @brief Read a BSON document element of the given @a element_type. @param[in] element_type The BSON element type, c.f. http://bsonspec.org/sp
hardware/windows_linux/lib/json/json.hpp:9416
Methodparse_bson_element_list
! @brief Read a BSON element list (as specified in the BSON-spec) The same binary layout is used for objects and arrays, hence it must be
hardware/windows_linux/lib/json/json.hpp:9496
Methodparse_bson_internal
! @brief Reads in a BSON-object and passes it to the SAX-parser. @return whether a valid BSON-value was passed to the SAX parser */
hardware/windows_linux/lib/json/json.hpp:9312
Methodparse_cbor_internal
! @param[in] get_char whether a new character should be retrieved from the input (true) or whether the last read charact
hardware/windows_linux/lib/json/json.hpp:9564
Functionparse_error
hardware/windows_linux/lib/json/json.hpp:6921
Methodparse_error
hardware/windows_linux/lib/json/json.hpp:7171
Methodparse_error
hardware/windows_linux/lib/json/json.hpp:7358
Methodparse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
hardware/windows_linux/lib/json/json.hpp:10340
Methodparse_ubjson_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last rea
hardware/windows_linux/lib/json/json.hpp:10974
Methodparser
a parser reading from an input adapter
hardware/windows_linux/lib/json/json.hpp:12239
Functionpatch
@brief applies a JSON patch to a copy of the current object @sa https://json.nlohmann.me/api/basic_json/patch/
hardware/windows_linux/lib/json/json.hpp:24272
Functionpatch_inplace
@brief applies a JSON patch in-place without copying the object @sa https://json.nlohmann.me/api/basic_json/patch/
hardware/windows_linux/lib/json/json.hpp:24001
Methodpin_mode
hardware/ESP32/lib/Keypad/src/Keypad.h:80
Methodpin_read
hardware/ESP32/lib/Keypad/src/Keypad.h:82
Methodpin_write
hardware/ESP32/lib/Keypad/src/Keypad.h:81
Methodposition_string
hardware/windows_linux/lib/json/json.hpp:4513
FunctionpublishMQTTMessage_HAL
hardware/windows_linux/mqtt_hal_windows_linux.cpp:198
Functionpublish_callback
hardware/windows_linux/mqtt_hal_windows_linux.cpp:69
Functionrbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
hardware/windows_linux/lib/json/json.hpp:22120
FunctionreceiveBLEmessage_cb
used as callback from hardware
src/applicationInternal/commandHandler.cpp:265
FunctionreceiveMQTTmessage_cb
src/applicationInternal/commandHandler.cpp:287
FunctionreceiveNewIRmessage_cb
src/applicationInternal/commandHandler.cpp:259
FunctionreceiveWiFiConnected_cb
src/applicationInternal/commandHandler.cpp:271
Functionregister_device_airconditioner
src/devices_pool/misc/device_airconditioner/device_airconditioner.cpp:8
Functionregister_device_boseAmp
src/devices_pool/AVreceiver/device_boseAmp/device_boseAmp.cpp:35
Functionregister_device_denonAvr
src/devices_pool/AVreceiver/device_denonAvr/device_denonAvr.cpp:49
Functionregister_device_lgTV
src/devices_pool/TV/device_lgTV/device_lgTV.cpp:64
Functionregister_device_lgbluray
src/devices_pool/mediaPlayer/device_lgbluray/device_lgbluray.cpp:41
Functionregister_device_lgsoundbar
src/devices_pool/AVreceiver/device_lgsoundbar/device_lgsoundbar.cpp:38
Functionregister_device_samsungbluray
src/devices_pool/mediaPlayer/device_samsungbluray/device_samsungbluray.cpp:48
Functionregister_device_shield
src/devices_pool/mediaPlayer/device_shield/device_shield.cpp:20
Functionregister_device_sonyTV
src/devices_pool/TV/device_sonyTV/device_sonyTV.cpp:69
Functionregister_gui_airconditioner
src/devices_pool/misc/device_airconditioner/gui_airconditioner.cpp:231
Functionreinterpret_bits
hardware/windows_linux/lib/json/json.hpp:16955
Functionrend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
hardware/windows_linux/lib/json/json.hpp:22134
Functionsave_preferences_HAL
hardware/windows_linux/preferencesStorage_hal_windows_linux.cpp:32
Methodsax_parse_internal
hardware/windows_linux/lib/json/json.hpp:12348
Functionscan
hardware/windows_linux/lib/json/json.hpp:8881
MethodscanKeys
Private : Hardware scan
hardware/ESP32/lib/Keypad/src/Keypad.cpp:83
Methodscan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
hardware/windows_linux/lib/json/json.hpp:8216
Methodscan_number
! @brief scan a number literal This function scans a string according to Sect. 6 of RFC 8259. The function is realized with a determinis
hardware/windows_linux/lib/json/json.hpp:8341
Methodscan_string
! @brief scan a string literal This function scans a string according to Sect. 7 of RFC 8259. While scanning, bytes are escaped and copie
hardware/windows_linux/lib/json/json.hpp:7626
FunctionsceneLabel_or_pageIndicator_event_cb
callback when sceneLabel or pageIndicator was clicked
src/applicationInternal/gui/guiBase.cpp:56
FunctionsceneSelection_event_cb
src/guis/gui_sceneSelection.cpp:30
Functionscene_end_sequence_TV
src/scenes/scene_TV.cpp:65
Functionscene_end_sequence_allOff
src/scenes/scene_allOff.cpp:74
Functionscene_end_sequence_appleTV
src/scenes/scene_appleTV.cpp:65
Functionscene_end_sequence_chromecast
src/scenes/scene_chromecast.cpp:63
Functionscene_end_sequence_fireTV
src/scenes/scene_fireTV.cpp:70
Functionscene_setKeys_TV
src/scenes/scene_TV.cpp:20
Functionscene_setKeys_allOff
src/scenes/scene_allOff.cpp:18
Functionscene_setKeys_appleTV
src/scenes/scene_appleTV.cpp:20
Functionscene_setKeys_chromecast
src/scenes/scene_chromecast.cpp:18
Functionscene_setKeys_fireTV
src/scenes/scene_fireTV.cpp:20
Functionscene_start_sequence_TV
src/scenes/scene_TV.cpp:54
Functionscene_start_sequence_allOff
src/scenes/scene_allOff.cpp:52
Functionscene_start_sequence_appleTV
src/scenes/scene_appleTV.cpp:54
Functionscene_start_sequence_chromecast
src/scenes/scene_chromecast.cpp:52
Functionscene_start_sequence_fireTV
src/scenes/scene_fireTV.cpp:54
Functionscreen_gesture_event_cb
callback for swipe down event to navigate to the scene selection page
src/applicationInternal/gui/guiBase.cpp:62
FunctionsendIRcode_HAL
hardware/windows_linux/infrared_sender_hal_windows_linux.cpp:7
MethodsendReport
hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp:222
Methodserializer
! @param[in] s output stream to serialize to @param[in] ichar indentation character to use @param[in] error_handler_ how to react on de
hardware/windows_linux/lib/json/json.hpp:18075
MethodsetDebounceTime
Minimum debounceTime is 1 mS. Any lower *will* slow down the loop().
hardware/ESP32/lib/Keypad/src/Keypad.cpp:248
MethodsetDelay
* @brief Sets the waiting time (in milliseconds) between multiple keystrokes in NimBLE mode. * * @param ms Time in milliseconds */
hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp:206
MethodsetHoldTime
hardware/ESP32/lib/Keypad/src/Keypad.cpp:252
FunctionsetLastActivityTimestamp_HAL
hardware/windows_linux/sleep_hal_windows_linux.cpp:14
MethodsetName
must be called before begin in order to set the name
hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp:197
Functionset_activeGUIlist_HAL
hardware/windows_linux/preferencesStorage_hal_windows_linux.cpp:50
Functionset_activeGUIname_HAL
hardware/windows_linux/preferencesStorage_hal_windows_linux.cpp:44
Functionset_activeScene_HAL
hardware/windows_linux/preferencesStorage_hal_windows_linux.cpp:38
Functionset_announceBLEmessage_cb_HAL
hardware/windows_linux/keyboard_ble_hal_windows_linux.cpp:24
Functionset_announceNewIRmessage_cb_HAL
hardware/windows_linux/infrared_receiver_hal_windows_linux.cpp:22
Functionset_announceSubscribedTopics_cb_HAL
hardware/windows_linux/mqtt_hal_windows_linux.cpp:50
Functionset_announceWiFiconnected_cb_HAL
hardware/windows_linux/mqtt_hal_windows_linux.cpp:45
Functionset_backlightBrightness_HAL
hardware/windows_linux/tft_hal_windows_linux.cpp:13
Functionset_end
hardware/windows_linux/lib/json/json.hpp:12915
Functionset_irReceiverEnabled_HAL
hardware/windows_linux/infrared_receiver_hal_windows_linux.cpp:18
Functionset_lastActiveGUIlistIndex_HAL
hardware/windows_linux/preferencesStorage_hal_windows_linux.cpp:56
Functionset_motionThreshold_HAL
hardware/windows_linux/sleep_hal_windows_linux.cpp:33
Methodset_product_id
hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp:214
Functionset_sleepTimeout_HAL
hardware/windows_linux/sleep_hal_windows_linux.cpp:19
Functionset_subtype
@brief sets the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/set_subtype/
hardware/windows_linux/lib/json/json.hpp:5938
Methodset_vendor_id
hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp:210
← previousnext →801–900 of 987, ranked by callers