20    #ifdef PS_SUBSYSTEM_ENABLED 
   21        POWER_SUPPLY_CHANNEL_TYPE,   
 
   23    #ifdef DDS_SUBSYSTEM_ENABLED 
   26    #ifdef MEASURE_SUBSYSTEM_ENABLED 
 
enum ChannelTypes ChannelTypes_t
Available channel types.
 
ChannelTypes
Available channel types.
Definition Channel.h:19
 
Containing a class used to bundle min, max, default and the current values for parameters.
 
Channel(ChannelTypes_t channelType)
Constructor of the Channel class.
Definition Channel.h:48
 
ChannelTypes_t GetChannelType()
Function that can be used to return the _channelType property.
Definition Channel.h:57
 
ChannelTypes_t _channelType
Type of the channel.
Definition Channel.h:41