From 122b843fdef01a66c602d1270d50b7db576e7167 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Tue, 30 Oct 2018 18:39:21 -0700 Subject: control: Rename Timer -> TimerConf It is confusing to read some of the type definitions that deal with timers when Timer could mean a timer instantiation or a set of timer configuration parameters. This change disambiguates the two types. Tested: Built and run through unit tests. Change-Id: I9dd6b47886747d56a86b6a50eb9a74a331d0a1fe Signed-off-by: William A. Kennington III --- control/gen-fan-zone-defs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'control/gen-fan-zone-defs.py') diff --git a/control/gen-fan-zone-defs.py b/control/gen-fan-zone-defs.py index 0ddfb63..3db9a40 100755 --- a/control/gen-fan-zone-defs.py +++ b/control/gen-fan-zone-defs.py @@ -125,7 +125,7 @@ def getActions(edata, actions, events): else: if p == 'timer': param = ( - "Timer{static_cast(" + + "TimerConf{static_cast(" + str(eActions[p]['delay']) + "), " + "TimerType::" + str(eActions[p]['type']) + "}") -- cgit v1.2.1