pixled-lib  1.0
Public Member Functions | Public Attributes | List of all members
pixled::led Struct Reference

#include <mapping.h>

Collaboration diagram for pixled::led:
Collaboration graph
[legend]

Public Member Functions

 led (point location, index_t index)
 

Public Attributes

point location
 
index_t index
 

Detailed Description

Basic structure used to represent an led.

A 2D location is associated to the led with the specified index on the led strip.

Examples
pixled/function/function.cpp.

Constructor & Destructor Documentation

◆ led()

pixled::led::led ( point  location,
index_t  index 
)
inline

led constructor.

Parameters
locationled location
indexled index on the led strip

Member Data Documentation

◆ location

point pixled::led::location

Led location.

◆ index

index_t pixled::led::index

Led index on the led strip.


The documentation for this struct was generated from the following file: