#include <srcp.h>
Datenfelder | |
| union { | |
| struct { | |
| char Protocol [10] | |
| char Type [5] | |
| int Addr | |
| int Value | |
| int Direction | |
| int V | |
| int VMax | |
| int NumF | |
| int f [16] | |
| } GlParams | |
| struct { | |
| char Protocol [10] | |
| char Type [5] | |
| int Addr | |
| int Port | |
| int Value | |
| int Delay | |
| } GaParams | |
| struct { | |
| char ModuleType [5] | |
| int Addr | |
| int Value | |
| int Timeout | |
| } FbParams | |
| struct { | |
| int JulDay | |
| int Hour | |
| int Minute | |
| int Second | |
| int Fx | |
| int Fy | |
| } TimeParams | |
| struct { | |
| BOOL PowerOn | |
| } PowerParams | |
| } | TargetParms |
| int Addr |
| int Delay |
| int Direction |
| int f[16] |
| struct { ... } FbParams |
| int Fx |
| int Fy |
| struct { ... } GaParams |
| struct { ... } GlParams |
| int Hour |
| int JulDay |
| int Minute |
| char ModuleType[5] |
| int NumF |
| int Port |
| BOOL PowerOn |
| struct { ... } PowerParams |
| char Protocol[10] |
| int Second |
| union { ... } TargetParms |
| int Timeout |
| struct { ... } TimeParams |
| char Type[5] |
| int V |
| int Value |
| int VMax |
1.8.1.2