Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OMOTE-Community/OMOTE-Firmware
/ functions
Functions
987 in github.com/OMOTE-Community/OMOTE-Firmware
⨍
Functions
987
◇
Types & classes
261
Function
operator<=>
hardware/windows_linux/lib/json/json.hpp:14674
Method
operator=
hardware/windows_linux/lib/json/json.hpp:272
Function
operator==
hardware/windows_linux/lib/json/json.hpp:13337
Method
operator==
equality operator (needed for InputIterator)
hardware/windows_linux/lib/json/json.hpp:5251
Function
operator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
hardware/windows_linux/lib/json/json.hpp:13426
Function
operator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
hardware/windows_linux/lib/json/json.hpp:13435
Function
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
hardware/windows_linux/lib/json/json.hpp:13552
Function
ordered_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
Method
output_adapter
hardware/windows_linux/lib/json/json.hpp:15040
Method
output_adapter_protocol
hardware/windows_linux/lib/json/json.hpp:14950
Method
output_stream_adapter
hardware/windows_linux/lib/json/json.hpp:14991
Method
output_string_adapter
hardware/windows_linux/lib/json/json.hpp:15016
Method
output_vector_adapter
hardware/windows_linux/lib/json/json.hpp:14966
Function
pageIndicator_navigate_event_cb
callback when pageIndicator prev or next was clicked
src/applicationInternal/gui/guiBase.cpp:44
Function
parent_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
Method
parse_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
Method
parse_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
Method
parse_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
Method
parse_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
Method
parse_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
Function
parse_error
hardware/windows_linux/lib/json/json.hpp:6921
Method
parse_error
hardware/windows_linux/lib/json/json.hpp:7171
Method
parse_error
hardware/windows_linux/lib/json/json.hpp:7358
Method
parse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
hardware/windows_linux/lib/json/json.hpp:10340
Method
parse_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
Method
parser
a parser reading from an input adapter
hardware/windows_linux/lib/json/json.hpp:12239
Function
patch
@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
Function
patch_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
Method
pin_mode
hardware/ESP32/lib/Keypad/src/Keypad.h:80
Method
pin_read
hardware/ESP32/lib/Keypad/src/Keypad.h:82
Method
pin_write
hardware/ESP32/lib/Keypad/src/Keypad.h:81
Method
position_string
hardware/windows_linux/lib/json/json.hpp:4513
Function
publishMQTTMessage_HAL
hardware/windows_linux/mqtt_hal_windows_linux.cpp:198
Function
publish_callback
hardware/windows_linux/mqtt_hal_windows_linux.cpp:69
Function
rbegin
@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
Function
receiveBLEmessage_cb
used as callback from hardware
src/applicationInternal/commandHandler.cpp:265
Function
receiveMQTTmessage_cb
src/applicationInternal/commandHandler.cpp:287
Function
receiveNewIRmessage_cb
src/applicationInternal/commandHandler.cpp:259
Function
receiveWiFiConnected_cb
src/applicationInternal/commandHandler.cpp:271
Function
register_device_airconditioner
src/devices_pool/misc/device_airconditioner/device_airconditioner.cpp:8
Function
register_device_boseAmp
src/devices_pool/AVreceiver/device_boseAmp/device_boseAmp.cpp:35
Function
register_device_denonAvr
src/devices_pool/AVreceiver/device_denonAvr/device_denonAvr.cpp:49
Function
register_device_lgTV
src/devices_pool/TV/device_lgTV/device_lgTV.cpp:64
Function
register_device_lgbluray
src/devices_pool/mediaPlayer/device_lgbluray/device_lgbluray.cpp:41
Function
register_device_lgsoundbar
src/devices_pool/AVreceiver/device_lgsoundbar/device_lgsoundbar.cpp:38
Function
register_device_samsungbluray
src/devices_pool/mediaPlayer/device_samsungbluray/device_samsungbluray.cpp:48
Function
register_device_shield
src/devices_pool/mediaPlayer/device_shield/device_shield.cpp:20
Function
register_device_sonyTV
src/devices_pool/TV/device_sonyTV/device_sonyTV.cpp:69
Function
register_gui_airconditioner
src/devices_pool/misc/device_airconditioner/gui_airconditioner.cpp:231
Function
reinterpret_bits
hardware/windows_linux/lib/json/json.hpp:16955
Function
rend
@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
Function
save_preferences_HAL
hardware/windows_linux/preferencesStorage_hal_windows_linux.cpp:32
Method
sax_parse_internal
hardware/windows_linux/lib/json/json.hpp:12348
Function
scan
hardware/windows_linux/lib/json/json.hpp:8881
Method
scanKeys
Private : Hardware scan
hardware/ESP32/lib/Keypad/src/Keypad.cpp:83
Method
scan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
hardware/windows_linux/lib/json/json.hpp:8216
Method
scan_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
Method
scan_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
Function
sceneLabel_or_pageIndicator_event_cb
callback when sceneLabel or pageIndicator was clicked
src/applicationInternal/gui/guiBase.cpp:56
Function
sceneSelection_event_cb
src/guis/gui_sceneSelection.cpp:30
Function
scene_end_sequence_TV
src/scenes/scene_TV.cpp:65
Function
scene_end_sequence_allOff
src/scenes/scene_allOff.cpp:74
Function
scene_end_sequence_appleTV
src/scenes/scene_appleTV.cpp:65
Function
scene_end_sequence_chromecast
src/scenes/scene_chromecast.cpp:63
Function
scene_end_sequence_fireTV
src/scenes/scene_fireTV.cpp:70
Function
scene_setKeys_TV
src/scenes/scene_TV.cpp:20
Function
scene_setKeys_allOff
src/scenes/scene_allOff.cpp:18
Function
scene_setKeys_appleTV
src/scenes/scene_appleTV.cpp:20
Function
scene_setKeys_chromecast
src/scenes/scene_chromecast.cpp:18
Function
scene_setKeys_fireTV
src/scenes/scene_fireTV.cpp:20
Function
scene_start_sequence_TV
src/scenes/scene_TV.cpp:54
Function
scene_start_sequence_allOff
src/scenes/scene_allOff.cpp:52
Function
scene_start_sequence_appleTV
src/scenes/scene_appleTV.cpp:54
Function
scene_start_sequence_chromecast
src/scenes/scene_chromecast.cpp:52
Function
scene_start_sequence_fireTV
src/scenes/scene_fireTV.cpp:54
Function
screen_gesture_event_cb
callback for swipe down event to navigate to the scene selection page
src/applicationInternal/gui/guiBase.cpp:62
Function
sendIRcode_HAL
hardware/windows_linux/infrared_sender_hal_windows_linux.cpp:7
Method
sendReport
hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp:222
Method
serializer
! @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
Method
setDebounceTime
Minimum debounceTime is 1 mS. Any lower *will* slow down the loop().
hardware/ESP32/lib/Keypad/src/Keypad.cpp:248
Method
setDelay
* @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
Method
setHoldTime
hardware/ESP32/lib/Keypad/src/Keypad.cpp:252
Function
setLastActivityTimestamp_HAL
hardware/windows_linux/sleep_hal_windows_linux.cpp:14
Method
setName
must be called before begin in order to set the name
hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp:197
Function
set_activeGUIlist_HAL
hardware/windows_linux/preferencesStorage_hal_windows_linux.cpp:50
Function
set_activeGUIname_HAL
hardware/windows_linux/preferencesStorage_hal_windows_linux.cpp:44
Function
set_activeScene_HAL
hardware/windows_linux/preferencesStorage_hal_windows_linux.cpp:38
Function
set_announceBLEmessage_cb_HAL
hardware/windows_linux/keyboard_ble_hal_windows_linux.cpp:24
Function
set_announceNewIRmessage_cb_HAL
hardware/windows_linux/infrared_receiver_hal_windows_linux.cpp:22
Function
set_announceSubscribedTopics_cb_HAL
hardware/windows_linux/mqtt_hal_windows_linux.cpp:50
Function
set_announceWiFiconnected_cb_HAL
hardware/windows_linux/mqtt_hal_windows_linux.cpp:45
Function
set_backlightBrightness_HAL
hardware/windows_linux/tft_hal_windows_linux.cpp:13
Function
set_end
hardware/windows_linux/lib/json/json.hpp:12915
Function
set_irReceiverEnabled_HAL
hardware/windows_linux/infrared_receiver_hal_windows_linux.cpp:18
Function
set_lastActiveGUIlistIndex_HAL
hardware/windows_linux/preferencesStorage_hal_windows_linux.cpp:56
Function
set_motionThreshold_HAL
hardware/windows_linux/sleep_hal_windows_linux.cpp:33
Method
set_product_id
hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp:214
Function
set_sleepTimeout_HAL
hardware/windows_linux/sleep_hal_windows_linux.cpp:19
Function
set_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
Method
set_vendor_id
hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp:210
← previous
next →
801–900 of 987, ranked by callers