![]()  | 
  
    PS_Fgen_FW
    4da88f4073c1cc65ea45c3a652a2751e495e50db
    
   Firmware for an Power Supply and Function Generator build from an ATX power supply 
   | 
 
#include <Channel.h>
  
Public Member Functions | |
| Channel (ChannelTypes_t channelType) | |
| Constructor of the Channel class.   | |
| ChannelTypes_t | GetChannelType () | 
| Function that can be used to return the _channelType property.   | |
Protected Attributes | |
| ChannelTypes_t | _channelType | 
| Type of the channel.  | |
Channel base class.
This is the base class that should be used for all specific channel implementations.
      
  | 
  inline | 
Constructor of the Channel class.
| channelType | Type of the channel. | 
      
  | 
  inline | 
Function that can be used to return the _channelType property.