C++ Pixels Library For Windows
Enable communications with Pixels dice using Bluetooth Low Energy.
Loading...
Searching...
No Matches
Pixel.h File Reference

Definition of the Pixel class. More...

#include <functional>
#include <memory>
#include <algorithm>
#include <limits>
#include <string>
#include <vector>
#include <chrono>
#include <mutex>
#include <future>
#include "Systemic/Internal/GuardedList.h"
#include "ScannedPixel.h"
#include "MessageSerialization.h"
Include dependency graph for Pixel.h:

Go to the source code of this file.

Classes

struct  Systemic::Pixels::PixelDelegate
 Interface for a class that handles Pixel events. More...
 
class  Systemic::Pixels::Pixel
 Represents a Pixels die. More...
 

Namespaces

namespace  Systemic::BluetoothLE
 A collection of C++ classes that provides a simplified access to Bluetooth Low Energy peripherals.
 
namespace  Systemic::Pixels
 A collection of C++ classes and types to scan for and connect to Pixels dice.
 

Enumerations

enum class  Systemic::Pixels::PixelStatus {
  Disconnected , Connecting , Identifying , Ready ,
  Disconnecting
}
 The different possible connection statuses of a Pixel.
 

Detailed Description

Definition of the Pixel class.