EnOcean Link
1.14.0.0
Middleware to Connect EnOcean easily to other Projects
|
The class to handle eoEEP_D21457. More...
#include <eoEEP_D21457.h>
Public Member Functions | |
eoReturn | SetType (uint8_t type) |
eoEEP_D21457 (uint16_t size=14) | |
Public Member Functions inherited from eoD2EEProfile | |
eoD2EEProfile (uint16_t size=14) | |
virtual eoReturn | CreateTeachIN (eoMessage &m) |
Generates an EEP Telegram(only not chained supported!!1) More... | |
virtual eoReturn | SetCommand (uint8_t cmd) |
Public Member Functions inherited from eoEEProfile | |
eoEEProfile (uint16_t size=4) | |
virtual eoReturn | GetValue (CHANNEL_TYPE type, float &value) |
Gets the Value as Floating Point. More... | |
virtual eoReturn | GetValue (CHANNEL_TYPE type, uint8_t &value) |
Sets the Value using a unsigned integer. More... | |
virtual eoReturn | GetValue (CHANNEL_TYPE type, uint32_t &value) |
virtual eoReturn | GetValue (CHANNEL_TYPE type, uint8_t &value, uint8_t subFlag) |
Gets the Value as unsigned integer. More... | |
virtual eoReturn | GetValue (CHANNEL_TYPE type, uint32_t &value, uint8_t subFlag) |
virtual eoReturn | GetValue (CHANNEL_TYPE type, uint64_t &value, uint8_t subFlag) |
virtual eoReturn | GetValue (CHANNEL_TYPE type, float &value, uint8_t subFlag) |
Gets the Value as Floating point. More... | |
virtual eoReturn | SetValue (CHANNEL_TYPE type, float value) |
Sets the Value using a Floating Point. More... | |
virtual eoReturn | SetValue (CHANNEL_TYPE type, uint8_t value) |
Sets the Value using a uint8_t. More... | |
virtual eoReturn | SetValue (CHANNEL_TYPE type, uint32_t value) |
virtual eoReturn | SetValue (CHANNEL_TYPE type, float value, uint8_t subFlag) |
Gets the Value as a float. More... | |
virtual eoReturn | SetValue (CHANNEL_TYPE type, uint8_t value, uint8_t subFlag) |
Gets the Value as unsigned integer. More... | |
virtual eoReturn | SetValue (CHANNEL_TYPE type, uint32_t value, uint8_t subFlag) |
virtual eoReturn | SetValue (CHANNEL_TYPE type, uint64_t value, uint8_t subFlag) |
Sets the Value as a 64-bit. More... | |
virtual eoChannelInfo * | GetChannel (CHANNEL_TYPE type, uint8_t subType) |
virtual eoChannelInfo * | GetChannel (CHANNEL_TYPE type) |
virtual eoChannelInfo * | GetChannel (uint8_t channelNumber) |
virtual eoReturn | GetSubTypeChannel (CHANNEL_TYPE type, std::vector< eoEEPChannelInfo *> &vector) |
virtual uint8_t | GetChannelCount () const |
Public Member Functions inherited from eoProfile | |
eoProfile (uint16_t size=0) | |
virtual bool | operator== (const eoProfile &othProfile) const |
virtual bool | operator!= (const eoProfile &othProfile) const |
virtual bool | IsSecDData (const eoMessage &message) |
virtual void | ClearValues () |
virtual eoReturn | Create (eoMessage &m) |
Generates an EEP Message. More... | |
virtual eoReturn | Parse (const eoMessage &msg) |
Parses a msg using learned in Profile from Device. More... | |
virtual uint8_t | Serialize (eoArchive &a) |
Serialization Function which will be called by the eoStorageManager. More... | |
eoReturn | SetManufacturer (uint16_t manufacturerID) |
Additional Inherited Members | |
Public Attributes inherited from eoProfile | |
uint8_t | rorg |
R-ORG. | |
uint8_t | func |
Func. | |
uint8_t | type |
Type. | |
uint16_t | manufacturer |
Manufacturer. | |
Static Protected Member Functions inherited from eoEEProfile | |
static void | CopyItemToChannel (eoEEPChannelInfo &channel, EEP_ITEM const *item) |
Static Protected Member Functions inherited from eoProfile | |
static float | ScaleFromRAW (uint32_t rawValue, uint32_t rangeMin, uint32_t rangeMax, double scaleMin, double scaleMax) |
Creates floating Point from Raw Value. More... | |
static uint32_t | ScaleToRAW (float value, uint32_t rangeMin, uint32_t rangeMax, double scaleMin, double scaleMax) |
Creates Raw Value from a floating Point. More... | |
static eoReturn | GetRawValue (const eoMessage &msg, uint32_t &value, uint16_t offset, uint8_t size) |
Gives raw data Value from a Message. More... | |
static eoReturn | SetRawValue (eoMessage &msg, uint32_t value, uint16_t offset, uint8_t size) |
Inserts raw data Value in a message. More... | |
Protected Attributes inherited from eoEEProfile | |
eoEEPChannelInfo * | channel |
ChannelInfo list for direct Access to channels. | |
uint8_t | channelCount |
Number of channels. | |
Protected Attributes inherited from eoProfile | |
eoMessage | msg |
helper function to convert bits | |
Static Protected Attributes inherited from eoProfile | |
static const uint8_t | maskArray [8] |
Mask array. | |
The class to handle eoEEP_D21457.
Allows the user to handle eoEEP_D21457 profile.
Channel Index | Channel Type | Type | Comment |
---|---|---|---|
0 | E_STATE | uint | ::S4 - Status |
1 | E_STATE | uint | ::S3 - Status |
2 | E_STATE | uint | ::S2 - Status |
3 | E_STATE | uint | ::S1 - Status |
4 | E_STATE | uint | ::V - Voc |
5 | S_CONC | float | ::VCH0 - Voc |
6 | E_STATE | uint | ::O8 - Occupancy |
7 | E_STATE | uint | ::O7 - Occupancy |
8 | E_STATE | uint | ::O6 - Occupancy |
9 | E_STATE | uint | ::O4 - Occupancy |
10 | E_STATE | uint | ::O4 - Occupancy |
11 | E_STATE | uint | ::O3 - Occupancy |
12 | E_STATE | uint | ::O2 - Occupancy |
13 | E_STATE | uint | ::O1 - Occupancy |
14 | E_STATE | uint | ::D4 - dimValue |
15 | S_PERCENTAGE | float | ::DCH0 - dimValue |
16 | E_STATE | uint | ::D3 - dimValue |
17 | S_PERCENTAGE | float | ::DCH0 - dimValue |
18 | E_STATE | uint | ::D2 - dimValue |
19 | S_PERCENTAGE | float | ::DCH0 - dimValue |
20 | E_STATE | uint | ::D1 - dimValue |
21 | S_PERCENTAGE | float | ::DCH0 - dimValue |
22 | E_STATE | uint | ::T - temp |
23 | S_TEMP | float | ::TCH0 - temp |
24 | E_STATE | uint | ::I - Illumination |
25 | S_LUMINANCE | float | ::ICH0 - Illumination |
26 | E_STATE | uint | ::SS - Sound Sensor |
27 | E_STATE | uint | ::SSCH0 - Sound Sensor |
28 | E_STATE | uint | ::H - humidity |
29 | S_PERCENTAGE | float | ::HCH0 - humidity |
30 | E_STATE | uint | ::CT4 - ColorTemperature |
31 | S_TEMP | float | ::CCH4 - ColorTemperature |
32 | E_STATE | uint | ::CT3 - ColorTemperature |
33 | S_TEMP | float | ::CCH3 - ColorTemperature |
34 | E_STATE | uint | ::CT2 - ColorTemperature |
35 | S_TEMP | float | ::CCH2 - ColorTemperature |
36 | E_STATE | uint | ::CT1 - ColorTemperature |
37 | S_TEMP | float | ::CCH1 - ColorTemperature |