|
eoReturn | SetType (uint8_t type) |
|
virtual eoReturn | GetValue (CHANNEL_TYPE type, float &value, uint8_t subFlag) |
| Gets the Value as Floating point. More...
|
|
virtual eoReturn | GetValue (CHANNEL_TYPE type, uint32_t &value, uint8_t subFlag) |
|
virtual eoReturn | SetValue (CHANNEL_TYPE type, float value, uint8_t subFlag) |
| Gets the Value as a float. More...
|
|
virtual eoReturn | SetValue (CHANNEL_TYPE type, uint32_t value, uint8_t subFlag) |
|
| eoA5EEProfile (uint16_t size=4) |
|
virtual eoReturn | Create (eoMessage &m) |
| Generates an EEP Message. More...
|
|
virtual eoReturn | CreateTeachIN (eoMessage &m) |
| Generates an EEP Telegram(only not chained supported!!1) More...
|
|
virtual eoReturn | Parse (const eoMessage &msg) |
| Parses a msg using learned in Profile from Device. More...
|
|
bool | Is4BSData (const eoMessage &m) |
|
bool | IsSecDData (const eoMessage &m) |
|
| 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 void | ClearValues () |
|
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 a510 profiles.
Allows the user to handle EEP a510 profiles, the following profiles are available:
- A5-10-01
- A5-10-02
- A5-10-03
- A5-10-04
- A5-10-05
- A5-10-06
- A5-10-07
- A5-10-08
- A5-10-09
- A5-10-0A
- A5-10-0B
- A5-10-0C
- A5-10-0D
- A5-10-10
- A5-10-11
- A5-10-12
- A5-10-13
- A5-10-14
- A5-10-15
- A5-10-16
- A5-10-17
- A5-10-18
- A5-10-19
- A5-10-1A
- A5-10-1B
- A5-10-1C
- A5-10-1D
- A5-10-1E
- A5-10-1F
- A5-10-20
- A5-10-21
- A5-10-22
- A5-10-23
The following channels are available for 01 profile:
The following channels are available for 02 profile:
The following channels are available for 03 profile:
The following channels are available for 04 profile:
The following channels are available for 05 profile:
The following channels are available for 06 profile:
The following channels are available for 07 profile:
The following channels are available for 08 profile:
The following channels are available for 09 profile:
The following channels are available for 0A profile:
The following channels are available for 0B profile:
The following channels are available for 0C profile:
The following channels are available for 0D profile:
The following channels are available for 10 profile:
The following channels are available for 11 profile:
The following channels are available for 12 profile:
The following channels are available for 13 profile:
The following channels are available for 14 profile:
The following channels are available for 15 profile:
The following channels are available for 16 profile:
The following channels are available for 17 profile:
The following channels are available for 18 profile:
The following channels are available for 19 profile:
The following channels are available for 1A profile:
The following channels are available for 1B profile:
The following channels are available for 1C profile:
The following channels are available for 1D profile:
The following channels are available for 1E profile:
The following channels are available for 1F profile:
The following channels are available for 20 profile:
The following channels are available for 21 profile:
The following channels are available for 22 profile:
The following channels are available for 23 profile:
Gets the Value as Floating point.
Using the CHANNEL_TYPE type information, this information gets the unsigned integer value accordingly, if the Profile does not support the requested CHANNEL_TYPE NOT_SUPPORTED is returned, if the functions is not implemented for the chosen profile, NOT_IMPLEMENTED is returned
- Parameters
-
type | CHANNEL_TYPE |
value | Reference to floating point |
subFlag | Sub flag |
- Returns
- eoReturn EO_OK,NOT_SUPPORTED,NOT_IMPLEMENTED
Reimplemented from eoEEProfile.
Gets the Value as a float.
Using the CHANNEL_TYPE type information, this information gets the unsigned integer value accordingly, if the Profile does not support the requested CHANNEL_TYPE NOT_SUPPORTED is returned, if the functions is not implemented for the chosen profile, NOT_IMPLEMENTED is returned
- Parameters
-
type | CHANNEL_TYPE |
value | Reference to floating point |
subFlag | Sub flag |
- Returns
- eoReturn EO_OK,NOT_SUPPORTED,NOT_IMPLEMENTED
Reimplemented from eoEEProfile.