|
FastLED 3.9.15
|
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | fl::RpcResult |
| Result metadata for executed RPC calls. More... | |
Namespaces | |
| namespace | fl |
| Base definition for an LED controller. | |
Enumerations | |
| enum class | fl::RemoteClearFlags : u8 { fl::None = 0 , fl::Results = 1 << 0 , fl::Scheduled = 1 << 1 , fl::Functions = 1 << 2 , fl::All = Results | Scheduled | Functions } |
| Flags for clearing Remote state (can be OR'd together) More... | |
Functions | |
| bool | fl::operator! (RemoteClearFlags flags) |
| RemoteClearFlags | fl::operator& (RemoteClearFlags a, RemoteClearFlags b) |
| RemoteClearFlags | fl::operator| (RemoteClearFlags a, RemoteClearFlags b) |