34 #ifndef EO_EEPROFILE_H_ 35 #define EO_EEPROFILE_H_ uint8_t type
Type.
Definition: eoProfile.h:69
virtual eoChannelInfo * GetChannel(CHANNEL_TYPE type, uint8_t subType)
base class for EEProfile parsing
Definition: eoEEProfile.h:50
virtual eoReturn GetValue(CHANNEL_TYPE type, float &value)
Gets the Value as Floating Point.
Abstract class for channel information. Abstract class for channel information. From this class speci...
Definition: eoChannelInfo.h:77
eoReturn
contains all the return values from different functions
Definition: eoApiDef.h:40
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.
Definition: eoChannelInfo.h:110
virtual eoReturn SetValue(CHANNEL_TYPE type, float value)
Sets the Value using a Floating Point.
virtual eoReturn GetSubTypeChannel(CHANNEL_TYPE type, std::vector< eoEEPChannelInfo *> &vector)
CHANNEL_TYPE
Definition: eoChannelEnums.h:169
base class for Profile parsing
Definition: eoProfile.h:61
eoEEPChannelInfo * channel
ChannelInfo list for direct Access to channels.
Definition: eoEEProfile.h:88
uint8_t channelCount
Number of channels.
Definition: eoEEProfile.h:90
Definition: eoChannelInfo.h:49
eoEEProfile(uint16_t size=4)
virtual uint8_t GetChannelCount() const