EnOcean Link
1.14.0.0
Middleware to Connect EnOcean easily to other Projects
|
Specific class for EEP channel information. Class used to describe the EEP channels. It has the EEP_ITEM to describe the EEP channel values and the subtype - index. More...
#include <eoChannelInfo.h>
Public Member Functions | |
virtual uint8_t | GetSubIndex () |
Public Member Functions inherited from eoChannelInfo | |
const char * | ToString (uint8_t strType) |
void | SetName (const char *name) |
Public Attributes | |
const EEP_ITEM * | eepItem = NULL |
points to static description of EEP | |
Public Attributes inherited from eoChannelInfo | |
CHANNEL_TYPE | type |
CHANNEL_TYPE | |
VALUE_TYPE | signalType |
Current, Setpoint Absolute, Setpoint relative. | |
double | min |
Min as clear value. | |
double | max |
Max as clear value. | |
Specific class for EEP channel information. Class used to describe the EEP channels. It has the EEP_ITEM to describe the EEP channel values and the subtype - index.
|
inlinevirtual |
If in a profile multiple Channels Exist with same type, this returns the "SubIndex" for this profile
Reimplemented from eoChannelInfo.