FastLED 3.9.15
Loading...
Searching...
No Matches
types.h File Reference
#include "fl/stl/json.h"
#include "fl/stl/stdint.h"
#include "fl/stl/string.h"
+ 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)