Index: sources/model/mpoweroff.cpp =================================================================== diff -u -r595ed1fbe8066960afd4c8fea168208e81b173d9 -r44a85c96ab55e424866ec4cca0270aa218355f82 --- sources/model/mpoweroff.cpp (.../mpoweroff.cpp) (revision 595ed1fbe8066960afd4c8fea168208e81b173d9) +++ sources/model/mpoweroff.cpp (.../mpoweroff.cpp) (revision 44a85c96ab55e424866ec4cca0270aa218355f82) @@ -1,15 +1,16 @@ /*! - * + * * Copyright (c) 2019-2020 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 mpower.cpp - * date 3/9/2020 - * author Behrouz NematiPour - * + * \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 mpoweroff.cpp + * \author (last) Behrouz NematiPour + * \date (last) 14-May-2020 + * \author (original) Behrouz NematiPour + * \date (original) 10-Mar-2020 + * */ #include "mpoweroff.h" @@ -27,10 +28,13 @@ vData += _data.mStatus .value; } +/*! + * \brief MPowerOff::fromByteArray + * \param vByteArray + */ void MPowerOff::fromByteArray(const QByteArray &vByteArray) { int index = 0; // message data start position Types::getValue<>(vByteArray, index, _data.mStatus ); - } MPowerOff::Data MPowerOff::data() const {