|
| eoReturn | SetType (uint8_t type) |
| |
| eoReturn | Parse (const eoMessage &msg) |
| | Parses a msg using learned in Profile from Device. More...
|
| |
| | eoEEP_D201xx (uint16_t size=10) |
| |
|
virtual eoReturn | GetValue (CHANNEL_TYPE type, uint32_t &value, uint8_t index) |
| |
|
virtual eoReturn | SetValue (CHANNEL_TYPE type, uint32_t value, uint8_t index) |
| |
| virtual eoReturn | GetValue (CHANNEL_TYPE type, float &value, uint8_t index) |
| | Gets the Value as Floating point. More...
|
| |
| virtual eoReturn | SetValue (CHANNEL_TYPE type, float value, uint8_t index) |
| | Gets the Value as a float. More...
|
| |
| virtual eoReturn | SetLength (uint8_t type) |
| |
| virtual eoReturn | SetCommand (uint8_t cmd) |
| |
| | eoD2EEProfile (uint16_t size=14) |
| |
| virtual eoReturn | CreateTeachIN (eoMessage &m) |
| | Generates an EEP Telegram(only not chained supported!!1) More...
|
| |
| | 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, uint64_t &value, uint8_t subFlag) |
| |
| 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, uint8_t value, uint8_t subFlag) |
| | Gets the Value as unsigned integer. More...
|
| |
| 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 |
| |
| | 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 uint8_t | Serialize (eoArchive &a) |
| | Serialization Function which will be called by the eoStorageManager. More...
|
| |
| eoReturn | SetManufacturer (uint16_t manufacturerID) |
| |
|
|
uint8_t | rorg |
| | R-ORG.
|
| |
|
uint8_t | func |
| | Func.
|
| |
|
uint8_t | type |
| | Type.
|
| |
|
uint16_t | manufacturer |
| | Manufacturer.
|
| |
|
static void | CopyItemToChannel (eoEEPChannelInfo &channel, EEP_ITEM const *item) |
| |
| 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...
|
| |
|
eoEEPChannelInfo * | channel |
| | ChannelInfo list for direct Access to channels.
|
| |
|
uint8_t | channelCount |
| | Number of channels.
|
| |
|
eoMessage | msg |
| | helper function to convert bits
|
| |
|
static const uint8_t | maskArray [8] |
| | Mask array.
|
| |
The class to handle EEP D201 profiles.
Allows the user to handle EEP D201 profiles, the following profiles are available:
- D2-01-00
- D2-01-01
- D2-01-02
- D2-01-03
- D2-01-04
- D2-01-05
- D2-01-06
- D2-01-07
- D2-01-08
- D2-01-09
- D2-01-0A
- D2-01-0B
- D2-01-0D
- D2-01-0C
- D2-01-10
- D2-01-11
- D2-01-12
- D2-01-13
- D2-01-14
D2-01-17
NOTE: set command before using the profile.
The following channels are available in Actuator Set Output:
The following channels are available in Actuator Set Local:
The following channels are available in Actuator Status Query:
The following channels are available in Actuator Status Response:
The following channels are available in Actuator Set Measurement:
| Channel Index | Channel Type | Type | Comment |
| 0 | F_ON_OFF | uint8_t | Report measurement, REPORT_MEASUREMENT |
| 1 | F_ON_OFF | uint8_t | Reset measurement, RESET_MEASUREMENT |
| 2 | F_ON_OFF | uint8_t | Measurement mode, MEASUREMENT_MODE |
| 3 | E_IO_CHANNEL | VLD_IO_CHANNEL | |
| 4 | S_POWER | float | Power in W, POWER_W |
| 5 | S_POWER | float | Power in kW, POWER_KW |
| 6 | S_ENERGY | float | Energy in Ws, ENERGY_WS |
| 7 | S_ENERGY | float | Energy in Wh, ENERGY_WH |
| 8 | S_ENERGY | float | Energy in kWh, ENERGY_KWH |
| 9 | S_TIME | float | Maximum time between two subsequent Actuator, MAX_SUB_TIME |
| 10 | S_TIME | float | Minimum time between two subsequent Actuator, MIN_SUB_TIME |
The following channels are available in Actuator Measurement Query:
The following channels are available in Actuator Measurement Response:
The following channels are available in Actuator Set Pilot Wire Mode:
The following channels are available in Actuator Pilot Wire Mode Query: | Channel Index | Channel Type | Type | |:----------—:|:---------—:|:-—:|
The following channels are available in Actuator Set Pilot Wire Response:
The following channels are available in Actuator Set External Interface Settings:
The following channels are available in Actuator External Interface Settings Query:
The following channels are available in Actuator External Interface Settings Response:
Allows the user to handle EEP D201 profiles, the following profiles are available:
- D2-50-00
- D2-50-01
- D2-50-10
- D2-50-11
NOTE: set command before using the profile.
The following channels are available in Ventilation Remote Transmission Request:
The following channels are available in Ventilation Control:
The following channels are available in Ventilation Basic Status:
The following channels are available in Ventilation Extended Status: