MCPcopy Create free account

hub / github.com/TactilityProject/Tactility / types & classes

Types & classes1,599 in github.com/TactilityProject/Tactility

↓ 156 callersClassLogger
TactilityCore/Include/Tactility/Logger.h:9
↓ 43 callersClassWhitespace
Tests/Doctest/Include/doctest.h:5945
↓ 19 callersClassDevicetreeException
Buildscripts/DevicetreeCompiler/source/exception.py:1
↓ 9 callersClassPropertyValue
Buildscripts/DevicetreeCompiler/source/models.py:23
↓ 6 callersClassDeviceProperty
Buildscripts/DevicetreeCompiler/source/models.py:17
↓ 5 callersClassContext
Tests/TactilityKernel/Source/TimerTest.cpp:119
↓ 5 callersClassObjectFileWriter
Tactility/Include/Tactility/file/ObjectFile.h:42
↓ 5 callersClassTimer
TactilityKernel/source/concurrent/timer.c:7
↓ 5 callersClassstat
Tactility/Source/app/files/View.cpp:339
↓ 4 callersClassSemaphore
* Wrapper for xSemaphoreCreateBinary (max count == 1) and xSemaphoreCreateCounting (max count > 1) * Can be used from ISR context, but cannot be crea
TactilityFreeRtos/Include/Tactility/Semaphore.h:21
↓ 3 callersClassChargeFromVoltage
Drivers/EstimatedPower/Source/ChargeFromVoltage.h:5
↓ 3 callersClassObjectFileReader
Tactility/Include/Tactility/file/ObjectFile.h:14
↓ 3 callersClassPreferences
* Settings that persist on NVS flash for ESP32. * On simulator, the settings are only in-memory. * * Note that on ESP32, there are limitations: *
Tactility/Include/Tactility/Preferences.h:16
↓ 3 callersClassQrSegment
* Represents a character string to be encoded in a QR Code symbol. Each segment has * a mode, and a sequence of characters that is already encoded as
Libraries/QRCode/tests/QrSegment.hpp:41
↓ 3 callersClassThread
TactilityKernel/source/concurrent/thread.cpp:16
↓ 2 callersClassConfiguration
Devices/m5stack-tab5/Source/devices/St7123Touch.h:11
↓ 2 callersClassPartitionFsData
Tactility/Source/PartitionsEsp.cpp:17
↓ 2 callersEnumResult
Tactility/Include/Tactility/app/App.h:17
↓ 2 callersClassstat
TactilityCore/Source/file/File.cpp:227
↓ 1 callersClassBinding
Buildscripts/DevicetreeCompiler/source/models.py:45
↓ 1 callersClassBindingProperty
Buildscripts/DevicetreeCompiler/source/models.py:36
↓ 1 callersClassChatView
Tactility/Private/Tactility/app/chat/ChatView.h:21
↓ 1 callersClassConfiguration
Devices/waveshare-s3-touch-lcd-147/Source/devices/Axs5106Touch.h:13
↓ 1 callersClassDefineC
Buildscripts/DevicetreeCompiler/source/models.py:32
↓ 1 callersClassDevice
Buildscripts/DevicetreeCompiler/source/models.py:8
↓ 1 callersClassDeviceIndex
Buildscripts/CDN/generate-firmware-files.py:42
↓ 1 callersClassDeviceTreeConfig
Buildscripts/DevicetreeCompiler/source/config.py:6
↓ 1 callersClassDtsTransformer
Buildscripts/DevicetreeCompiler/source/transformer.py:20
↓ 1 callersClassDtsVersion
Buildscripts/DevicetreeCompiler/source/models.py:4
↓ 1 callersClassEspNowConfig
Tactility/Include/Tactility/service/espnow/EspNow.h:28
↓ 1 callersClassHttpServer
Tactility/Include/Tactility/network/HttpServer.h:10
↓ 1 callersClassIncludeC
Buildscripts/DevicetreeCompiler/source/models.py:28
↓ 1 callersClassIndexEntry
Buildscripts/CDN/generate-firmware-files.py:15
↓ 1 callersClassLocation
Tactility/Include/Tactility/app/AppManifest.h:29
↓ 1 callersClassManifest
Buildscripts/CDN/generate-firmware-files.py:24
↓ 1 callersClassManifestBuild
Buildscripts/CDN/generate-firmware-files.py:32
↓ 1 callersClassManifestBuildPart
Buildscripts/CDN/generate-firmware-files.py:37
↓ 1 callersClassMutex
* Wrapper for FreeRTOS xSemaphoreCreateMutex * Cannot be used from ISR context */
TactilityFreeRtos/Include/Tactility/Mutex.h:17
↓ 1 callersClassQrCode
* Represents an immutable square grid of black and white cells for a QR Code symbol, and * provides static functions to create a QR Code from user-su
Libraries/QRCode/tests/QrCode.hpp:41
↓ 1 callersClassRecursiveMutex
* Wrapper for FreeRTOS xSemaphoreCreateRecursiveMutex * Cannot be used from ISR context */
TactilityFreeRtos/Include/Tactility/RecursiveMutex.h:17
↓ 1 callersClassScopedLock
TactilityFreeRtos/Include/Tactility/Lock.h:12
↓ 1 callersClassSdkIndex
Buildscripts/CDN/generate-sdk-files.py:12
↓ 1 callersClassTextResources
* Holds localized text data. * * It is used with data generated from Translations/ with the python generation scripts. * It's used with a header fi
Tactility/Include/Tactility/i18n/TextResources.h:14
↓ 1 callersClassView
Tactility/Private/Tactility/app/wifimanage/View.h:13
↓ 1 callersClassView
Tactility/Private/Tactility/app/btmanage/View.h:13
↓ 1 callersClassView
Tactility/Private/Tactility/app/wificonnect/View.h:14
↓ 1 callersClassWifiApSettings
Tactility/Source/app/wifiapsettings/WifiApSettings.cpp:29
↓ 1 callersClassstat
Tactility/Source/service/webserver/WebServerService.cpp:796
↓ 1 callersClassstat
Tactility/Source/service/webserver/AssetVersion.cpp:214
↓ 1 callersClasstuple
Tests/Doctest/Include/doctest.h:539
ClassAHardwareBuffer
build-tests/Libraries/SDL/include/SDL2/SDL_egl.h:1383
ClassANativeWindow
build-tests/Libraries/SDL/include/SDL2/SDL_syswm.h:105
ClassANativeWindow
build-tests/Libraries/SDL/include/SDL2/SDL_egl.h:444
EnumAction
Drivers/ButtonControl/Source/ButtonControl.h:20
ClassAddGpsApp
Tactility/Source/app/addgps/AddGps.cpp:19
ClassAlertDialogApp
Tactility/Source/app/alertdialog/AlertDialog.cpp:67
ClassApProperties
Tactility/Source/service/wifi/WifiBootSplashInit.cpp:31
ClassApRecord
Tactility/Include/Tactility/service/wifi/Wifi.h:65
ClassApWebServerApp
Tactility/Source/app/apwebserver/ApWebServer.cpp:16
ClassApp
Forward declarations
Tactility/Include/Tactility/app/AppContext.h:9
ClassApp
Tactility/Include/Tactility/app/App.h:21
ClassApp
Tactility/Include/Tactility/app/AppManifest.h:9
ClassAppContext
* The public representation of an application instance. * @warning Do not store references or pointers to these! You can retrieve them via the servic
Tactility/Include/Tactility/app/AppContext.h:25
ClassAppContext
Forward declarations
Tactility/Include/Tactility/app/App.h:16
ClassAppContext
Tactility/Include/Tactility/app/AppManifest.h:10
ClassAppDetailsApp
Tactility/Source/app/appdetails/AppDetails.cpp:26
ClassAppHubApp
Tactility/Source/app/apphub/AppHubApp.cpp:25
ClassAppHubDetailsApp
Tactility/Source/app/apphubdetails/AppHubDetailsApp.cpp:50
ClassAppHubEntry
Tactility/Private/Tactility/app/apphub/AppHubEntry.h:8
ClassAppInstance
* Thread-safe app instance. */
Tactility/Private/Tactility/app/AppInstance.h:28
ClassAppListApp
Tactility/Source/app/applist/AppList.cpp:13
ClassAppManifest
Tactility/Include/Tactility/app/AppContext.h:11
ClassAppManifest
Tactility/Include/Tactility/app/AppRegistration.h:9
ClassAppManifest
Forward declarations
Tactility/Include/Tactility/app/AppPaths.h:9
ClassAppManifest
Tactility/Include/Tactility/app/AppManifest.h:56
ClassAppPaths
Tactility/Include/Tactility/app/AppContext.h:10
ClassAppPaths
Tactility/Include/Tactility/app/AppPaths.h:11
ClassAppSettingsApp
Tactility/Source/app/appsettings/AppSettings.cpp:14
ClassAssetVersion
* @brief Asset version tracking for web server content synchronization * * Manages version.json files in both Data partition and SD card to ensure
Tactility/Include/Tactility/service/webserver/AssetVersion.h:13
ClassAw9523
Drivers/AW9523/Source/Aw9523.h:7
ClassAxp192
Drivers/AXP192/Include/Axp192.h:9
ClassAxp2101
* References: * - https://github.com/m5stack/M5Unified/blob/master/src/utility/AXP2101_Class.cpp * - http://file.whycan.com/files/members/6736/AXP21
Drivers/AXP2101/Source/Axp2101.h:12
ClassAxp2101Power
Drivers/AXP2101/Source/Axp2101Power.h:10
ClassAxs15231bDisplay
Devices/guition-jc3248w535c/Source/Axs15231b/Axs15231bDisplay.h:15
ClassAxs15231bTouch
Devices/guition-jc3248w535c/Source/Axs15231b/Axs15231bTouch.h:11
ClassAxs5106Touch
Devices/waveshare-s3-touch-lcd-147/Source/devices/Axs5106Touch.h:9
ClassBall
Tactility/Source/service/displayidle/BouncingBallsScreensaver.h:28
ClassBindings
Tactility/Private/Tactility/app/wifimanage/Bindings.h:13
ClassBindings
Tactility/Private/Tactility/app/btmanage/Bindings.h:15
ClassBitBucket
Libraries/QRCode/src/qrcode.c:168
ClassBitBuffer
* An appendable sequence of bits. Bits are packed in big endian within a byte. */
Libraries/QRCode/tests/BitBuffer.hpp:37
ClassBleCallbackEntry
Platforms/platform-esp32/private/bluetooth/esp32_ble_internal.h:35
ClassBleCtx
Platforms/platform-esp32/private/bluetooth/esp32_ble_internal.h:40
ClassBleHidDeviceCtx
Platforms/platform-esp32/source/drivers/bluetooth/esp32_ble_hid.cpp:29
EnumBleHidProfile
Platforms/platform-esp32/private/bluetooth/esp32_ble_hid.h:17
ClassBleMidiCtx
Platforms/platform-esp32/source/drivers/bluetooth/esp32_ble_midi.cpp:27
ClassBleSppCtx
Platforms/platform-esp32/source/drivers/bluetooth/esp32_ble_spp.cpp:26
ClassBluetoothApi
TactilityKernel/include/tactility/drivers/bluetooth.h:141
ClassBluetoothSettings
Tactility/Source/bluetooth/BluetoothSettings.cpp:18
ClassBm8563Config
Drivers/bm8563-module/include/drivers/bm8563.h:13
next →1–100 of 1,599, ranked by callers