LCC Fusion Project 1.0
LCC Automation
Loading...
Searching...
No Matches
TurnoutData Struct Reference

#include <Turnout.h>

Public Attributes

byte tStatus
 
byte subAddress
 
int id
 
int address
 

Detailed Description

Data associated to each Turnout.

Definition at line 21 of file Turnout.h.

Member Data Documentation

◆ address

int TurnoutData::address

The primary address of the decoder controlling this turnout (0-511).

Definition at line 26 of file Turnout.h.

◆ id

int TurnoutData::id

The numeric ID (0-32767) of the turnout to control.

Definition at line 25 of file Turnout.h.

◆ subAddress

byte TurnoutData::subAddress

The sub-address of the decoder controlling this turnout (0-3).

Definition at line 24 of file Turnout.h.

◆ tStatus

byte TurnoutData::tStatus

Current status of the turnout : 0 for Off, 1 for On.

Definition at line 23 of file Turnout.h.


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