MCPcopy Create free account

hub / github.com/BlueAndi/Pixelix / types & classes

Types & classes452 in github.com/BlueAndi/Pixelix

↓ 58 callersClassString
* String class for test purposes only. */
lib/ArduinoNative/src/WString.h:63
↓ 2 callersClassFile
lib/ArduinoNative/src/FS.h:72
↓ 1 callersClassConfigModel
Loads a configuration and provides necessary access functions.
scripts/config_model.py:39
↓ 1 callersClassWorkerRequest
* This type defines a HTTP request structure. * This structure is used to send HTTP requests to the worker task. * * Attention, constructor and des
lib/HttpService/src/HttpServiceTypes.h:87
↓ 1 callersClassWorkerResponse
* This type defines a worker response structure. * This structure is used to send back the HTTP response from the worker task. * * Attention, const
lib/HttpService/src/HttpServiceTypes.h:218
ClassAPState
* System state: AccessPoint */
src/SystemState/APState.h:63
ClassAbstractState
* Abstract state interface. */
lib/StateMachine/src/StateMachine.hpp:62
EnumAlgorithm
lib/YAWidgets/src/ProgressBar.h:69
EnumAmbientLightDirection
src/DisplayMgr/BrightnessCtrl.h:300
EnumAmbientLightLevel
* Ambient light level * Source: https://docs.microsoft.com/de-de/windows-hardware/design/whitepapers/integrating-ambient-light-sensors-with-computers
src/DisplayMgr/AmbientLight.h:67
EnumAnalogClockColor
lib/Views/src/layout/DateTimeView64x64.h:193
ClassAnalogPin
lib/Common/src/Io.hpp:336
ClassAsyncHttpClient
* Asynchronous HTTP client * * Used RFCs: * - RFC2616 (obsolete, because of RFC7230) * - RFC7230 */
lib/AsyncHttpClient/src/AsyncHttpClient.h:71
ClassAudioDrv
* The audio driver supports the I2S interface. It will configure the DMA * for receicing samples and provides them. */
lib/AudioService/src/AudioDrv.h:98
ClassAudioService
* The audio service provides different audio related functionality. */
lib/AudioService/src/AudioService.h:64
ClassAudioToneDetector
* Audio tone detection by using the Goertzel algorithm. * * https://en.wikipedia.org/wiki/Goertzel_algorithm */
lib/AudioService/src/AudioToneDetector.h:66
ClassBaseFont
lib/BaseGfx/src/BaseFont.hpp:66
ClassBaseGfx
lib/BaseGfx/src/BaseGfx.hpp:71
ClassBaseGfxBitmap
lib/BaseGfx/src/BaseGfxBitmap.hpp:72
ClassBaseGfxBitmap
lib/BaseGfx/src/BaseGfx.hpp:61
ClassBaseGfxBrush
lib/BaseGfx/src/BaseGfxBrush.hpp:63
ClassBaseGfxCanvas
lib/BaseGfx/src/BaseGfxCanvas.hpp:68
ClassBaseGfxDynamicBitmap
lib/BaseGfx/src/BaseGfxBitmap.hpp:400
ClassBaseGfxLinearGradientBrush
lib/BaseGfx/src/BaseGfxBrush.hpp:211
ClassBaseGfxPen
lib/BaseGfx/src/BaseGfxPen.hpp:67
ClassBaseGfxSolidBrush
lib/BaseGfx/src/BaseGfxBrush.hpp:114
ClassBaseGfxStaticBitmap
lib/BaseGfx/src/BaseGfxBitmap.hpp:103
ClassBaseGfxText
lib/BaseGfx/src/BaseGfxText.hpp:69
ClassBatteryChannelSoC
* State of charge channel of the battery sensor. */
lib/Sensors/src/SensorBattery.h:65
ClassBatteryPlugin
* This plugins displays the battery state of charge in a graphical way. */
lib/BatteryPlugin/src/BatteryPlugin.h:65
ClassBitmapWidget
* Bitmap widget, showing a simple bitmap. * Supported are the following formats: * - Bitmap (.bmp) * - GIF image (.gif) */
lib/YAWidgets/src/BitmapWidget.h:69
ClassBmpImgLoader
* Bitmap image loader, which supports images that have * - 1/4/8/24/32 bit per pixel * - No compression (or bitfields for 32-bit) * - Palette color
lib/YAWidgets/src/BmpImgLoader.h:77
ClassBrightnessCtrl
* The brightness controller sets the display brightness depended on the * ambient light. */
src/DisplayMgr/BrightnessCtrl.h:154
EnumButtonActionId
* Defines the possible actions, triggered by a button. */
src/ButtonHandler/ButtonActions.h:60
ClassButtonActions
* This is a collection of all possible button actions. * It is independed of the number of buttons. */
src/ButtonHandler/ButtonActions.h:79
ClassButtonDrv
* Button driver. */
src/Hal/ButtonDrv.h:119
ClassButtonHandler
src/ButtonHandler/ButtonHandler.hpp:69
ClassButtonInfo
src/ButtonHandler/ButtonHandler.hpp:208
ClassBuzzerDrv
* Buzzer driver. */
src/Hal/BuzzerDrv.h:60
ClassCanvasTextView
lib/Views/src/CanvasTextViewBase.hpp:66
ClassCanvasTextView32x16
* View for 32x16 LED matrix with canvas and text. */
lib/Views/src/layout/CanvasTextView32x16.h:66
ClassCanvasTextView32x8
* View for 32x8 LED matrix with canvas and text. */
lib/Views/src/layout/CanvasTextView32x8.h:66
ClassCanvasTextView64x64
* View for 64x64 LED matrix with canvas and text. */
lib/Views/src/layout/CanvasTextView64x64.h:66
ClassCanvasTextView<LAYOUT_32X16>
lib/Views/src/CanvasTextViewBase.hpp:94
ClassCanvasTextView<LAYOUT_32X8>
lib/Views/src/CanvasTextViewBase.hpp:80
ClassCanvasTextView<LAYOUT_64X64>
lib/Views/src/CanvasTextViewBase.hpp:108
ClassCanvasTextViewGeneric
* Generic view for LED matrix with canvas and text. */
lib/Views/src/layout/CanvasTextViewGeneric.h:66
ClassCanvasView
lib/Views/src/CanvasViewBase.hpp:63
ClassCanvasViewGeneric
* Generic view for LED matrix with bitmap and canvas. * * The bitmap widget is used to show an icon, while the canvas widget * is used for drawing.
lib/Views/src/layout/CanvasViewGeneric.h:68
ClassCanvasWidget
* This class defines a canvas widget. */
lib/YAWidgets/src/CanvasWidget.h:63
ClassCaptivePortalHandler
* Captive portal request handler. */
src/Web/CaptivePortalHandler.h:61
EnumChannelId
lib/Sensors/src/SensorDhtX.h:331
EnumChannelId
lib/Sensors/src/SensorBattery.h:234
EnumChannelId
lib/Sensors/src/SensorSht3X.h:310
EnumChunkBodyPart
lib/AsyncHttpClient/src/AsyncHttpClient.h:333
ClassClockDrv
* Clock driver. * * The time zone configured in the settings is used for local time operations. * The utc time is stored in the RTC if available.
src/Service/ClockDrv.h:65
ClassCmd
lib/AsyncHttpClient/src/AsyncHttpClient.h:249
EnumCmd
src/Web/WsCommand/WsCmdIperf.h:109
EnumCmdId
lib/AsyncHttpClient/src/AsyncHttpClient.h:240
ClassCmdTableEntry
src/General/MiniTerminal.h:101
ClassConnectedState
* System state: Connected */
src/SystemState/ConnectedState.h:63
ClassConnectingState
* System state: Connecting */
src/SystemState/ConnectingState.h:63
ClassCountdownPlugin
* Shows the remaining days until a configured target date. * * At the first installation a json document is generated to the /configuration/UUID.jso
lib/CountdownPlugin/src/CountdownPlugin.h:72
ClassCriticalSection
* Wrapper for the freeRTOS critical section with spinlock to protect * concurrent access by cores. */
lib/Os/src/CriticalSection.hpp:62
ClassCriticalSectionGuard
* The critical section guard enters the critical section at creation and exits during * destruction. */
lib/Os/src/CriticalSection.hpp:109
ClassDDPPlugin
* Plugin to handle Distributed Display Protocol (DDP) traffic as display server. * http://www.3waylabs.com/ddp/ */
lib/DDPPlugin/src/DDPPlugin.h:64
ClassDDPServer
* Server for the Distributed Display Protocol (DDP). * A controller will connect to the server to send some data on the * display. * * Specificati
lib/DDPPlugin/src/DDPServer.h:65
ClassDInPin
lib/Common/src/Io.hpp:187
ClassDInPin<pinNo, INPUT>
lib/Common/src/Io.hpp:216
ClassDInPin<pinNo, INPUT_PULLDOWN>
lib/Common/src/Io.hpp:296
ClassDInPin<pinNo, INPUT_PULLUP>
lib/Common/src/Io.hpp:256
ClassDOutPin
lib/Common/src/Io.hpp:134
EnumDataType
lib/Common/src/ISensorChannel.hpp:68
ClassDateDMY
lib/CountdownPlugin/src/CountdownPlugin.h:77
ClassDateTimePlugin
* Shows the current data and time (alternately) over the whole display. * It can be configured to show only the date or only the time as well. */
lib/DateTimePlugin/src/DateTimePlugin.h:67
ClassDateTimeView
lib/Views/src/DateTimeViewBase.hpp:66
ClassDateTimeView32x16
* View for 32x16 LED matrix with date and time. */
lib/Views/src/layout/DateTimeView32x16.h:67
ClassDateTimeView32x8
* View for 32x8 LED matrix with date and time. */
lib/Views/src/layout/DateTimeView32x8.h:67
ClassDateTimeView64x64
* View for 64x64 LED matrix with date and time. */
lib/Views/src/layout/DateTimeView64x64.h:65
ClassDateTimeView<LAYOUT_32X16>
lib/Views/src/DateTimeViewBase.hpp:94
ClassDateTimeView<LAYOUT_32X8>
lib/Views/src/DateTimeViewBase.hpp:80
ClassDateTimeView<LAYOUT_64X64>
lib/Views/src/DateTimeViewBase.hpp:108
ClassDateTimeViewGeneric
* Generic view for LED matrix with date and time. */
lib/Views/src/layout/DateTimeViewGeneric.h:67
ClassDhtXHumidityChannel
* Humidity channel of the DHTx sensor. */
lib/Sensors/src/SensorDhtX.h:150
ClassDhtXTemperatureChannel
* Temperature channel of the DHTx sensor. */
lib/Sensors/src/SensorDhtX.h:64
EnumDirection
lib/YAWidgets/src/ScrollController.h:69
ClassDisplay
* This display represents a graphic TFT display. */
lib/HalTftDisplay/src/Display.h:66
ClassDisplay
* This display represents a HUB75 matrix. */
lib/HalHub75Esp32/src/Display.h:67
ClassDisplay
* This display represents a LED matrix of 32x8 NeoPixels (WS2812B). */
lib/HalLedMatrix/src/Display.h:66
ClassDisplayMgr
* The display manager is responsible for showing stuff in the right time on the * display. For this several time slots are provided. Each time slot c
src/DisplayMgr/DisplayMgr.h:77
EnumDisplayState
lib/TimerService/src/TimerSetting.h:66
EnumDisposalMethod
lib/YAWidgets/src/GifImgPlayer.h:261
ClassDoubleFrameBuffer
* This class provides a double buffered framebuffer. * It contains two framebuffers, which can be used for double buffering. * The framebuffers memo
src/DisplayMgr/DoubleFrameBuffer.h:63
EnumErrorId
src/SystemState/ErrorState.h:105
ClassErrorState
* System state: Error */
src/SystemState/ErrorState.h:62
ClassEspClass
* ESP specific methods used for testing purposes. */
test/stub/Esp.h:60
ClassEvent
lib/AsyncHttpClient/src/AsyncHttpClient.h:287
EnumEventId
lib/AsyncHttpClient/src/AsyncHttpClient.h:274
ClassFS
lib/ArduinoNative/src/FS.h:159
EnumFadeEffect
src/DisplayMgr/FadeEffectController.h:72
next →1–100 of 452, ranked by callers