fplayer
C99 Falcon Sequence (fseq) file player for Light-O-Rama hardware (like xLights)
Loading...
Searching...
No Matches
cr_s Struct Reference

Channel range node that maps sequence channel indices to unit and circuit numbers. More...

#include <crmap.h>

Collaboration diagram for cr_s:

Data Fields

uint32_t indexr [2]
 Start index (incl.), end index (incl.)
 
uint16_t circuitr [2]
 Start circuit (incl.), end circuit (incl.)
 
uint8_t unit
 Unit ID.
 
struct cr_snext
 Next cr_s in the list, otherwise NULL.
 

Detailed Description

Channel range node that maps sequence channel indices to unit and circuit numbers.

Field Documentation

◆ circuitr

uint16_t cr_s::circuitr[2]

Start circuit (incl.), end circuit (incl.)

◆ indexr

uint32_t cr_s::indexr[2]

Start index (incl.), end index (incl.)

◆ next

struct cr_s* cr_s::next

Next cr_s in the list, otherwise NULL.

◆ unit

uint8_t cr_s::unit

Unit ID.


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