Index: sources/view/hd/data/VHDAirTrapData.cpp =================================================================== diff -u -r30a3a58cde0e82d66c8c5f242ec550007e20b694 -r26433c42f2efa2cb18af95f523581c7eeeff049d --- sources/view/hd/data/VHDAirTrapData.cpp (.../VHDAirTrapData.cpp) (revision 30a3a58cde0e82d66c8c5f242ec550007e20b694) +++ sources/view/hd/data/VHDAirTrapData.cpp (.../VHDAirTrapData.cpp) (revision 26433c42f2efa2cb18af95f523581c7eeeff049d) @@ -1,13 +1,13 @@ /*! * - * Copyright (c) 2021-2022 Diality Inc. - All Rights Reserved. + * 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 VHDAirTrapData.cpp - * \author (last) Michael Garthwaite - * \date (last) 23-Feb-2022 + * \author (last) Dara Navaei + * \date (last) 27-Feb-2024 * \author (original) Michael Garthwaite * \date (original) 23-Feb-2022 * @@ -20,7 +20,8 @@ VIEW_DEF(VHDAirTrap, HDAirTrapData) void VHDAirTrap::onActionReceive(const HDAirTrapData &vData) { - airTrapLowerLevel (vData.mAirTrapLowerLevel ); - airTrapUpperLevel (vData.mAirTrapUpperLevel ); - + airTrapLowerLevel (vData.mAirTrapLowerLevel ); + airTrapUpperLevel (vData.mAirTrapUpperLevel ); + airTrapRawLowerLevel (vData.mAirTrapRawLowerLevel ); + airTrapRawUpperLevel (vData.mAirTrapRawUpperLevel ); }