aqhome-react: rename "name" to "typeName" in AQHREACT_Unit
This commit is contained in:
@@ -47,7 +47,7 @@ AQHREACT_UNIT *AqHomeReact_UnitLowPass_new(AQHOME_REACT *aqh)
|
||||
AQHREACT_PARAM *param;
|
||||
|
||||
unit=AQHREACT_Unit_new(aqh);
|
||||
AQHREACT_Unit_SetName(unit, "lowpass");
|
||||
AQHREACT_Unit_SetTypeName(unit, "lowpass");
|
||||
AQHREACT_Unit_SetDescription(unit, "Lowpass filter for data");
|
||||
AQHREACT_Unit_SetInputDataFn(unit, _cbInputData);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user