EnOcean Link
1.14.0.0
Middleware to Connect EnOcean easily to other Projects
|
#include <eoChannelInfo.h>
Public Attributes | |
bool | exist |
Help flag if channel available. | |
uint16_t | bitoffs |
Offset of the data value in telegram in bits. | |
uint16_t | bitsize |
Size of the data value in telegram. | |
uint64_t | rangeMin |
Range of the data value - minimum. | |
uint64_t | rangeMax |
Range of the data value - maximum. | |
double | scaleMin |
Scaling application for the data value - minimum. | |
double | scaleMax |
Scaling application for the data value - maximum. | |
CHANNEL_TYPE | type |
CHANNEL_TYPE | |
uint8_t | index |
Subchannel type - or index. This is only used if two of the same CHANNEL_TYPE members are available and we need to differ between them. | |
Structure to describe the EEP Related information. It can be used in channel decoding and usage.