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

#include "EEStore.h"

Public Attributes

char id [sizeof (EESTORE_ID)+1]
 
int nTurnouts
 
int nSensors
 
int nOutputs
 

Detailed Description

This structure stores data of EEStore class.

Definition at line 20 of file EEStore.h.

Member Data Documentation

char EEStoreData::id[sizeof (EESTORE_ID)+1]

String used to check if the data already in the EEPROM was saved by DCC++.

Definition at line 21 of file EEStore.h.

int EEStoreData::nOutputs

Outputs number.

Definition at line 29 of file EEStore.h.

int EEStoreData::nSensors

Sensors number.

Definition at line 26 of file EEStore.h.

int EEStoreData::nTurnouts

Turnouts number.

Definition at line 23 of file EEStore.h.


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