Revision Date Author Comments
# 73eaceeb 23-Oct-2020 Bob King <Bob_King@wistron.com>

regulators: Add Services to ActionEnvironment

Add Services& services to the ActionEnvironment constructor.
Add Services& getServices() to the ActionEnvironment class.
Add Services& services to the A

regulators: Add Services to ActionEnvironment

Add Services& services to the ActionEnvironment constructor.
Add Services& getServices() to the ActionEnvironment class.
Add Services& services to the ActionEnvironment class.
Update the ActionEnvironment test for the new getServices() method.
Update classes that create an ActionEnvironment.
Update all affected testcases that create an ActionEnvironment.

Signed-off-by: Bob King <Bob_King@wistron.com>
Change-Id: I12ac9f301746965aa282b69432a71ad525739c9e

show more ...


# 8a3db36a 05-Feb-2020 Shawn McCarney <shawnmm@us.ibm.com>

regulators: Add toString() method to Action class

Add a toString() method to the Action class and all child classes.

This method returns a string description of the action. The description
will be

regulators: Add toString() method to Action class

Add a toString() method to the Action class and all child classes.

This method returns a string description of the action. The description
will be used in journal entries and error logs when an action fails
(such as due to an I2C error).

Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com>
Change-Id: I083496d23bf9c3df5be1b082650a9def24be1b00

show more ...


# 74538a6d 13-Nov-2019 Shawn McCarney <shawnmm@us.ibm.com>

Create regulators AndAction class

Create the AndAction class that implements the "and" action in the JSON
config file.

Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com>
Change-Id: If6f0353c8ac8805

Create regulators AndAction class

Create the AndAction class that implements the "and" action in the JSON
config file.

Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com>
Change-Id: If6f0353c8ac8805d4db6ad7c6591869fb6c6c0e3

show more ...