DCCpp
This is the library version of a program for Arduino to control railroading DCC devices.
OutputData Struct Reference

#include "Outputs.h"

Public Attributes

byte oStatus
 
int id
 
byte pin
 
byte iFlag
 

Detailed Description

Data associated to each Output.

Definition at line 19 of file Outputs.h.

Member Data Documentation

byte oStatus

Current activation status.

Definition at line 20 of file Outputs.h.

int id

The numeric ID (0-32767) of the output.

Definition at line 21 of file Outputs.h.

byte pin

The Arduino pin number to use for the output.

Definition at line 22 of file Outputs.h.

byte iFlag

Defines the operational behavior of the output based on bits 0, 1, and 2 (See 'lists all outputs' command for more information).

Definition at line 23 of file Outputs.h.