PS_Fgen_FW  4da88f4073c1cc65ea45c3a652a2751e495e50db
Firmware for an Power Supply and Function Generator build from an ATX power supply
Loading...
Searching...
No Matches
Channel Class Reference

Channel base class. More...

#include <Channel.h>

Inheritance diagram for Channel:
DDS_Channel DMM_Channel PS_Channel

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.
 

Detailed Description

Channel base class.

This is the base class that should be used for all specific channel implementations.

Constructor & Destructor Documentation

◆ Channel()

Channel::Channel ( ChannelTypes_t channelType)
inline

Constructor of the Channel class.

Parameters
channelTypeType of the channel.

Member Function Documentation

◆ GetChannelType()

ChannelTypes_t Channel::GetChannelType ( )
inline

Function that can be used to return the _channelType property.

Returns
Type of the channel

The documentation for this class was generated from the following file: