/*! * * Copyright (c) 2022-2024 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * \file VTDAirPumpData.cpp * \author (last) Behrouz NematiPour * \date (last) 09-Mar-2022 * \author (original) Michael Garthwaite * \date (original) 23-Feb-2022 * */ #include "VTDAirPumpData.h" // Project #include "GuiController.h" VIEW_DEF(VTDAirPump, TDAirPumpData) void VTDAirPump::onActionReceive(const TDAirPumpData &vData) { airPumpState (vData.mAirPumpState ); airPumpPower (vData.mAirPumpPower ); }