regenerated events

This commit is contained in:
2022-03-04 10:26:29 +01:00
parent 60f9bf8fe5
commit bc310c9dfb
10 changed files with 164 additions and 161 deletions

View File

@ -164,7 +164,7 @@ class PayloadPcduHandler : public DeviceHandlerBase {
void handleFailureInjection(std::string output, Event event);
ReturnValue_t serializeFloat(uint32_t& param, float val);
ReturnValue_t handleDoubleParamUpdate(std::string key, ParameterWrapper* parameterWrapper,
const ParameterWrapper* newValues);
const ParameterWrapper* newValues);
};
#endif /* LINUX_DEVICES_PLPCDUHANDLER_H_ */