geopm  3.1.1.dev214+gba4f9f6d
GEOPM - Global Extensible Open Power Manager
Public Member Functions | List of all members
geopm::CombinedControl Class Reference

Used by PlatformIO to define a control as a function of other controls. More...

#include <CombinedControl.hpp>

Public Member Functions

 CombinedControl ()
 
 CombinedControl (double factor)
 
virtual ~CombinedControl ()=default
 
virtual double adjust (double setting)
 Multiply setting by factor and return. More...
 

Detailed Description

Used by PlatformIO to define a control as a function of other controls.

Constructor & Destructor Documentation

◆ CombinedControl() [1/2]

geopm::CombinedControl::CombinedControl ( )

◆ CombinedControl() [2/2]

geopm::CombinedControl::CombinedControl ( double  factor)

◆ ~CombinedControl()

virtual geopm::CombinedControl::~CombinedControl ( )
virtualdefault

Member Function Documentation

◆ adjust()

double geopm::CombinedControl::adjust ( double  setting)
virtual

Multiply setting by factor and return.


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