Go to the source code of this file.
Macros | |
#define | MaxNrOfCodes 2000 |
#define | MaxNameLength 20 |
Functions | |
int | InitX10Commands () |
fill an array with names and unsigned chars More... | |
int | InitOldElroCommands () |
fill a structure with names and unsigned chars More... | |
Variables | |
int | Address [MaxNrOfCodes] |
int | Action [MaxNrOfCodes] |
char * | Name [MaxNrOfCodes] |
#define MaxNameLength 20 |
Should be enought for A11dimtoggle
Definition at line 2 of file Commands.h.
#define MaxNrOfCodes 2000 |
should be more then enough: 16 HouseAddresses * 16 Devices * 4 actions
Definition at line 1 of file Commands.h.
int InitOldElroCommands | ( | ) |
fill a structure with names and unsigned chars
Initialize the OldElro aray with decimal codes.
Definition at line 7 of file InitOldElroCommands.c.
int InitX10Commands | ( | ) |
fill an array with names and unsigned chars
Initialize the X10 aray with decimal codes.
Definition at line 7 of file InitX10Commands.c.
int Action[MaxNrOfCodes] |
aray with decimal action.
Definition at line 8 of file Commands.h.
int Address[MaxNrOfCodes] |
aray with decimal addresses.
Definition at line 7 of file Commands.h.
char* Name[MaxNrOfCodes] |
aray with name of the command.
Definition at line 9 of file Commands.h.