// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. /*! * @file XNWeightBalance.hpp * This header file contains the declaration of the described types in the IDL file. * * This file was generated by the tool fastddsgen. */ #ifndef FAST_DDS_GENERATED__XNSIM_ATA04_XNWEIGHTBALANCE_HPP #define FAST_DDS_GENERATED__XNSIM_ATA04_XNWEIGHTBALANCE_HPP #include #include #include #include #if defined(_WIN32) #if defined(EPROSIMA_USER_DLL_EXPORT) #define eProsima_user_DllExport __declspec( dllexport ) #else #define eProsima_user_DllExport #endif // EPROSIMA_USER_DLL_EXPORT #else #define eProsima_user_DllExport #endif // _WIN32 #if defined(_WIN32) #if defined(EPROSIMA_USER_DLL_EXPORT) #if defined(XNWEIGHTBALANCE_SOURCE) #define XNWEIGHTBALANCE_DllAPI __declspec( dllexport ) #else #define XNWEIGHTBALANCE_DllAPI __declspec( dllimport ) #endif // XNWEIGHTBALANCE_SOURCE #else #define XNWEIGHTBALANCE_DllAPI #endif // EPROSIMA_USER_DLL_EXPORT #else #define XNWEIGHTBALANCE_DllAPI #endif // _WIN32 namespace XNSim { namespace ATA04 { /*! * @brief This class represents the structure WeightBalance_input defined by the user in the IDL file. * @ingroup XNWeightBalance */ class WeightBalance_input { public: /*! * @brief Default constructor. */ eProsima_user_DllExport WeightBalance_input() { } /*! * @brief Default destructor. */ eProsima_user_DllExport ~WeightBalance_input() { } /*! * @brief Copy constructor. * @param x Reference to the object WeightBalance_input that will be copied. */ eProsima_user_DllExport WeightBalance_input( const WeightBalance_input& x) { m_l_04_i_wbcomac_theta_deg_f8 = x.m_l_04_i_wbcomac_theta_deg_f8; m_l_04_i_wbcomac_gear_mode_l1 = x.m_l_04_i_wbcomac_gear_mode_l1; m_l_04_i_wbcomac_acset_gw_f8 = x.m_l_04_i_wbcomac_acset_gw_f8; m_l_04_i_wbcomac_acset_cg_f8 = x.m_l_04_i_wbcomac_acset_cg_f8; m_l_04_i_wbcomac_acset_tankfuel_f4 = x.m_l_04_i_wbcomac_acset_tankfuel_f4; m_l_04_i_wbcomac_acset_totfuel_f8 = x.m_l_04_i_wbcomac_acset_totfuel_f8; m_l_04_i_wbcomac_acset_zfw_f8 = x.m_l_04_i_wbcomac_acset_zfw_f8; m_l_04_i_wbcomac_acset_zfwcg_f8 = x.m_l_04_i_wbcomac_acset_zfwcg_f8; m_l_04_i_wbcomac_eng_efsep_l1 = x.m_l_04_i_wbcomac_eng_efsep_l1; m_l_04_i_wbcomac_fuel_f8 = x.m_l_04_i_wbcomac_fuel_f8; m_l_04_i_wbcomac_gear_avg_f8 = x.m_l_04_i_wbcomac_gear_avg_f8; m_l_04_i_wbcomac_kice_f8 = x.m_l_04_i_wbcomac_kice_f8; m_l_04_i_wbcomac_bycglim_l1 = x.m_l_04_i_wbcomac_bycglim_l1; m_l_04_i_wbcomac_bygwlim_l1 = x.m_l_04_i_wbcomac_bygwlim_l1; m_l_04_i_wbcomac_frz_l1 = x.m_l_04_i_wbcomac_frz_l1; m_l_04_i_wbcomac_zcgfrz_l1 = x.m_l_04_i_wbcomac_zcgfrz_l1; m_l_04_i_wbcomac_zcgfrz_grfx_l1 = x.m_l_04_i_wbcomac_zcgfrz_grfx_l1; m_l_04_i_wbcomac_ycgfrz_l1 = x.m_l_04_i_wbcomac_ycgfrz_l1; m_l_04_i_wbcomac_inertfrz_l1 = x.m_l_04_i_wbcomac_inertfrz_l1; m_l_04_i_wbcomac_potreq_gw_f8 = x.m_l_04_i_wbcomac_potreq_gw_f8; m_l_04_i_wbcomac_potreq_gwcg_f8 = x.m_l_04_i_wbcomac_potreq_gwcg_f8; m_l_04_i_wbcomac_phi_deg_f8 = x.m_l_04_i_wbcomac_phi_deg_f8; m_l_04_i_wbcomac_psi_deg_f8 = x.m_l_04_i_wbcomac_psi_deg_f8; } /*! * @brief Move constructor. * @param x Reference to the object WeightBalance_input that will be copied. */ eProsima_user_DllExport WeightBalance_input( WeightBalance_input&& x) noexcept { m_l_04_i_wbcomac_theta_deg_f8 = x.m_l_04_i_wbcomac_theta_deg_f8; m_l_04_i_wbcomac_gear_mode_l1 = x.m_l_04_i_wbcomac_gear_mode_l1; m_l_04_i_wbcomac_acset_gw_f8 = x.m_l_04_i_wbcomac_acset_gw_f8; m_l_04_i_wbcomac_acset_cg_f8 = x.m_l_04_i_wbcomac_acset_cg_f8; m_l_04_i_wbcomac_acset_tankfuel_f4 = std::move(x.m_l_04_i_wbcomac_acset_tankfuel_f4); m_l_04_i_wbcomac_acset_totfuel_f8 = x.m_l_04_i_wbcomac_acset_totfuel_f8; m_l_04_i_wbcomac_acset_zfw_f8 = x.m_l_04_i_wbcomac_acset_zfw_f8; m_l_04_i_wbcomac_acset_zfwcg_f8 = x.m_l_04_i_wbcomac_acset_zfwcg_f8; m_l_04_i_wbcomac_eng_efsep_l1 = std::move(x.m_l_04_i_wbcomac_eng_efsep_l1); m_l_04_i_wbcomac_fuel_f8 = std::move(x.m_l_04_i_wbcomac_fuel_f8); m_l_04_i_wbcomac_gear_avg_f8 = x.m_l_04_i_wbcomac_gear_avg_f8; m_l_04_i_wbcomac_kice_f8 = std::move(x.m_l_04_i_wbcomac_kice_f8); m_l_04_i_wbcomac_bycglim_l1 = x.m_l_04_i_wbcomac_bycglim_l1; m_l_04_i_wbcomac_bygwlim_l1 = x.m_l_04_i_wbcomac_bygwlim_l1; m_l_04_i_wbcomac_frz_l1 = x.m_l_04_i_wbcomac_frz_l1; m_l_04_i_wbcomac_zcgfrz_l1 = x.m_l_04_i_wbcomac_zcgfrz_l1; m_l_04_i_wbcomac_zcgfrz_grfx_l1 = x.m_l_04_i_wbcomac_zcgfrz_grfx_l1; m_l_04_i_wbcomac_ycgfrz_l1 = x.m_l_04_i_wbcomac_ycgfrz_l1; m_l_04_i_wbcomac_inertfrz_l1 = x.m_l_04_i_wbcomac_inertfrz_l1; m_l_04_i_wbcomac_potreq_gw_f8 = x.m_l_04_i_wbcomac_potreq_gw_f8; m_l_04_i_wbcomac_potreq_gwcg_f8 = x.m_l_04_i_wbcomac_potreq_gwcg_f8; m_l_04_i_wbcomac_phi_deg_f8 = x.m_l_04_i_wbcomac_phi_deg_f8; m_l_04_i_wbcomac_psi_deg_f8 = x.m_l_04_i_wbcomac_psi_deg_f8; } /*! * @brief Copy assignment. * @param x Reference to the object WeightBalance_input that will be copied. */ eProsima_user_DllExport WeightBalance_input& operator =( const WeightBalance_input& x) { m_l_04_i_wbcomac_theta_deg_f8 = x.m_l_04_i_wbcomac_theta_deg_f8; m_l_04_i_wbcomac_gear_mode_l1 = x.m_l_04_i_wbcomac_gear_mode_l1; m_l_04_i_wbcomac_acset_gw_f8 = x.m_l_04_i_wbcomac_acset_gw_f8; m_l_04_i_wbcomac_acset_cg_f8 = x.m_l_04_i_wbcomac_acset_cg_f8; m_l_04_i_wbcomac_acset_tankfuel_f4 = x.m_l_04_i_wbcomac_acset_tankfuel_f4; m_l_04_i_wbcomac_acset_totfuel_f8 = x.m_l_04_i_wbcomac_acset_totfuel_f8; m_l_04_i_wbcomac_acset_zfw_f8 = x.m_l_04_i_wbcomac_acset_zfw_f8; m_l_04_i_wbcomac_acset_zfwcg_f8 = x.m_l_04_i_wbcomac_acset_zfwcg_f8; m_l_04_i_wbcomac_eng_efsep_l1 = x.m_l_04_i_wbcomac_eng_efsep_l1; m_l_04_i_wbcomac_fuel_f8 = x.m_l_04_i_wbcomac_fuel_f8; m_l_04_i_wbcomac_gear_avg_f8 = x.m_l_04_i_wbcomac_gear_avg_f8; m_l_04_i_wbcomac_kice_f8 = x.m_l_04_i_wbcomac_kice_f8; m_l_04_i_wbcomac_bycglim_l1 = x.m_l_04_i_wbcomac_bycglim_l1; m_l_04_i_wbcomac_bygwlim_l1 = x.m_l_04_i_wbcomac_bygwlim_l1; m_l_04_i_wbcomac_frz_l1 = x.m_l_04_i_wbcomac_frz_l1; m_l_04_i_wbcomac_zcgfrz_l1 = x.m_l_04_i_wbcomac_zcgfrz_l1; m_l_04_i_wbcomac_zcgfrz_grfx_l1 = x.m_l_04_i_wbcomac_zcgfrz_grfx_l1; m_l_04_i_wbcomac_ycgfrz_l1 = x.m_l_04_i_wbcomac_ycgfrz_l1; m_l_04_i_wbcomac_inertfrz_l1 = x.m_l_04_i_wbcomac_inertfrz_l1; m_l_04_i_wbcomac_potreq_gw_f8 = x.m_l_04_i_wbcomac_potreq_gw_f8; m_l_04_i_wbcomac_potreq_gwcg_f8 = x.m_l_04_i_wbcomac_potreq_gwcg_f8; m_l_04_i_wbcomac_phi_deg_f8 = x.m_l_04_i_wbcomac_phi_deg_f8; m_l_04_i_wbcomac_psi_deg_f8 = x.m_l_04_i_wbcomac_psi_deg_f8; return *this; } /*! * @brief Move assignment. * @param x Reference to the object WeightBalance_input that will be copied. */ eProsima_user_DllExport WeightBalance_input& operator =( WeightBalance_input&& x) noexcept { m_l_04_i_wbcomac_theta_deg_f8 = x.m_l_04_i_wbcomac_theta_deg_f8; m_l_04_i_wbcomac_gear_mode_l1 = x.m_l_04_i_wbcomac_gear_mode_l1; m_l_04_i_wbcomac_acset_gw_f8 = x.m_l_04_i_wbcomac_acset_gw_f8; m_l_04_i_wbcomac_acset_cg_f8 = x.m_l_04_i_wbcomac_acset_cg_f8; m_l_04_i_wbcomac_acset_tankfuel_f4 = std::move(x.m_l_04_i_wbcomac_acset_tankfuel_f4); m_l_04_i_wbcomac_acset_totfuel_f8 = x.m_l_04_i_wbcomac_acset_totfuel_f8; m_l_04_i_wbcomac_acset_zfw_f8 = x.m_l_04_i_wbcomac_acset_zfw_f8; m_l_04_i_wbcomac_acset_zfwcg_f8 = x.m_l_04_i_wbcomac_acset_zfwcg_f8; m_l_04_i_wbcomac_eng_efsep_l1 = std::move(x.m_l_04_i_wbcomac_eng_efsep_l1); m_l_04_i_wbcomac_fuel_f8 = std::move(x.m_l_04_i_wbcomac_fuel_f8); m_l_04_i_wbcomac_gear_avg_f8 = x.m_l_04_i_wbcomac_gear_avg_f8; m_l_04_i_wbcomac_kice_f8 = std::move(x.m_l_04_i_wbcomac_kice_f8); m_l_04_i_wbcomac_bycglim_l1 = x.m_l_04_i_wbcomac_bycglim_l1; m_l_04_i_wbcomac_bygwlim_l1 = x.m_l_04_i_wbcomac_bygwlim_l1; m_l_04_i_wbcomac_frz_l1 = x.m_l_04_i_wbcomac_frz_l1; m_l_04_i_wbcomac_zcgfrz_l1 = x.m_l_04_i_wbcomac_zcgfrz_l1; m_l_04_i_wbcomac_zcgfrz_grfx_l1 = x.m_l_04_i_wbcomac_zcgfrz_grfx_l1; m_l_04_i_wbcomac_ycgfrz_l1 = x.m_l_04_i_wbcomac_ycgfrz_l1; m_l_04_i_wbcomac_inertfrz_l1 = x.m_l_04_i_wbcomac_inertfrz_l1; m_l_04_i_wbcomac_potreq_gw_f8 = x.m_l_04_i_wbcomac_potreq_gw_f8; m_l_04_i_wbcomac_potreq_gwcg_f8 = x.m_l_04_i_wbcomac_potreq_gwcg_f8; m_l_04_i_wbcomac_phi_deg_f8 = x.m_l_04_i_wbcomac_phi_deg_f8; m_l_04_i_wbcomac_psi_deg_f8 = x.m_l_04_i_wbcomac_psi_deg_f8; return *this; } /*! * @brief Comparison operator. * @param x WeightBalance_input object to compare. */ eProsima_user_DllExport bool operator ==( const WeightBalance_input& x) const { return (m_l_04_i_wbcomac_theta_deg_f8 == x.m_l_04_i_wbcomac_theta_deg_f8 && m_l_04_i_wbcomac_gear_mode_l1 == x.m_l_04_i_wbcomac_gear_mode_l1 && m_l_04_i_wbcomac_acset_gw_f8 == x.m_l_04_i_wbcomac_acset_gw_f8 && m_l_04_i_wbcomac_acset_cg_f8 == x.m_l_04_i_wbcomac_acset_cg_f8 && m_l_04_i_wbcomac_acset_tankfuel_f4 == x.m_l_04_i_wbcomac_acset_tankfuel_f4 && m_l_04_i_wbcomac_acset_totfuel_f8 == x.m_l_04_i_wbcomac_acset_totfuel_f8 && m_l_04_i_wbcomac_acset_zfw_f8 == x.m_l_04_i_wbcomac_acset_zfw_f8 && m_l_04_i_wbcomac_acset_zfwcg_f8 == x.m_l_04_i_wbcomac_acset_zfwcg_f8 && m_l_04_i_wbcomac_eng_efsep_l1 == x.m_l_04_i_wbcomac_eng_efsep_l1 && m_l_04_i_wbcomac_fuel_f8 == x.m_l_04_i_wbcomac_fuel_f8 && m_l_04_i_wbcomac_gear_avg_f8 == x.m_l_04_i_wbcomac_gear_avg_f8 && m_l_04_i_wbcomac_kice_f8 == x.m_l_04_i_wbcomac_kice_f8 && m_l_04_i_wbcomac_bycglim_l1 == x.m_l_04_i_wbcomac_bycglim_l1 && m_l_04_i_wbcomac_bygwlim_l1 == x.m_l_04_i_wbcomac_bygwlim_l1 && m_l_04_i_wbcomac_frz_l1 == x.m_l_04_i_wbcomac_frz_l1 && m_l_04_i_wbcomac_zcgfrz_l1 == x.m_l_04_i_wbcomac_zcgfrz_l1 && m_l_04_i_wbcomac_zcgfrz_grfx_l1 == x.m_l_04_i_wbcomac_zcgfrz_grfx_l1 && m_l_04_i_wbcomac_ycgfrz_l1 == x.m_l_04_i_wbcomac_ycgfrz_l1 && m_l_04_i_wbcomac_inertfrz_l1 == x.m_l_04_i_wbcomac_inertfrz_l1 && m_l_04_i_wbcomac_potreq_gw_f8 == x.m_l_04_i_wbcomac_potreq_gw_f8 && m_l_04_i_wbcomac_potreq_gwcg_f8 == x.m_l_04_i_wbcomac_potreq_gwcg_f8 && m_l_04_i_wbcomac_phi_deg_f8 == x.m_l_04_i_wbcomac_phi_deg_f8 && m_l_04_i_wbcomac_psi_deg_f8 == x.m_l_04_i_wbcomac_psi_deg_f8); } /*! * @brief Comparison operator. * @param x WeightBalance_input object to compare. */ eProsima_user_DllExport bool operator !=( const WeightBalance_input& x) const { return !(*this == x); } /*! * @brief This function copies the value in member l_04_i_wbcomac_theta_deg_f8 * @param _l_04_i_wbcomac_theta_deg_f8 New value to be copied in member l_04_i_wbcomac_theta_deg_f8 */ eProsima_user_DllExport void l_04_i_wbcomac_theta_deg_f8( const eprosima::fastcdr::optional& _l_04_i_wbcomac_theta_deg_f8) { m_l_04_i_wbcomac_theta_deg_f8 = _l_04_i_wbcomac_theta_deg_f8; } /*! * @brief This function moves the value in member l_04_i_wbcomac_theta_deg_f8 * @param _l_04_i_wbcomac_theta_deg_f8 New value to be moved in member l_04_i_wbcomac_theta_deg_f8 */ eProsima_user_DllExport void l_04_i_wbcomac_theta_deg_f8( eprosima::fastcdr::optional&& _l_04_i_wbcomac_theta_deg_f8) { m_l_04_i_wbcomac_theta_deg_f8 = std::move(_l_04_i_wbcomac_theta_deg_f8); } /*! * @brief This function returns a constant reference to member l_04_i_wbcomac_theta_deg_f8 * @return Constant reference to member l_04_i_wbcomac_theta_deg_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_i_wbcomac_theta_deg_f8() const { return m_l_04_i_wbcomac_theta_deg_f8; } /*! * @brief This function returns a reference to member l_04_i_wbcomac_theta_deg_f8 * @return Reference to member l_04_i_wbcomac_theta_deg_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_i_wbcomac_theta_deg_f8() { return m_l_04_i_wbcomac_theta_deg_f8; } /*! * @brief This function copies the value in member l_04_i_wbcomac_gear_mode_l1 * @param _l_04_i_wbcomac_gear_mode_l1 New value to be copied in member l_04_i_wbcomac_gear_mode_l1 */ eProsima_user_DllExport void l_04_i_wbcomac_gear_mode_l1( const eprosima::fastcdr::optional& _l_04_i_wbcomac_gear_mode_l1) { m_l_04_i_wbcomac_gear_mode_l1 = _l_04_i_wbcomac_gear_mode_l1; } /*! * @brief This function moves the value in member l_04_i_wbcomac_gear_mode_l1 * @param _l_04_i_wbcomac_gear_mode_l1 New value to be moved in member l_04_i_wbcomac_gear_mode_l1 */ eProsima_user_DllExport void l_04_i_wbcomac_gear_mode_l1( eprosima::fastcdr::optional&& _l_04_i_wbcomac_gear_mode_l1) { m_l_04_i_wbcomac_gear_mode_l1 = std::move(_l_04_i_wbcomac_gear_mode_l1); } /*! * @brief This function returns a constant reference to member l_04_i_wbcomac_gear_mode_l1 * @return Constant reference to member l_04_i_wbcomac_gear_mode_l1 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_i_wbcomac_gear_mode_l1() const { return m_l_04_i_wbcomac_gear_mode_l1; } /*! * @brief This function returns a reference to member l_04_i_wbcomac_gear_mode_l1 * @return Reference to member l_04_i_wbcomac_gear_mode_l1 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_i_wbcomac_gear_mode_l1() { return m_l_04_i_wbcomac_gear_mode_l1; } /*! * @brief This function copies the value in member l_04_i_wbcomac_acset_gw_f8 * @param _l_04_i_wbcomac_acset_gw_f8 New value to be copied in member l_04_i_wbcomac_acset_gw_f8 */ eProsima_user_DllExport void l_04_i_wbcomac_acset_gw_f8( const eprosima::fastcdr::optional& _l_04_i_wbcomac_acset_gw_f8) { m_l_04_i_wbcomac_acset_gw_f8 = _l_04_i_wbcomac_acset_gw_f8; } /*! * @brief This function moves the value in member l_04_i_wbcomac_acset_gw_f8 * @param _l_04_i_wbcomac_acset_gw_f8 New value to be moved in member l_04_i_wbcomac_acset_gw_f8 */ eProsima_user_DllExport void l_04_i_wbcomac_acset_gw_f8( eprosima::fastcdr::optional&& _l_04_i_wbcomac_acset_gw_f8) { m_l_04_i_wbcomac_acset_gw_f8 = std::move(_l_04_i_wbcomac_acset_gw_f8); } /*! * @brief This function returns a constant reference to member l_04_i_wbcomac_acset_gw_f8 * @return Constant reference to member l_04_i_wbcomac_acset_gw_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_i_wbcomac_acset_gw_f8() const { return m_l_04_i_wbcomac_acset_gw_f8; } /*! * @brief This function returns a reference to member l_04_i_wbcomac_acset_gw_f8 * @return Reference to member l_04_i_wbcomac_acset_gw_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_i_wbcomac_acset_gw_f8() { return m_l_04_i_wbcomac_acset_gw_f8; } /*! * @brief This function copies the value in member l_04_i_wbcomac_acset_cg_f8 * @param _l_04_i_wbcomac_acset_cg_f8 New value to be copied in member l_04_i_wbcomac_acset_cg_f8 */ eProsima_user_DllExport void l_04_i_wbcomac_acset_cg_f8( const eprosima::fastcdr::optional& _l_04_i_wbcomac_acset_cg_f8) { m_l_04_i_wbcomac_acset_cg_f8 = _l_04_i_wbcomac_acset_cg_f8; } /*! * @brief This function moves the value in member l_04_i_wbcomac_acset_cg_f8 * @param _l_04_i_wbcomac_acset_cg_f8 New value to be moved in member l_04_i_wbcomac_acset_cg_f8 */ eProsima_user_DllExport void l_04_i_wbcomac_acset_cg_f8( eprosima::fastcdr::optional&& _l_04_i_wbcomac_acset_cg_f8) { m_l_04_i_wbcomac_acset_cg_f8 = std::move(_l_04_i_wbcomac_acset_cg_f8); } /*! * @brief This function returns a constant reference to member l_04_i_wbcomac_acset_cg_f8 * @return Constant reference to member l_04_i_wbcomac_acset_cg_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_i_wbcomac_acset_cg_f8() const { return m_l_04_i_wbcomac_acset_cg_f8; } /*! * @brief This function returns a reference to member l_04_i_wbcomac_acset_cg_f8 * @return Reference to member l_04_i_wbcomac_acset_cg_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_i_wbcomac_acset_cg_f8() { return m_l_04_i_wbcomac_acset_cg_f8; } /*! * @brief This function copies the value in member l_04_i_wbcomac_acset_tankfuel_f4 * @param _l_04_i_wbcomac_acset_tankfuel_f4 New value to be copied in member l_04_i_wbcomac_acset_tankfuel_f4 */ eProsima_user_DllExport void l_04_i_wbcomac_acset_tankfuel_f4( const eprosima::fastcdr::optional>& _l_04_i_wbcomac_acset_tankfuel_f4) { m_l_04_i_wbcomac_acset_tankfuel_f4 = _l_04_i_wbcomac_acset_tankfuel_f4; } /*! * @brief This function moves the value in member l_04_i_wbcomac_acset_tankfuel_f4 * @param _l_04_i_wbcomac_acset_tankfuel_f4 New value to be moved in member l_04_i_wbcomac_acset_tankfuel_f4 */ eProsima_user_DllExport void l_04_i_wbcomac_acset_tankfuel_f4( eprosima::fastcdr::optional>&& _l_04_i_wbcomac_acset_tankfuel_f4) { m_l_04_i_wbcomac_acset_tankfuel_f4 = std::move(_l_04_i_wbcomac_acset_tankfuel_f4); } /*! * @brief This function returns a constant reference to member l_04_i_wbcomac_acset_tankfuel_f4 * @return Constant reference to member l_04_i_wbcomac_acset_tankfuel_f4 */ eProsima_user_DllExport const eprosima::fastcdr::optional>& l_04_i_wbcomac_acset_tankfuel_f4() const { return m_l_04_i_wbcomac_acset_tankfuel_f4; } /*! * @brief This function returns a reference to member l_04_i_wbcomac_acset_tankfuel_f4 * @return Reference to member l_04_i_wbcomac_acset_tankfuel_f4 */ eProsima_user_DllExport eprosima::fastcdr::optional>& l_04_i_wbcomac_acset_tankfuel_f4() { return m_l_04_i_wbcomac_acset_tankfuel_f4; } /*! * @brief This function copies the value in member l_04_i_wbcomac_acset_totfuel_f8 * @param _l_04_i_wbcomac_acset_totfuel_f8 New value to be copied in member l_04_i_wbcomac_acset_totfuel_f8 */ eProsima_user_DllExport void l_04_i_wbcomac_acset_totfuel_f8( const eprosima::fastcdr::optional& _l_04_i_wbcomac_acset_totfuel_f8) { m_l_04_i_wbcomac_acset_totfuel_f8 = _l_04_i_wbcomac_acset_totfuel_f8; } /*! * @brief This function moves the value in member l_04_i_wbcomac_acset_totfuel_f8 * @param _l_04_i_wbcomac_acset_totfuel_f8 New value to be moved in member l_04_i_wbcomac_acset_totfuel_f8 */ eProsima_user_DllExport void l_04_i_wbcomac_acset_totfuel_f8( eprosima::fastcdr::optional&& _l_04_i_wbcomac_acset_totfuel_f8) { m_l_04_i_wbcomac_acset_totfuel_f8 = std::move(_l_04_i_wbcomac_acset_totfuel_f8); } /*! * @brief This function returns a constant reference to member l_04_i_wbcomac_acset_totfuel_f8 * @return Constant reference to member l_04_i_wbcomac_acset_totfuel_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_i_wbcomac_acset_totfuel_f8() const { return m_l_04_i_wbcomac_acset_totfuel_f8; } /*! * @brief This function returns a reference to member l_04_i_wbcomac_acset_totfuel_f8 * @return Reference to member l_04_i_wbcomac_acset_totfuel_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_i_wbcomac_acset_totfuel_f8() { return m_l_04_i_wbcomac_acset_totfuel_f8; } /*! * @brief This function copies the value in member l_04_i_wbcomac_acset_zfw_f8 * @param _l_04_i_wbcomac_acset_zfw_f8 New value to be copied in member l_04_i_wbcomac_acset_zfw_f8 */ eProsima_user_DllExport void l_04_i_wbcomac_acset_zfw_f8( const eprosima::fastcdr::optional& _l_04_i_wbcomac_acset_zfw_f8) { m_l_04_i_wbcomac_acset_zfw_f8 = _l_04_i_wbcomac_acset_zfw_f8; } /*! * @brief This function moves the value in member l_04_i_wbcomac_acset_zfw_f8 * @param _l_04_i_wbcomac_acset_zfw_f8 New value to be moved in member l_04_i_wbcomac_acset_zfw_f8 */ eProsima_user_DllExport void l_04_i_wbcomac_acset_zfw_f8( eprosima::fastcdr::optional&& _l_04_i_wbcomac_acset_zfw_f8) { m_l_04_i_wbcomac_acset_zfw_f8 = std::move(_l_04_i_wbcomac_acset_zfw_f8); } /*! * @brief This function returns a constant reference to member l_04_i_wbcomac_acset_zfw_f8 * @return Constant reference to member l_04_i_wbcomac_acset_zfw_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_i_wbcomac_acset_zfw_f8() const { return m_l_04_i_wbcomac_acset_zfw_f8; } /*! * @brief This function returns a reference to member l_04_i_wbcomac_acset_zfw_f8 * @return Reference to member l_04_i_wbcomac_acset_zfw_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_i_wbcomac_acset_zfw_f8() { return m_l_04_i_wbcomac_acset_zfw_f8; } /*! * @brief This function copies the value in member l_04_i_wbcomac_acset_zfwcg_f8 * @param _l_04_i_wbcomac_acset_zfwcg_f8 New value to be copied in member l_04_i_wbcomac_acset_zfwcg_f8 */ eProsima_user_DllExport void l_04_i_wbcomac_acset_zfwcg_f8( const eprosima::fastcdr::optional& _l_04_i_wbcomac_acset_zfwcg_f8) { m_l_04_i_wbcomac_acset_zfwcg_f8 = _l_04_i_wbcomac_acset_zfwcg_f8; } /*! * @brief This function moves the value in member l_04_i_wbcomac_acset_zfwcg_f8 * @param _l_04_i_wbcomac_acset_zfwcg_f8 New value to be moved in member l_04_i_wbcomac_acset_zfwcg_f8 */ eProsima_user_DllExport void l_04_i_wbcomac_acset_zfwcg_f8( eprosima::fastcdr::optional&& _l_04_i_wbcomac_acset_zfwcg_f8) { m_l_04_i_wbcomac_acset_zfwcg_f8 = std::move(_l_04_i_wbcomac_acset_zfwcg_f8); } /*! * @brief This function returns a constant reference to member l_04_i_wbcomac_acset_zfwcg_f8 * @return Constant reference to member l_04_i_wbcomac_acset_zfwcg_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_i_wbcomac_acset_zfwcg_f8() const { return m_l_04_i_wbcomac_acset_zfwcg_f8; } /*! * @brief This function returns a reference to member l_04_i_wbcomac_acset_zfwcg_f8 * @return Reference to member l_04_i_wbcomac_acset_zfwcg_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_i_wbcomac_acset_zfwcg_f8() { return m_l_04_i_wbcomac_acset_zfwcg_f8; } /*! * @brief This function copies the value in member l_04_i_wbcomac_eng_efsep_l1 * @param _l_04_i_wbcomac_eng_efsep_l1 New value to be copied in member l_04_i_wbcomac_eng_efsep_l1 */ eProsima_user_DllExport void l_04_i_wbcomac_eng_efsep_l1( const eprosima::fastcdr::optional>& _l_04_i_wbcomac_eng_efsep_l1) { m_l_04_i_wbcomac_eng_efsep_l1 = _l_04_i_wbcomac_eng_efsep_l1; } /*! * @brief This function moves the value in member l_04_i_wbcomac_eng_efsep_l1 * @param _l_04_i_wbcomac_eng_efsep_l1 New value to be moved in member l_04_i_wbcomac_eng_efsep_l1 */ eProsima_user_DllExport void l_04_i_wbcomac_eng_efsep_l1( eprosima::fastcdr::optional>&& _l_04_i_wbcomac_eng_efsep_l1) { m_l_04_i_wbcomac_eng_efsep_l1 = std::move(_l_04_i_wbcomac_eng_efsep_l1); } /*! * @brief This function returns a constant reference to member l_04_i_wbcomac_eng_efsep_l1 * @return Constant reference to member l_04_i_wbcomac_eng_efsep_l1 */ eProsima_user_DllExport const eprosima::fastcdr::optional>& l_04_i_wbcomac_eng_efsep_l1() const { return m_l_04_i_wbcomac_eng_efsep_l1; } /*! * @brief This function returns a reference to member l_04_i_wbcomac_eng_efsep_l1 * @return Reference to member l_04_i_wbcomac_eng_efsep_l1 */ eProsima_user_DllExport eprosima::fastcdr::optional>& l_04_i_wbcomac_eng_efsep_l1() { return m_l_04_i_wbcomac_eng_efsep_l1; } /*! * @brief This function copies the value in member l_04_i_wbcomac_fuel_f8 * @param _l_04_i_wbcomac_fuel_f8 New value to be copied in member l_04_i_wbcomac_fuel_f8 */ eProsima_user_DllExport void l_04_i_wbcomac_fuel_f8( const eprosima::fastcdr::optional>& _l_04_i_wbcomac_fuel_f8) { m_l_04_i_wbcomac_fuel_f8 = _l_04_i_wbcomac_fuel_f8; } /*! * @brief This function moves the value in member l_04_i_wbcomac_fuel_f8 * @param _l_04_i_wbcomac_fuel_f8 New value to be moved in member l_04_i_wbcomac_fuel_f8 */ eProsima_user_DllExport void l_04_i_wbcomac_fuel_f8( eprosima::fastcdr::optional>&& _l_04_i_wbcomac_fuel_f8) { m_l_04_i_wbcomac_fuel_f8 = std::move(_l_04_i_wbcomac_fuel_f8); } /*! * @brief This function returns a constant reference to member l_04_i_wbcomac_fuel_f8 * @return Constant reference to member l_04_i_wbcomac_fuel_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional>& l_04_i_wbcomac_fuel_f8() const { return m_l_04_i_wbcomac_fuel_f8; } /*! * @brief This function returns a reference to member l_04_i_wbcomac_fuel_f8 * @return Reference to member l_04_i_wbcomac_fuel_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional>& l_04_i_wbcomac_fuel_f8() { return m_l_04_i_wbcomac_fuel_f8; } /*! * @brief This function copies the value in member l_04_i_wbcomac_gear_avg_f8 * @param _l_04_i_wbcomac_gear_avg_f8 New value to be copied in member l_04_i_wbcomac_gear_avg_f8 */ eProsima_user_DllExport void l_04_i_wbcomac_gear_avg_f8( const eprosima::fastcdr::optional& _l_04_i_wbcomac_gear_avg_f8) { m_l_04_i_wbcomac_gear_avg_f8 = _l_04_i_wbcomac_gear_avg_f8; } /*! * @brief This function moves the value in member l_04_i_wbcomac_gear_avg_f8 * @param _l_04_i_wbcomac_gear_avg_f8 New value to be moved in member l_04_i_wbcomac_gear_avg_f8 */ eProsima_user_DllExport void l_04_i_wbcomac_gear_avg_f8( eprosima::fastcdr::optional&& _l_04_i_wbcomac_gear_avg_f8) { m_l_04_i_wbcomac_gear_avg_f8 = std::move(_l_04_i_wbcomac_gear_avg_f8); } /*! * @brief This function returns a constant reference to member l_04_i_wbcomac_gear_avg_f8 * @return Constant reference to member l_04_i_wbcomac_gear_avg_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_i_wbcomac_gear_avg_f8() const { return m_l_04_i_wbcomac_gear_avg_f8; } /*! * @brief This function returns a reference to member l_04_i_wbcomac_gear_avg_f8 * @return Reference to member l_04_i_wbcomac_gear_avg_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_i_wbcomac_gear_avg_f8() { return m_l_04_i_wbcomac_gear_avg_f8; } /*! * @brief This function copies the value in member l_04_i_wbcomac_kice_f8 * @param _l_04_i_wbcomac_kice_f8 New value to be copied in member l_04_i_wbcomac_kice_f8 */ eProsima_user_DllExport void l_04_i_wbcomac_kice_f8( const eprosima::fastcdr::optional>& _l_04_i_wbcomac_kice_f8) { m_l_04_i_wbcomac_kice_f8 = _l_04_i_wbcomac_kice_f8; } /*! * @brief This function moves the value in member l_04_i_wbcomac_kice_f8 * @param _l_04_i_wbcomac_kice_f8 New value to be moved in member l_04_i_wbcomac_kice_f8 */ eProsima_user_DllExport void l_04_i_wbcomac_kice_f8( eprosima::fastcdr::optional>&& _l_04_i_wbcomac_kice_f8) { m_l_04_i_wbcomac_kice_f8 = std::move(_l_04_i_wbcomac_kice_f8); } /*! * @brief This function returns a constant reference to member l_04_i_wbcomac_kice_f8 * @return Constant reference to member l_04_i_wbcomac_kice_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional>& l_04_i_wbcomac_kice_f8() const { return m_l_04_i_wbcomac_kice_f8; } /*! * @brief This function returns a reference to member l_04_i_wbcomac_kice_f8 * @return Reference to member l_04_i_wbcomac_kice_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional>& l_04_i_wbcomac_kice_f8() { return m_l_04_i_wbcomac_kice_f8; } /*! * @brief This function copies the value in member l_04_i_wbcomac_bycglim_l1 * @param _l_04_i_wbcomac_bycglim_l1 New value to be copied in member l_04_i_wbcomac_bycglim_l1 */ eProsima_user_DllExport void l_04_i_wbcomac_bycglim_l1( const eprosima::fastcdr::optional& _l_04_i_wbcomac_bycglim_l1) { m_l_04_i_wbcomac_bycglim_l1 = _l_04_i_wbcomac_bycglim_l1; } /*! * @brief This function moves the value in member l_04_i_wbcomac_bycglim_l1 * @param _l_04_i_wbcomac_bycglim_l1 New value to be moved in member l_04_i_wbcomac_bycglim_l1 */ eProsima_user_DllExport void l_04_i_wbcomac_bycglim_l1( eprosima::fastcdr::optional&& _l_04_i_wbcomac_bycglim_l1) { m_l_04_i_wbcomac_bycglim_l1 = std::move(_l_04_i_wbcomac_bycglim_l1); } /*! * @brief This function returns a constant reference to member l_04_i_wbcomac_bycglim_l1 * @return Constant reference to member l_04_i_wbcomac_bycglim_l1 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_i_wbcomac_bycglim_l1() const { return m_l_04_i_wbcomac_bycglim_l1; } /*! * @brief This function returns a reference to member l_04_i_wbcomac_bycglim_l1 * @return Reference to member l_04_i_wbcomac_bycglim_l1 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_i_wbcomac_bycglim_l1() { return m_l_04_i_wbcomac_bycglim_l1; } /*! * @brief This function copies the value in member l_04_i_wbcomac_bygwlim_l1 * @param _l_04_i_wbcomac_bygwlim_l1 New value to be copied in member l_04_i_wbcomac_bygwlim_l1 */ eProsima_user_DllExport void l_04_i_wbcomac_bygwlim_l1( const eprosima::fastcdr::optional& _l_04_i_wbcomac_bygwlim_l1) { m_l_04_i_wbcomac_bygwlim_l1 = _l_04_i_wbcomac_bygwlim_l1; } /*! * @brief This function moves the value in member l_04_i_wbcomac_bygwlim_l1 * @param _l_04_i_wbcomac_bygwlim_l1 New value to be moved in member l_04_i_wbcomac_bygwlim_l1 */ eProsima_user_DllExport void l_04_i_wbcomac_bygwlim_l1( eprosima::fastcdr::optional&& _l_04_i_wbcomac_bygwlim_l1) { m_l_04_i_wbcomac_bygwlim_l1 = std::move(_l_04_i_wbcomac_bygwlim_l1); } /*! * @brief This function returns a constant reference to member l_04_i_wbcomac_bygwlim_l1 * @return Constant reference to member l_04_i_wbcomac_bygwlim_l1 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_i_wbcomac_bygwlim_l1() const { return m_l_04_i_wbcomac_bygwlim_l1; } /*! * @brief This function returns a reference to member l_04_i_wbcomac_bygwlim_l1 * @return Reference to member l_04_i_wbcomac_bygwlim_l1 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_i_wbcomac_bygwlim_l1() { return m_l_04_i_wbcomac_bygwlim_l1; } /*! * @brief This function copies the value in member l_04_i_wbcomac_frz_l1 * @param _l_04_i_wbcomac_frz_l1 New value to be copied in member l_04_i_wbcomac_frz_l1 */ eProsima_user_DllExport void l_04_i_wbcomac_frz_l1( const eprosima::fastcdr::optional& _l_04_i_wbcomac_frz_l1) { m_l_04_i_wbcomac_frz_l1 = _l_04_i_wbcomac_frz_l1; } /*! * @brief This function moves the value in member l_04_i_wbcomac_frz_l1 * @param _l_04_i_wbcomac_frz_l1 New value to be moved in member l_04_i_wbcomac_frz_l1 */ eProsima_user_DllExport void l_04_i_wbcomac_frz_l1( eprosima::fastcdr::optional&& _l_04_i_wbcomac_frz_l1) { m_l_04_i_wbcomac_frz_l1 = std::move(_l_04_i_wbcomac_frz_l1); } /*! * @brief This function returns a constant reference to member l_04_i_wbcomac_frz_l1 * @return Constant reference to member l_04_i_wbcomac_frz_l1 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_i_wbcomac_frz_l1() const { return m_l_04_i_wbcomac_frz_l1; } /*! * @brief This function returns a reference to member l_04_i_wbcomac_frz_l1 * @return Reference to member l_04_i_wbcomac_frz_l1 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_i_wbcomac_frz_l1() { return m_l_04_i_wbcomac_frz_l1; } /*! * @brief This function copies the value in member l_04_i_wbcomac_zcgfrz_l1 * @param _l_04_i_wbcomac_zcgfrz_l1 New value to be copied in member l_04_i_wbcomac_zcgfrz_l1 */ eProsima_user_DllExport void l_04_i_wbcomac_zcgfrz_l1( const eprosima::fastcdr::optional& _l_04_i_wbcomac_zcgfrz_l1) { m_l_04_i_wbcomac_zcgfrz_l1 = _l_04_i_wbcomac_zcgfrz_l1; } /*! * @brief This function moves the value in member l_04_i_wbcomac_zcgfrz_l1 * @param _l_04_i_wbcomac_zcgfrz_l1 New value to be moved in member l_04_i_wbcomac_zcgfrz_l1 */ eProsima_user_DllExport void l_04_i_wbcomac_zcgfrz_l1( eprosima::fastcdr::optional&& _l_04_i_wbcomac_zcgfrz_l1) { m_l_04_i_wbcomac_zcgfrz_l1 = std::move(_l_04_i_wbcomac_zcgfrz_l1); } /*! * @brief This function returns a constant reference to member l_04_i_wbcomac_zcgfrz_l1 * @return Constant reference to member l_04_i_wbcomac_zcgfrz_l1 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_i_wbcomac_zcgfrz_l1() const { return m_l_04_i_wbcomac_zcgfrz_l1; } /*! * @brief This function returns a reference to member l_04_i_wbcomac_zcgfrz_l1 * @return Reference to member l_04_i_wbcomac_zcgfrz_l1 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_i_wbcomac_zcgfrz_l1() { return m_l_04_i_wbcomac_zcgfrz_l1; } /*! * @brief This function copies the value in member l_04_i_wbcomac_zcgfrz_grfx_l1 * @param _l_04_i_wbcomac_zcgfrz_grfx_l1 New value to be copied in member l_04_i_wbcomac_zcgfrz_grfx_l1 */ eProsima_user_DllExport void l_04_i_wbcomac_zcgfrz_grfx_l1( const eprosima::fastcdr::optional& _l_04_i_wbcomac_zcgfrz_grfx_l1) { m_l_04_i_wbcomac_zcgfrz_grfx_l1 = _l_04_i_wbcomac_zcgfrz_grfx_l1; } /*! * @brief This function moves the value in member l_04_i_wbcomac_zcgfrz_grfx_l1 * @param _l_04_i_wbcomac_zcgfrz_grfx_l1 New value to be moved in member l_04_i_wbcomac_zcgfrz_grfx_l1 */ eProsima_user_DllExport void l_04_i_wbcomac_zcgfrz_grfx_l1( eprosima::fastcdr::optional&& _l_04_i_wbcomac_zcgfrz_grfx_l1) { m_l_04_i_wbcomac_zcgfrz_grfx_l1 = std::move(_l_04_i_wbcomac_zcgfrz_grfx_l1); } /*! * @brief This function returns a constant reference to member l_04_i_wbcomac_zcgfrz_grfx_l1 * @return Constant reference to member l_04_i_wbcomac_zcgfrz_grfx_l1 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_i_wbcomac_zcgfrz_grfx_l1() const { return m_l_04_i_wbcomac_zcgfrz_grfx_l1; } /*! * @brief This function returns a reference to member l_04_i_wbcomac_zcgfrz_grfx_l1 * @return Reference to member l_04_i_wbcomac_zcgfrz_grfx_l1 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_i_wbcomac_zcgfrz_grfx_l1() { return m_l_04_i_wbcomac_zcgfrz_grfx_l1; } /*! * @brief This function copies the value in member l_04_i_wbcomac_ycgfrz_l1 * @param _l_04_i_wbcomac_ycgfrz_l1 New value to be copied in member l_04_i_wbcomac_ycgfrz_l1 */ eProsima_user_DllExport void l_04_i_wbcomac_ycgfrz_l1( const eprosima::fastcdr::optional& _l_04_i_wbcomac_ycgfrz_l1) { m_l_04_i_wbcomac_ycgfrz_l1 = _l_04_i_wbcomac_ycgfrz_l1; } /*! * @brief This function moves the value in member l_04_i_wbcomac_ycgfrz_l1 * @param _l_04_i_wbcomac_ycgfrz_l1 New value to be moved in member l_04_i_wbcomac_ycgfrz_l1 */ eProsima_user_DllExport void l_04_i_wbcomac_ycgfrz_l1( eprosima::fastcdr::optional&& _l_04_i_wbcomac_ycgfrz_l1) { m_l_04_i_wbcomac_ycgfrz_l1 = std::move(_l_04_i_wbcomac_ycgfrz_l1); } /*! * @brief This function returns a constant reference to member l_04_i_wbcomac_ycgfrz_l1 * @return Constant reference to member l_04_i_wbcomac_ycgfrz_l1 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_i_wbcomac_ycgfrz_l1() const { return m_l_04_i_wbcomac_ycgfrz_l1; } /*! * @brief This function returns a reference to member l_04_i_wbcomac_ycgfrz_l1 * @return Reference to member l_04_i_wbcomac_ycgfrz_l1 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_i_wbcomac_ycgfrz_l1() { return m_l_04_i_wbcomac_ycgfrz_l1; } /*! * @brief This function copies the value in member l_04_i_wbcomac_inertfrz_l1 * @param _l_04_i_wbcomac_inertfrz_l1 New value to be copied in member l_04_i_wbcomac_inertfrz_l1 */ eProsima_user_DllExport void l_04_i_wbcomac_inertfrz_l1( const eprosima::fastcdr::optional& _l_04_i_wbcomac_inertfrz_l1) { m_l_04_i_wbcomac_inertfrz_l1 = _l_04_i_wbcomac_inertfrz_l1; } /*! * @brief This function moves the value in member l_04_i_wbcomac_inertfrz_l1 * @param _l_04_i_wbcomac_inertfrz_l1 New value to be moved in member l_04_i_wbcomac_inertfrz_l1 */ eProsima_user_DllExport void l_04_i_wbcomac_inertfrz_l1( eprosima::fastcdr::optional&& _l_04_i_wbcomac_inertfrz_l1) { m_l_04_i_wbcomac_inertfrz_l1 = std::move(_l_04_i_wbcomac_inertfrz_l1); } /*! * @brief This function returns a constant reference to member l_04_i_wbcomac_inertfrz_l1 * @return Constant reference to member l_04_i_wbcomac_inertfrz_l1 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_i_wbcomac_inertfrz_l1() const { return m_l_04_i_wbcomac_inertfrz_l1; } /*! * @brief This function returns a reference to member l_04_i_wbcomac_inertfrz_l1 * @return Reference to member l_04_i_wbcomac_inertfrz_l1 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_i_wbcomac_inertfrz_l1() { return m_l_04_i_wbcomac_inertfrz_l1; } /*! * @brief This function copies the value in member l_04_i_wbcomac_potreq_gw_f8 * @param _l_04_i_wbcomac_potreq_gw_f8 New value to be copied in member l_04_i_wbcomac_potreq_gw_f8 */ eProsima_user_DllExport void l_04_i_wbcomac_potreq_gw_f8( const eprosima::fastcdr::optional& _l_04_i_wbcomac_potreq_gw_f8) { m_l_04_i_wbcomac_potreq_gw_f8 = _l_04_i_wbcomac_potreq_gw_f8; } /*! * @brief This function moves the value in member l_04_i_wbcomac_potreq_gw_f8 * @param _l_04_i_wbcomac_potreq_gw_f8 New value to be moved in member l_04_i_wbcomac_potreq_gw_f8 */ eProsima_user_DllExport void l_04_i_wbcomac_potreq_gw_f8( eprosima::fastcdr::optional&& _l_04_i_wbcomac_potreq_gw_f8) { m_l_04_i_wbcomac_potreq_gw_f8 = std::move(_l_04_i_wbcomac_potreq_gw_f8); } /*! * @brief This function returns a constant reference to member l_04_i_wbcomac_potreq_gw_f8 * @return Constant reference to member l_04_i_wbcomac_potreq_gw_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_i_wbcomac_potreq_gw_f8() const { return m_l_04_i_wbcomac_potreq_gw_f8; } /*! * @brief This function returns a reference to member l_04_i_wbcomac_potreq_gw_f8 * @return Reference to member l_04_i_wbcomac_potreq_gw_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_i_wbcomac_potreq_gw_f8() { return m_l_04_i_wbcomac_potreq_gw_f8; } /*! * @brief This function copies the value in member l_04_i_wbcomac_potreq_gwcg_f8 * @param _l_04_i_wbcomac_potreq_gwcg_f8 New value to be copied in member l_04_i_wbcomac_potreq_gwcg_f8 */ eProsima_user_DllExport void l_04_i_wbcomac_potreq_gwcg_f8( const eprosima::fastcdr::optional& _l_04_i_wbcomac_potreq_gwcg_f8) { m_l_04_i_wbcomac_potreq_gwcg_f8 = _l_04_i_wbcomac_potreq_gwcg_f8; } /*! * @brief This function moves the value in member l_04_i_wbcomac_potreq_gwcg_f8 * @param _l_04_i_wbcomac_potreq_gwcg_f8 New value to be moved in member l_04_i_wbcomac_potreq_gwcg_f8 */ eProsima_user_DllExport void l_04_i_wbcomac_potreq_gwcg_f8( eprosima::fastcdr::optional&& _l_04_i_wbcomac_potreq_gwcg_f8) { m_l_04_i_wbcomac_potreq_gwcg_f8 = std::move(_l_04_i_wbcomac_potreq_gwcg_f8); } /*! * @brief This function returns a constant reference to member l_04_i_wbcomac_potreq_gwcg_f8 * @return Constant reference to member l_04_i_wbcomac_potreq_gwcg_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_i_wbcomac_potreq_gwcg_f8() const { return m_l_04_i_wbcomac_potreq_gwcg_f8; } /*! * @brief This function returns a reference to member l_04_i_wbcomac_potreq_gwcg_f8 * @return Reference to member l_04_i_wbcomac_potreq_gwcg_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_i_wbcomac_potreq_gwcg_f8() { return m_l_04_i_wbcomac_potreq_gwcg_f8; } /*! * @brief This function copies the value in member l_04_i_wbcomac_phi_deg_f8 * @param _l_04_i_wbcomac_phi_deg_f8 New value to be copied in member l_04_i_wbcomac_phi_deg_f8 */ eProsima_user_DllExport void l_04_i_wbcomac_phi_deg_f8( const eprosima::fastcdr::optional& _l_04_i_wbcomac_phi_deg_f8) { m_l_04_i_wbcomac_phi_deg_f8 = _l_04_i_wbcomac_phi_deg_f8; } /*! * @brief This function moves the value in member l_04_i_wbcomac_phi_deg_f8 * @param _l_04_i_wbcomac_phi_deg_f8 New value to be moved in member l_04_i_wbcomac_phi_deg_f8 */ eProsima_user_DllExport void l_04_i_wbcomac_phi_deg_f8( eprosima::fastcdr::optional&& _l_04_i_wbcomac_phi_deg_f8) { m_l_04_i_wbcomac_phi_deg_f8 = std::move(_l_04_i_wbcomac_phi_deg_f8); } /*! * @brief This function returns a constant reference to member l_04_i_wbcomac_phi_deg_f8 * @return Constant reference to member l_04_i_wbcomac_phi_deg_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_i_wbcomac_phi_deg_f8() const { return m_l_04_i_wbcomac_phi_deg_f8; } /*! * @brief This function returns a reference to member l_04_i_wbcomac_phi_deg_f8 * @return Reference to member l_04_i_wbcomac_phi_deg_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_i_wbcomac_phi_deg_f8() { return m_l_04_i_wbcomac_phi_deg_f8; } /*! * @brief This function copies the value in member l_04_i_wbcomac_psi_deg_f8 * @param _l_04_i_wbcomac_psi_deg_f8 New value to be copied in member l_04_i_wbcomac_psi_deg_f8 */ eProsima_user_DllExport void l_04_i_wbcomac_psi_deg_f8( const eprosima::fastcdr::optional& _l_04_i_wbcomac_psi_deg_f8) { m_l_04_i_wbcomac_psi_deg_f8 = _l_04_i_wbcomac_psi_deg_f8; } /*! * @brief This function moves the value in member l_04_i_wbcomac_psi_deg_f8 * @param _l_04_i_wbcomac_psi_deg_f8 New value to be moved in member l_04_i_wbcomac_psi_deg_f8 */ eProsima_user_DllExport void l_04_i_wbcomac_psi_deg_f8( eprosima::fastcdr::optional&& _l_04_i_wbcomac_psi_deg_f8) { m_l_04_i_wbcomac_psi_deg_f8 = std::move(_l_04_i_wbcomac_psi_deg_f8); } /*! * @brief This function returns a constant reference to member l_04_i_wbcomac_psi_deg_f8 * @return Constant reference to member l_04_i_wbcomac_psi_deg_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_i_wbcomac_psi_deg_f8() const { return m_l_04_i_wbcomac_psi_deg_f8; } /*! * @brief This function returns a reference to member l_04_i_wbcomac_psi_deg_f8 * @return Reference to member l_04_i_wbcomac_psi_deg_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_i_wbcomac_psi_deg_f8() { return m_l_04_i_wbcomac_psi_deg_f8; } private: eprosima::fastcdr::optional m_l_04_i_wbcomac_theta_deg_f8; eprosima::fastcdr::optional m_l_04_i_wbcomac_gear_mode_l1; eprosima::fastcdr::optional m_l_04_i_wbcomac_acset_gw_f8; eprosima::fastcdr::optional m_l_04_i_wbcomac_acset_cg_f8; eprosima::fastcdr::optional> m_l_04_i_wbcomac_acset_tankfuel_f4; eprosima::fastcdr::optional m_l_04_i_wbcomac_acset_totfuel_f8; eprosima::fastcdr::optional m_l_04_i_wbcomac_acset_zfw_f8; eprosima::fastcdr::optional m_l_04_i_wbcomac_acset_zfwcg_f8; eprosima::fastcdr::optional> m_l_04_i_wbcomac_eng_efsep_l1; eprosima::fastcdr::optional> m_l_04_i_wbcomac_fuel_f8; eprosima::fastcdr::optional m_l_04_i_wbcomac_gear_avg_f8; eprosima::fastcdr::optional> m_l_04_i_wbcomac_kice_f8; eprosima::fastcdr::optional m_l_04_i_wbcomac_bycglim_l1; eprosima::fastcdr::optional m_l_04_i_wbcomac_bygwlim_l1; eprosima::fastcdr::optional m_l_04_i_wbcomac_frz_l1; eprosima::fastcdr::optional m_l_04_i_wbcomac_zcgfrz_l1; eprosima::fastcdr::optional m_l_04_i_wbcomac_zcgfrz_grfx_l1; eprosima::fastcdr::optional m_l_04_i_wbcomac_ycgfrz_l1; eprosima::fastcdr::optional m_l_04_i_wbcomac_inertfrz_l1; eprosima::fastcdr::optional m_l_04_i_wbcomac_potreq_gw_f8; eprosima::fastcdr::optional m_l_04_i_wbcomac_potreq_gwcg_f8; eprosima::fastcdr::optional m_l_04_i_wbcomac_phi_deg_f8; eprosima::fastcdr::optional m_l_04_i_wbcomac_psi_deg_f8; }; /*! * @brief This class represents the structure WeightBalance_output defined by the user in the IDL file. * @ingroup XNWeightBalance */ class WeightBalance_output { public: /*! * @brief Default constructor. */ eProsima_user_DllExport WeightBalance_output() { } /*! * @brief Default destructor. */ eProsima_user_DllExport ~WeightBalance_output() { } /*! * @brief Copy constructor. * @param x Reference to the object WeightBalance_output that will be copied. */ eProsima_user_DllExport WeightBalance_output( const WeightBalance_output& x) { m_l_04_o_wbcomac_frz_l1 = x.m_l_04_o_wbcomac_frz_l1; m_l_04_o_wbcomac_zcgfrz_l1 = x.m_l_04_o_wbcomac_zcgfrz_l1; m_l_04_o_wbcomac_zcgfrz_grfx_l1 = x.m_l_04_o_wbcomac_zcgfrz_grfx_l1; m_l_04_o_wbcomac_ycgfrz_l1 = x.m_l_04_o_wbcomac_ycgfrz_l1; m_l_04_o_wbcomac_inertfrz_l1 = x.m_l_04_o_wbcomac_inertfrz_l1; m_l_04_o_wbcomac_gw_f4 = x.m_l_04_o_wbcomac_gw_f4; m_l_04_o_wbcomac_cg_f4 = x.m_l_04_o_wbcomac_cg_f4; m_l_04_o_wbcomac_blcg_f8 = x.m_l_04_o_wbcomac_blcg_f8; m_l_04_o_wbcomac_bscg_f8 = x.m_l_04_o_wbcomac_bscg_f8; m_l_04_o_wbcomac_wlcg_f8 = x.m_l_04_o_wbcomac_wlcg_f8; m_l_04_o_wbcomac_xcg_f8 = x.m_l_04_o_wbcomac_xcg_f8; m_l_04_o_wbcomac_ixx_f8 = x.m_l_04_o_wbcomac_ixx_f8; m_l_04_o_wbcomac_ixy_f8 = x.m_l_04_o_wbcomac_ixy_f8; m_l_04_o_wbcomac_ixz_f8 = x.m_l_04_o_wbcomac_ixz_f8; m_l_04_o_wbcomac_iyy_f8 = x.m_l_04_o_wbcomac_iyy_f8; m_l_04_o_wbcomac_iyz_f8 = x.m_l_04_o_wbcomac_iyz_f8; m_l_04_o_wbcomac_izz_f8 = x.m_l_04_o_wbcomac_izz_f8; m_l_04_o_wbcomac_zfw_f4 = x.m_l_04_o_wbcomac_zfw_f4; m_l_04_o_wbcomac_zfwcg_f4 = x.m_l_04_o_wbcomac_zfwcg_f4; m_l_04_o_wbcomac_zfw_blcg_f4 = x.m_l_04_o_wbcomac_zfw_blcg_f4; m_l_04_o_wbcomac_zfw_wlcg_f4 = x.m_l_04_o_wbcomac_zfw_wlcg_f4; m_l_04_o_wbcomac_fuel_cmd_f8 = x.m_l_04_o_wbcomac_fuel_cmd_f8; m_l_04_o_wbcomac_fuel_mode_i4 = x.m_l_04_o_wbcomac_fuel_mode_i4; m_l_04_o_wbcomac_fuel_ixx_f8 = x.m_l_04_o_wbcomac_fuel_ixx_f8; m_l_04_o_wbcomac_fuel_ixy_f8 = x.m_l_04_o_wbcomac_fuel_ixy_f8; m_l_04_o_wbcomac_fuel_ixz_f8 = x.m_l_04_o_wbcomac_fuel_ixz_f8; m_l_04_o_wbcomac_fuel_iyy_f8 = x.m_l_04_o_wbcomac_fuel_iyy_f8; m_l_04_o_wbcomac_fuel_iyz_f8 = x.m_l_04_o_wbcomac_fuel_iyz_f8; m_l_04_o_wbcomac_fuel_izz_f8 = x.m_l_04_o_wbcomac_fuel_izz_f8; m_l_04_o_wbcomac_l_wt_fuel_f8 = x.m_l_04_o_wbcomac_l_wt_fuel_f8; m_l_04_o_wbcomac_ice_airframe_total_f8 = x.m_l_04_o_wbcomac_ice_airframe_total_f8; m_l_04_o_wbcomac_ice_eng_f8 = x.m_l_04_o_wbcomac_ice_eng_f8; m_l_04_o_wbcomac_ice_eng_total_f8 = x.m_l_04_o_wbcomac_ice_eng_total_f8; m_l_04_o_wbcomac_ice_fuselage_f8 = x.m_l_04_o_wbcomac_ice_fuselage_f8; m_l_04_o_wbcomac_ice_stab_left_f8 = x.m_l_04_o_wbcomac_ice_stab_left_f8; m_l_04_o_wbcomac_ice_stab_right_f8 = x.m_l_04_o_wbcomac_ice_stab_right_f8; m_l_04_o_wbcomac_ice_stab_total_f8 = x.m_l_04_o_wbcomac_ice_stab_total_f8; m_l_04_o_wbcomac_ice_total_f8 = x.m_l_04_o_wbcomac_ice_total_f8; m_l_04_o_wbcomac_ice_total_frac_f8 = x.m_l_04_o_wbcomac_ice_total_frac_f8; m_l_04_o_wbcomac_ice_vert_tail_f8 = x.m_l_04_o_wbcomac_ice_vert_tail_f8; m_l_04_o_wbcomac_ice_wing_left_f8 = x.m_l_04_o_wbcomac_ice_wing_left_f8; m_l_04_o_wbcomac_ice_wing_right_f8 = x.m_l_04_o_wbcomac_ice_wing_right_f8; m_l_04_o_wbcomac_ice_wing_total_f8 = x.m_l_04_o_wbcomac_ice_wing_total_f8; m_l_04_o_wbcomac_init_l1 = x.m_l_04_o_wbcomac_init_l1; m_l_04_o_wbcomac_potmin_gw_f8 = x.m_l_04_o_wbcomac_potmin_gw_f8; m_l_04_o_wbcomac_potmax_gw_f8 = x.m_l_04_o_wbcomac_potmax_gw_f8; m_l_04_o_wbcomac_potmin_gwcg_f8 = x.m_l_04_o_wbcomac_potmin_gwcg_f8; m_l_04_o_wbcomac_potmax_gwcg_f8 = x.m_l_04_o_wbcomac_potmax_gwcg_f8; m_l_04_o_wbcomac_min_cg_f4 = x.m_l_04_o_wbcomac_min_cg_f4; m_l_04_o_wbcomac_min_gw_f4 = x.m_l_04_o_wbcomac_min_gw_f4; m_l_04_o_wbcomac_min_zfw_f4 = x.m_l_04_o_wbcomac_min_zfw_f4; m_l_04_o_wbcomac_min_zfwcg_f4 = x.m_l_04_o_wbcomac_min_zfwcg_f4; m_l_04_o_wbcomac_max_cg_f4 = x.m_l_04_o_wbcomac_max_cg_f4; m_l_04_o_wbcomac_max_gw_f4 = x.m_l_04_o_wbcomac_max_gw_f4; m_l_04_o_wbcomac_max_zfw_f4 = x.m_l_04_o_wbcomac_max_zfw_f4; m_l_04_o_wbcomac_max_zfwcg_f4 = x.m_l_04_o_wbcomac_max_zfwcg_f4; } /*! * @brief Move constructor. * @param x Reference to the object WeightBalance_output that will be copied. */ eProsima_user_DllExport WeightBalance_output( WeightBalance_output&& x) noexcept { m_l_04_o_wbcomac_frz_l1 = x.m_l_04_o_wbcomac_frz_l1; m_l_04_o_wbcomac_zcgfrz_l1 = x.m_l_04_o_wbcomac_zcgfrz_l1; m_l_04_o_wbcomac_zcgfrz_grfx_l1 = x.m_l_04_o_wbcomac_zcgfrz_grfx_l1; m_l_04_o_wbcomac_ycgfrz_l1 = x.m_l_04_o_wbcomac_ycgfrz_l1; m_l_04_o_wbcomac_inertfrz_l1 = x.m_l_04_o_wbcomac_inertfrz_l1; m_l_04_o_wbcomac_gw_f4 = x.m_l_04_o_wbcomac_gw_f4; m_l_04_o_wbcomac_cg_f4 = x.m_l_04_o_wbcomac_cg_f4; m_l_04_o_wbcomac_blcg_f8 = x.m_l_04_o_wbcomac_blcg_f8; m_l_04_o_wbcomac_bscg_f8 = x.m_l_04_o_wbcomac_bscg_f8; m_l_04_o_wbcomac_wlcg_f8 = x.m_l_04_o_wbcomac_wlcg_f8; m_l_04_o_wbcomac_xcg_f8 = x.m_l_04_o_wbcomac_xcg_f8; m_l_04_o_wbcomac_ixx_f8 = x.m_l_04_o_wbcomac_ixx_f8; m_l_04_o_wbcomac_ixy_f8 = x.m_l_04_o_wbcomac_ixy_f8; m_l_04_o_wbcomac_ixz_f8 = x.m_l_04_o_wbcomac_ixz_f8; m_l_04_o_wbcomac_iyy_f8 = x.m_l_04_o_wbcomac_iyy_f8; m_l_04_o_wbcomac_iyz_f8 = x.m_l_04_o_wbcomac_iyz_f8; m_l_04_o_wbcomac_izz_f8 = x.m_l_04_o_wbcomac_izz_f8; m_l_04_o_wbcomac_zfw_f4 = x.m_l_04_o_wbcomac_zfw_f4; m_l_04_o_wbcomac_zfwcg_f4 = x.m_l_04_o_wbcomac_zfwcg_f4; m_l_04_o_wbcomac_zfw_blcg_f4 = x.m_l_04_o_wbcomac_zfw_blcg_f4; m_l_04_o_wbcomac_zfw_wlcg_f4 = x.m_l_04_o_wbcomac_zfw_wlcg_f4; m_l_04_o_wbcomac_fuel_cmd_f8 = std::move(x.m_l_04_o_wbcomac_fuel_cmd_f8); m_l_04_o_wbcomac_fuel_mode_i4 = x.m_l_04_o_wbcomac_fuel_mode_i4; m_l_04_o_wbcomac_fuel_ixx_f8 = x.m_l_04_o_wbcomac_fuel_ixx_f8; m_l_04_o_wbcomac_fuel_ixy_f8 = x.m_l_04_o_wbcomac_fuel_ixy_f8; m_l_04_o_wbcomac_fuel_ixz_f8 = x.m_l_04_o_wbcomac_fuel_ixz_f8; m_l_04_o_wbcomac_fuel_iyy_f8 = x.m_l_04_o_wbcomac_fuel_iyy_f8; m_l_04_o_wbcomac_fuel_iyz_f8 = x.m_l_04_o_wbcomac_fuel_iyz_f8; m_l_04_o_wbcomac_fuel_izz_f8 = x.m_l_04_o_wbcomac_fuel_izz_f8; m_l_04_o_wbcomac_l_wt_fuel_f8 = x.m_l_04_o_wbcomac_l_wt_fuel_f8; m_l_04_o_wbcomac_ice_airframe_total_f8 = x.m_l_04_o_wbcomac_ice_airframe_total_f8; m_l_04_o_wbcomac_ice_eng_f8 = std::move(x.m_l_04_o_wbcomac_ice_eng_f8); m_l_04_o_wbcomac_ice_eng_total_f8 = x.m_l_04_o_wbcomac_ice_eng_total_f8; m_l_04_o_wbcomac_ice_fuselage_f8 = x.m_l_04_o_wbcomac_ice_fuselage_f8; m_l_04_o_wbcomac_ice_stab_left_f8 = x.m_l_04_o_wbcomac_ice_stab_left_f8; m_l_04_o_wbcomac_ice_stab_right_f8 = x.m_l_04_o_wbcomac_ice_stab_right_f8; m_l_04_o_wbcomac_ice_stab_total_f8 = x.m_l_04_o_wbcomac_ice_stab_total_f8; m_l_04_o_wbcomac_ice_total_f8 = x.m_l_04_o_wbcomac_ice_total_f8; m_l_04_o_wbcomac_ice_total_frac_f8 = x.m_l_04_o_wbcomac_ice_total_frac_f8; m_l_04_o_wbcomac_ice_vert_tail_f8 = x.m_l_04_o_wbcomac_ice_vert_tail_f8; m_l_04_o_wbcomac_ice_wing_left_f8 = x.m_l_04_o_wbcomac_ice_wing_left_f8; m_l_04_o_wbcomac_ice_wing_right_f8 = x.m_l_04_o_wbcomac_ice_wing_right_f8; m_l_04_o_wbcomac_ice_wing_total_f8 = x.m_l_04_o_wbcomac_ice_wing_total_f8; m_l_04_o_wbcomac_init_l1 = x.m_l_04_o_wbcomac_init_l1; m_l_04_o_wbcomac_potmin_gw_f8 = x.m_l_04_o_wbcomac_potmin_gw_f8; m_l_04_o_wbcomac_potmax_gw_f8 = x.m_l_04_o_wbcomac_potmax_gw_f8; m_l_04_o_wbcomac_potmin_gwcg_f8 = x.m_l_04_o_wbcomac_potmin_gwcg_f8; m_l_04_o_wbcomac_potmax_gwcg_f8 = x.m_l_04_o_wbcomac_potmax_gwcg_f8; m_l_04_o_wbcomac_min_cg_f4 = x.m_l_04_o_wbcomac_min_cg_f4; m_l_04_o_wbcomac_min_gw_f4 = x.m_l_04_o_wbcomac_min_gw_f4; m_l_04_o_wbcomac_min_zfw_f4 = x.m_l_04_o_wbcomac_min_zfw_f4; m_l_04_o_wbcomac_min_zfwcg_f4 = x.m_l_04_o_wbcomac_min_zfwcg_f4; m_l_04_o_wbcomac_max_cg_f4 = x.m_l_04_o_wbcomac_max_cg_f4; m_l_04_o_wbcomac_max_gw_f4 = x.m_l_04_o_wbcomac_max_gw_f4; m_l_04_o_wbcomac_max_zfw_f4 = x.m_l_04_o_wbcomac_max_zfw_f4; m_l_04_o_wbcomac_max_zfwcg_f4 = x.m_l_04_o_wbcomac_max_zfwcg_f4; } /*! * @brief Copy assignment. * @param x Reference to the object WeightBalance_output that will be copied. */ eProsima_user_DllExport WeightBalance_output& operator =( const WeightBalance_output& x) { m_l_04_o_wbcomac_frz_l1 = x.m_l_04_o_wbcomac_frz_l1; m_l_04_o_wbcomac_zcgfrz_l1 = x.m_l_04_o_wbcomac_zcgfrz_l1; m_l_04_o_wbcomac_zcgfrz_grfx_l1 = x.m_l_04_o_wbcomac_zcgfrz_grfx_l1; m_l_04_o_wbcomac_ycgfrz_l1 = x.m_l_04_o_wbcomac_ycgfrz_l1; m_l_04_o_wbcomac_inertfrz_l1 = x.m_l_04_o_wbcomac_inertfrz_l1; m_l_04_o_wbcomac_gw_f4 = x.m_l_04_o_wbcomac_gw_f4; m_l_04_o_wbcomac_cg_f4 = x.m_l_04_o_wbcomac_cg_f4; m_l_04_o_wbcomac_blcg_f8 = x.m_l_04_o_wbcomac_blcg_f8; m_l_04_o_wbcomac_bscg_f8 = x.m_l_04_o_wbcomac_bscg_f8; m_l_04_o_wbcomac_wlcg_f8 = x.m_l_04_o_wbcomac_wlcg_f8; m_l_04_o_wbcomac_xcg_f8 = x.m_l_04_o_wbcomac_xcg_f8; m_l_04_o_wbcomac_ixx_f8 = x.m_l_04_o_wbcomac_ixx_f8; m_l_04_o_wbcomac_ixy_f8 = x.m_l_04_o_wbcomac_ixy_f8; m_l_04_o_wbcomac_ixz_f8 = x.m_l_04_o_wbcomac_ixz_f8; m_l_04_o_wbcomac_iyy_f8 = x.m_l_04_o_wbcomac_iyy_f8; m_l_04_o_wbcomac_iyz_f8 = x.m_l_04_o_wbcomac_iyz_f8; m_l_04_o_wbcomac_izz_f8 = x.m_l_04_o_wbcomac_izz_f8; m_l_04_o_wbcomac_zfw_f4 = x.m_l_04_o_wbcomac_zfw_f4; m_l_04_o_wbcomac_zfwcg_f4 = x.m_l_04_o_wbcomac_zfwcg_f4; m_l_04_o_wbcomac_zfw_blcg_f4 = x.m_l_04_o_wbcomac_zfw_blcg_f4; m_l_04_o_wbcomac_zfw_wlcg_f4 = x.m_l_04_o_wbcomac_zfw_wlcg_f4; m_l_04_o_wbcomac_fuel_cmd_f8 = x.m_l_04_o_wbcomac_fuel_cmd_f8; m_l_04_o_wbcomac_fuel_mode_i4 = x.m_l_04_o_wbcomac_fuel_mode_i4; m_l_04_o_wbcomac_fuel_ixx_f8 = x.m_l_04_o_wbcomac_fuel_ixx_f8; m_l_04_o_wbcomac_fuel_ixy_f8 = x.m_l_04_o_wbcomac_fuel_ixy_f8; m_l_04_o_wbcomac_fuel_ixz_f8 = x.m_l_04_o_wbcomac_fuel_ixz_f8; m_l_04_o_wbcomac_fuel_iyy_f8 = x.m_l_04_o_wbcomac_fuel_iyy_f8; m_l_04_o_wbcomac_fuel_iyz_f8 = x.m_l_04_o_wbcomac_fuel_iyz_f8; m_l_04_o_wbcomac_fuel_izz_f8 = x.m_l_04_o_wbcomac_fuel_izz_f8; m_l_04_o_wbcomac_l_wt_fuel_f8 = x.m_l_04_o_wbcomac_l_wt_fuel_f8; m_l_04_o_wbcomac_ice_airframe_total_f8 = x.m_l_04_o_wbcomac_ice_airframe_total_f8; m_l_04_o_wbcomac_ice_eng_f8 = x.m_l_04_o_wbcomac_ice_eng_f8; m_l_04_o_wbcomac_ice_eng_total_f8 = x.m_l_04_o_wbcomac_ice_eng_total_f8; m_l_04_o_wbcomac_ice_fuselage_f8 = x.m_l_04_o_wbcomac_ice_fuselage_f8; m_l_04_o_wbcomac_ice_stab_left_f8 = x.m_l_04_o_wbcomac_ice_stab_left_f8; m_l_04_o_wbcomac_ice_stab_right_f8 = x.m_l_04_o_wbcomac_ice_stab_right_f8; m_l_04_o_wbcomac_ice_stab_total_f8 = x.m_l_04_o_wbcomac_ice_stab_total_f8; m_l_04_o_wbcomac_ice_total_f8 = x.m_l_04_o_wbcomac_ice_total_f8; m_l_04_o_wbcomac_ice_total_frac_f8 = x.m_l_04_o_wbcomac_ice_total_frac_f8; m_l_04_o_wbcomac_ice_vert_tail_f8 = x.m_l_04_o_wbcomac_ice_vert_tail_f8; m_l_04_o_wbcomac_ice_wing_left_f8 = x.m_l_04_o_wbcomac_ice_wing_left_f8; m_l_04_o_wbcomac_ice_wing_right_f8 = x.m_l_04_o_wbcomac_ice_wing_right_f8; m_l_04_o_wbcomac_ice_wing_total_f8 = x.m_l_04_o_wbcomac_ice_wing_total_f8; m_l_04_o_wbcomac_init_l1 = x.m_l_04_o_wbcomac_init_l1; m_l_04_o_wbcomac_potmin_gw_f8 = x.m_l_04_o_wbcomac_potmin_gw_f8; m_l_04_o_wbcomac_potmax_gw_f8 = x.m_l_04_o_wbcomac_potmax_gw_f8; m_l_04_o_wbcomac_potmin_gwcg_f8 = x.m_l_04_o_wbcomac_potmin_gwcg_f8; m_l_04_o_wbcomac_potmax_gwcg_f8 = x.m_l_04_o_wbcomac_potmax_gwcg_f8; m_l_04_o_wbcomac_min_cg_f4 = x.m_l_04_o_wbcomac_min_cg_f4; m_l_04_o_wbcomac_min_gw_f4 = x.m_l_04_o_wbcomac_min_gw_f4; m_l_04_o_wbcomac_min_zfw_f4 = x.m_l_04_o_wbcomac_min_zfw_f4; m_l_04_o_wbcomac_min_zfwcg_f4 = x.m_l_04_o_wbcomac_min_zfwcg_f4; m_l_04_o_wbcomac_max_cg_f4 = x.m_l_04_o_wbcomac_max_cg_f4; m_l_04_o_wbcomac_max_gw_f4 = x.m_l_04_o_wbcomac_max_gw_f4; m_l_04_o_wbcomac_max_zfw_f4 = x.m_l_04_o_wbcomac_max_zfw_f4; m_l_04_o_wbcomac_max_zfwcg_f4 = x.m_l_04_o_wbcomac_max_zfwcg_f4; return *this; } /*! * @brief Move assignment. * @param x Reference to the object WeightBalance_output that will be copied. */ eProsima_user_DllExport WeightBalance_output& operator =( WeightBalance_output&& x) noexcept { m_l_04_o_wbcomac_frz_l1 = x.m_l_04_o_wbcomac_frz_l1; m_l_04_o_wbcomac_zcgfrz_l1 = x.m_l_04_o_wbcomac_zcgfrz_l1; m_l_04_o_wbcomac_zcgfrz_grfx_l1 = x.m_l_04_o_wbcomac_zcgfrz_grfx_l1; m_l_04_o_wbcomac_ycgfrz_l1 = x.m_l_04_o_wbcomac_ycgfrz_l1; m_l_04_o_wbcomac_inertfrz_l1 = x.m_l_04_o_wbcomac_inertfrz_l1; m_l_04_o_wbcomac_gw_f4 = x.m_l_04_o_wbcomac_gw_f4; m_l_04_o_wbcomac_cg_f4 = x.m_l_04_o_wbcomac_cg_f4; m_l_04_o_wbcomac_blcg_f8 = x.m_l_04_o_wbcomac_blcg_f8; m_l_04_o_wbcomac_bscg_f8 = x.m_l_04_o_wbcomac_bscg_f8; m_l_04_o_wbcomac_wlcg_f8 = x.m_l_04_o_wbcomac_wlcg_f8; m_l_04_o_wbcomac_xcg_f8 = x.m_l_04_o_wbcomac_xcg_f8; m_l_04_o_wbcomac_ixx_f8 = x.m_l_04_o_wbcomac_ixx_f8; m_l_04_o_wbcomac_ixy_f8 = x.m_l_04_o_wbcomac_ixy_f8; m_l_04_o_wbcomac_ixz_f8 = x.m_l_04_o_wbcomac_ixz_f8; m_l_04_o_wbcomac_iyy_f8 = x.m_l_04_o_wbcomac_iyy_f8; m_l_04_o_wbcomac_iyz_f8 = x.m_l_04_o_wbcomac_iyz_f8; m_l_04_o_wbcomac_izz_f8 = x.m_l_04_o_wbcomac_izz_f8; m_l_04_o_wbcomac_zfw_f4 = x.m_l_04_o_wbcomac_zfw_f4; m_l_04_o_wbcomac_zfwcg_f4 = x.m_l_04_o_wbcomac_zfwcg_f4; m_l_04_o_wbcomac_zfw_blcg_f4 = x.m_l_04_o_wbcomac_zfw_blcg_f4; m_l_04_o_wbcomac_zfw_wlcg_f4 = x.m_l_04_o_wbcomac_zfw_wlcg_f4; m_l_04_o_wbcomac_fuel_cmd_f8 = std::move(x.m_l_04_o_wbcomac_fuel_cmd_f8); m_l_04_o_wbcomac_fuel_mode_i4 = x.m_l_04_o_wbcomac_fuel_mode_i4; m_l_04_o_wbcomac_fuel_ixx_f8 = x.m_l_04_o_wbcomac_fuel_ixx_f8; m_l_04_o_wbcomac_fuel_ixy_f8 = x.m_l_04_o_wbcomac_fuel_ixy_f8; m_l_04_o_wbcomac_fuel_ixz_f8 = x.m_l_04_o_wbcomac_fuel_ixz_f8; m_l_04_o_wbcomac_fuel_iyy_f8 = x.m_l_04_o_wbcomac_fuel_iyy_f8; m_l_04_o_wbcomac_fuel_iyz_f8 = x.m_l_04_o_wbcomac_fuel_iyz_f8; m_l_04_o_wbcomac_fuel_izz_f8 = x.m_l_04_o_wbcomac_fuel_izz_f8; m_l_04_o_wbcomac_l_wt_fuel_f8 = x.m_l_04_o_wbcomac_l_wt_fuel_f8; m_l_04_o_wbcomac_ice_airframe_total_f8 = x.m_l_04_o_wbcomac_ice_airframe_total_f8; m_l_04_o_wbcomac_ice_eng_f8 = std::move(x.m_l_04_o_wbcomac_ice_eng_f8); m_l_04_o_wbcomac_ice_eng_total_f8 = x.m_l_04_o_wbcomac_ice_eng_total_f8; m_l_04_o_wbcomac_ice_fuselage_f8 = x.m_l_04_o_wbcomac_ice_fuselage_f8; m_l_04_o_wbcomac_ice_stab_left_f8 = x.m_l_04_o_wbcomac_ice_stab_left_f8; m_l_04_o_wbcomac_ice_stab_right_f8 = x.m_l_04_o_wbcomac_ice_stab_right_f8; m_l_04_o_wbcomac_ice_stab_total_f8 = x.m_l_04_o_wbcomac_ice_stab_total_f8; m_l_04_o_wbcomac_ice_total_f8 = x.m_l_04_o_wbcomac_ice_total_f8; m_l_04_o_wbcomac_ice_total_frac_f8 = x.m_l_04_o_wbcomac_ice_total_frac_f8; m_l_04_o_wbcomac_ice_vert_tail_f8 = x.m_l_04_o_wbcomac_ice_vert_tail_f8; m_l_04_o_wbcomac_ice_wing_left_f8 = x.m_l_04_o_wbcomac_ice_wing_left_f8; m_l_04_o_wbcomac_ice_wing_right_f8 = x.m_l_04_o_wbcomac_ice_wing_right_f8; m_l_04_o_wbcomac_ice_wing_total_f8 = x.m_l_04_o_wbcomac_ice_wing_total_f8; m_l_04_o_wbcomac_init_l1 = x.m_l_04_o_wbcomac_init_l1; m_l_04_o_wbcomac_potmin_gw_f8 = x.m_l_04_o_wbcomac_potmin_gw_f8; m_l_04_o_wbcomac_potmax_gw_f8 = x.m_l_04_o_wbcomac_potmax_gw_f8; m_l_04_o_wbcomac_potmin_gwcg_f8 = x.m_l_04_o_wbcomac_potmin_gwcg_f8; m_l_04_o_wbcomac_potmax_gwcg_f8 = x.m_l_04_o_wbcomac_potmax_gwcg_f8; m_l_04_o_wbcomac_min_cg_f4 = x.m_l_04_o_wbcomac_min_cg_f4; m_l_04_o_wbcomac_min_gw_f4 = x.m_l_04_o_wbcomac_min_gw_f4; m_l_04_o_wbcomac_min_zfw_f4 = x.m_l_04_o_wbcomac_min_zfw_f4; m_l_04_o_wbcomac_min_zfwcg_f4 = x.m_l_04_o_wbcomac_min_zfwcg_f4; m_l_04_o_wbcomac_max_cg_f4 = x.m_l_04_o_wbcomac_max_cg_f4; m_l_04_o_wbcomac_max_gw_f4 = x.m_l_04_o_wbcomac_max_gw_f4; m_l_04_o_wbcomac_max_zfw_f4 = x.m_l_04_o_wbcomac_max_zfw_f4; m_l_04_o_wbcomac_max_zfwcg_f4 = x.m_l_04_o_wbcomac_max_zfwcg_f4; return *this; } /*! * @brief Comparison operator. * @param x WeightBalance_output object to compare. */ eProsima_user_DllExport bool operator ==( const WeightBalance_output& x) const { return (m_l_04_o_wbcomac_frz_l1 == x.m_l_04_o_wbcomac_frz_l1 && m_l_04_o_wbcomac_zcgfrz_l1 == x.m_l_04_o_wbcomac_zcgfrz_l1 && m_l_04_o_wbcomac_zcgfrz_grfx_l1 == x.m_l_04_o_wbcomac_zcgfrz_grfx_l1 && m_l_04_o_wbcomac_ycgfrz_l1 == x.m_l_04_o_wbcomac_ycgfrz_l1 && m_l_04_o_wbcomac_inertfrz_l1 == x.m_l_04_o_wbcomac_inertfrz_l1 && m_l_04_o_wbcomac_gw_f4 == x.m_l_04_o_wbcomac_gw_f4 && m_l_04_o_wbcomac_cg_f4 == x.m_l_04_o_wbcomac_cg_f4 && m_l_04_o_wbcomac_blcg_f8 == x.m_l_04_o_wbcomac_blcg_f8 && m_l_04_o_wbcomac_bscg_f8 == x.m_l_04_o_wbcomac_bscg_f8 && m_l_04_o_wbcomac_wlcg_f8 == x.m_l_04_o_wbcomac_wlcg_f8 && m_l_04_o_wbcomac_xcg_f8 == x.m_l_04_o_wbcomac_xcg_f8 && m_l_04_o_wbcomac_ixx_f8 == x.m_l_04_o_wbcomac_ixx_f8 && m_l_04_o_wbcomac_ixy_f8 == x.m_l_04_o_wbcomac_ixy_f8 && m_l_04_o_wbcomac_ixz_f8 == x.m_l_04_o_wbcomac_ixz_f8 && m_l_04_o_wbcomac_iyy_f8 == x.m_l_04_o_wbcomac_iyy_f8 && m_l_04_o_wbcomac_iyz_f8 == x.m_l_04_o_wbcomac_iyz_f8 && m_l_04_o_wbcomac_izz_f8 == x.m_l_04_o_wbcomac_izz_f8 && m_l_04_o_wbcomac_zfw_f4 == x.m_l_04_o_wbcomac_zfw_f4 && m_l_04_o_wbcomac_zfwcg_f4 == x.m_l_04_o_wbcomac_zfwcg_f4 && m_l_04_o_wbcomac_zfw_blcg_f4 == x.m_l_04_o_wbcomac_zfw_blcg_f4 && m_l_04_o_wbcomac_zfw_wlcg_f4 == x.m_l_04_o_wbcomac_zfw_wlcg_f4 && m_l_04_o_wbcomac_fuel_cmd_f8 == x.m_l_04_o_wbcomac_fuel_cmd_f8 && m_l_04_o_wbcomac_fuel_mode_i4 == x.m_l_04_o_wbcomac_fuel_mode_i4 && m_l_04_o_wbcomac_fuel_ixx_f8 == x.m_l_04_o_wbcomac_fuel_ixx_f8 && m_l_04_o_wbcomac_fuel_ixy_f8 == x.m_l_04_o_wbcomac_fuel_ixy_f8 && m_l_04_o_wbcomac_fuel_ixz_f8 == x.m_l_04_o_wbcomac_fuel_ixz_f8 && m_l_04_o_wbcomac_fuel_iyy_f8 == x.m_l_04_o_wbcomac_fuel_iyy_f8 && m_l_04_o_wbcomac_fuel_iyz_f8 == x.m_l_04_o_wbcomac_fuel_iyz_f8 && m_l_04_o_wbcomac_fuel_izz_f8 == x.m_l_04_o_wbcomac_fuel_izz_f8 && m_l_04_o_wbcomac_l_wt_fuel_f8 == x.m_l_04_o_wbcomac_l_wt_fuel_f8 && m_l_04_o_wbcomac_ice_airframe_total_f8 == x.m_l_04_o_wbcomac_ice_airframe_total_f8 && m_l_04_o_wbcomac_ice_eng_f8 == x.m_l_04_o_wbcomac_ice_eng_f8 && m_l_04_o_wbcomac_ice_eng_total_f8 == x.m_l_04_o_wbcomac_ice_eng_total_f8 && m_l_04_o_wbcomac_ice_fuselage_f8 == x.m_l_04_o_wbcomac_ice_fuselage_f8 && m_l_04_o_wbcomac_ice_stab_left_f8 == x.m_l_04_o_wbcomac_ice_stab_left_f8 && m_l_04_o_wbcomac_ice_stab_right_f8 == x.m_l_04_o_wbcomac_ice_stab_right_f8 && m_l_04_o_wbcomac_ice_stab_total_f8 == x.m_l_04_o_wbcomac_ice_stab_total_f8 && m_l_04_o_wbcomac_ice_total_f8 == x.m_l_04_o_wbcomac_ice_total_f8 && m_l_04_o_wbcomac_ice_total_frac_f8 == x.m_l_04_o_wbcomac_ice_total_frac_f8 && m_l_04_o_wbcomac_ice_vert_tail_f8 == x.m_l_04_o_wbcomac_ice_vert_tail_f8 && m_l_04_o_wbcomac_ice_wing_left_f8 == x.m_l_04_o_wbcomac_ice_wing_left_f8 && m_l_04_o_wbcomac_ice_wing_right_f8 == x.m_l_04_o_wbcomac_ice_wing_right_f8 && m_l_04_o_wbcomac_ice_wing_total_f8 == x.m_l_04_o_wbcomac_ice_wing_total_f8 && m_l_04_o_wbcomac_init_l1 == x.m_l_04_o_wbcomac_init_l1 && m_l_04_o_wbcomac_potmin_gw_f8 == x.m_l_04_o_wbcomac_potmin_gw_f8 && m_l_04_o_wbcomac_potmax_gw_f8 == x.m_l_04_o_wbcomac_potmax_gw_f8 && m_l_04_o_wbcomac_potmin_gwcg_f8 == x.m_l_04_o_wbcomac_potmin_gwcg_f8 && m_l_04_o_wbcomac_potmax_gwcg_f8 == x.m_l_04_o_wbcomac_potmax_gwcg_f8 && m_l_04_o_wbcomac_min_cg_f4 == x.m_l_04_o_wbcomac_min_cg_f4 && m_l_04_o_wbcomac_min_gw_f4 == x.m_l_04_o_wbcomac_min_gw_f4 && m_l_04_o_wbcomac_min_zfw_f4 == x.m_l_04_o_wbcomac_min_zfw_f4 && m_l_04_o_wbcomac_min_zfwcg_f4 == x.m_l_04_o_wbcomac_min_zfwcg_f4 && m_l_04_o_wbcomac_max_cg_f4 == x.m_l_04_o_wbcomac_max_cg_f4 && m_l_04_o_wbcomac_max_gw_f4 == x.m_l_04_o_wbcomac_max_gw_f4 && m_l_04_o_wbcomac_max_zfw_f4 == x.m_l_04_o_wbcomac_max_zfw_f4 && m_l_04_o_wbcomac_max_zfwcg_f4 == x.m_l_04_o_wbcomac_max_zfwcg_f4); } /*! * @brief Comparison operator. * @param x WeightBalance_output object to compare. */ eProsima_user_DllExport bool operator !=( const WeightBalance_output& x) const { return !(*this == x); } /*! * @brief This function copies the value in member l_04_o_wbcomac_frz_l1 * @param _l_04_o_wbcomac_frz_l1 New value to be copied in member l_04_o_wbcomac_frz_l1 */ eProsima_user_DllExport void l_04_o_wbcomac_frz_l1( const eprosima::fastcdr::optional& _l_04_o_wbcomac_frz_l1) { m_l_04_o_wbcomac_frz_l1 = _l_04_o_wbcomac_frz_l1; } /*! * @brief This function moves the value in member l_04_o_wbcomac_frz_l1 * @param _l_04_o_wbcomac_frz_l1 New value to be moved in member l_04_o_wbcomac_frz_l1 */ eProsima_user_DllExport void l_04_o_wbcomac_frz_l1( eprosima::fastcdr::optional&& _l_04_o_wbcomac_frz_l1) { m_l_04_o_wbcomac_frz_l1 = std::move(_l_04_o_wbcomac_frz_l1); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_frz_l1 * @return Constant reference to member l_04_o_wbcomac_frz_l1 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_frz_l1() const { return m_l_04_o_wbcomac_frz_l1; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_frz_l1 * @return Reference to member l_04_o_wbcomac_frz_l1 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_frz_l1() { return m_l_04_o_wbcomac_frz_l1; } /*! * @brief This function copies the value in member l_04_o_wbcomac_zcgfrz_l1 * @param _l_04_o_wbcomac_zcgfrz_l1 New value to be copied in member l_04_o_wbcomac_zcgfrz_l1 */ eProsima_user_DllExport void l_04_o_wbcomac_zcgfrz_l1( const eprosima::fastcdr::optional& _l_04_o_wbcomac_zcgfrz_l1) { m_l_04_o_wbcomac_zcgfrz_l1 = _l_04_o_wbcomac_zcgfrz_l1; } /*! * @brief This function moves the value in member l_04_o_wbcomac_zcgfrz_l1 * @param _l_04_o_wbcomac_zcgfrz_l1 New value to be moved in member l_04_o_wbcomac_zcgfrz_l1 */ eProsima_user_DllExport void l_04_o_wbcomac_zcgfrz_l1( eprosima::fastcdr::optional&& _l_04_o_wbcomac_zcgfrz_l1) { m_l_04_o_wbcomac_zcgfrz_l1 = std::move(_l_04_o_wbcomac_zcgfrz_l1); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_zcgfrz_l1 * @return Constant reference to member l_04_o_wbcomac_zcgfrz_l1 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_zcgfrz_l1() const { return m_l_04_o_wbcomac_zcgfrz_l1; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_zcgfrz_l1 * @return Reference to member l_04_o_wbcomac_zcgfrz_l1 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_zcgfrz_l1() { return m_l_04_o_wbcomac_zcgfrz_l1; } /*! * @brief This function copies the value in member l_04_o_wbcomac_zcgfrz_grfx_l1 * @param _l_04_o_wbcomac_zcgfrz_grfx_l1 New value to be copied in member l_04_o_wbcomac_zcgfrz_grfx_l1 */ eProsima_user_DllExport void l_04_o_wbcomac_zcgfrz_grfx_l1( const eprosima::fastcdr::optional& _l_04_o_wbcomac_zcgfrz_grfx_l1) { m_l_04_o_wbcomac_zcgfrz_grfx_l1 = _l_04_o_wbcomac_zcgfrz_grfx_l1; } /*! * @brief This function moves the value in member l_04_o_wbcomac_zcgfrz_grfx_l1 * @param _l_04_o_wbcomac_zcgfrz_grfx_l1 New value to be moved in member l_04_o_wbcomac_zcgfrz_grfx_l1 */ eProsima_user_DllExport void l_04_o_wbcomac_zcgfrz_grfx_l1( eprosima::fastcdr::optional&& _l_04_o_wbcomac_zcgfrz_grfx_l1) { m_l_04_o_wbcomac_zcgfrz_grfx_l1 = std::move(_l_04_o_wbcomac_zcgfrz_grfx_l1); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_zcgfrz_grfx_l1 * @return Constant reference to member l_04_o_wbcomac_zcgfrz_grfx_l1 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_zcgfrz_grfx_l1() const { return m_l_04_o_wbcomac_zcgfrz_grfx_l1; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_zcgfrz_grfx_l1 * @return Reference to member l_04_o_wbcomac_zcgfrz_grfx_l1 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_zcgfrz_grfx_l1() { return m_l_04_o_wbcomac_zcgfrz_grfx_l1; } /*! * @brief This function copies the value in member l_04_o_wbcomac_ycgfrz_l1 * @param _l_04_o_wbcomac_ycgfrz_l1 New value to be copied in member l_04_o_wbcomac_ycgfrz_l1 */ eProsima_user_DllExport void l_04_o_wbcomac_ycgfrz_l1( const eprosima::fastcdr::optional& _l_04_o_wbcomac_ycgfrz_l1) { m_l_04_o_wbcomac_ycgfrz_l1 = _l_04_o_wbcomac_ycgfrz_l1; } /*! * @brief This function moves the value in member l_04_o_wbcomac_ycgfrz_l1 * @param _l_04_o_wbcomac_ycgfrz_l1 New value to be moved in member l_04_o_wbcomac_ycgfrz_l1 */ eProsima_user_DllExport void l_04_o_wbcomac_ycgfrz_l1( eprosima::fastcdr::optional&& _l_04_o_wbcomac_ycgfrz_l1) { m_l_04_o_wbcomac_ycgfrz_l1 = std::move(_l_04_o_wbcomac_ycgfrz_l1); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_ycgfrz_l1 * @return Constant reference to member l_04_o_wbcomac_ycgfrz_l1 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_ycgfrz_l1() const { return m_l_04_o_wbcomac_ycgfrz_l1; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_ycgfrz_l1 * @return Reference to member l_04_o_wbcomac_ycgfrz_l1 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_ycgfrz_l1() { return m_l_04_o_wbcomac_ycgfrz_l1; } /*! * @brief This function copies the value in member l_04_o_wbcomac_inertfrz_l1 * @param _l_04_o_wbcomac_inertfrz_l1 New value to be copied in member l_04_o_wbcomac_inertfrz_l1 */ eProsima_user_DllExport void l_04_o_wbcomac_inertfrz_l1( const eprosima::fastcdr::optional& _l_04_o_wbcomac_inertfrz_l1) { m_l_04_o_wbcomac_inertfrz_l1 = _l_04_o_wbcomac_inertfrz_l1; } /*! * @brief This function moves the value in member l_04_o_wbcomac_inertfrz_l1 * @param _l_04_o_wbcomac_inertfrz_l1 New value to be moved in member l_04_o_wbcomac_inertfrz_l1 */ eProsima_user_DllExport void l_04_o_wbcomac_inertfrz_l1( eprosima::fastcdr::optional&& _l_04_o_wbcomac_inertfrz_l1) { m_l_04_o_wbcomac_inertfrz_l1 = std::move(_l_04_o_wbcomac_inertfrz_l1); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_inertfrz_l1 * @return Constant reference to member l_04_o_wbcomac_inertfrz_l1 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_inertfrz_l1() const { return m_l_04_o_wbcomac_inertfrz_l1; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_inertfrz_l1 * @return Reference to member l_04_o_wbcomac_inertfrz_l1 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_inertfrz_l1() { return m_l_04_o_wbcomac_inertfrz_l1; } /*! * @brief This function copies the value in member l_04_o_wbcomac_gw_f4 * @param _l_04_o_wbcomac_gw_f4 New value to be copied in member l_04_o_wbcomac_gw_f4 */ eProsima_user_DllExport void l_04_o_wbcomac_gw_f4( const eprosima::fastcdr::optional& _l_04_o_wbcomac_gw_f4) { m_l_04_o_wbcomac_gw_f4 = _l_04_o_wbcomac_gw_f4; } /*! * @brief This function moves the value in member l_04_o_wbcomac_gw_f4 * @param _l_04_o_wbcomac_gw_f4 New value to be moved in member l_04_o_wbcomac_gw_f4 */ eProsima_user_DllExport void l_04_o_wbcomac_gw_f4( eprosima::fastcdr::optional&& _l_04_o_wbcomac_gw_f4) { m_l_04_o_wbcomac_gw_f4 = std::move(_l_04_o_wbcomac_gw_f4); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_gw_f4 * @return Constant reference to member l_04_o_wbcomac_gw_f4 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_gw_f4() const { return m_l_04_o_wbcomac_gw_f4; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_gw_f4 * @return Reference to member l_04_o_wbcomac_gw_f4 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_gw_f4() { return m_l_04_o_wbcomac_gw_f4; } /*! * @brief This function copies the value in member l_04_o_wbcomac_cg_f4 * @param _l_04_o_wbcomac_cg_f4 New value to be copied in member l_04_o_wbcomac_cg_f4 */ eProsima_user_DllExport void l_04_o_wbcomac_cg_f4( const eprosima::fastcdr::optional& _l_04_o_wbcomac_cg_f4) { m_l_04_o_wbcomac_cg_f4 = _l_04_o_wbcomac_cg_f4; } /*! * @brief This function moves the value in member l_04_o_wbcomac_cg_f4 * @param _l_04_o_wbcomac_cg_f4 New value to be moved in member l_04_o_wbcomac_cg_f4 */ eProsima_user_DllExport void l_04_o_wbcomac_cg_f4( eprosima::fastcdr::optional&& _l_04_o_wbcomac_cg_f4) { m_l_04_o_wbcomac_cg_f4 = std::move(_l_04_o_wbcomac_cg_f4); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_cg_f4 * @return Constant reference to member l_04_o_wbcomac_cg_f4 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_cg_f4() const { return m_l_04_o_wbcomac_cg_f4; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_cg_f4 * @return Reference to member l_04_o_wbcomac_cg_f4 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_cg_f4() { return m_l_04_o_wbcomac_cg_f4; } /*! * @brief This function copies the value in member l_04_o_wbcomac_blcg_f8 * @param _l_04_o_wbcomac_blcg_f8 New value to be copied in member l_04_o_wbcomac_blcg_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_blcg_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_blcg_f8) { m_l_04_o_wbcomac_blcg_f8 = _l_04_o_wbcomac_blcg_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_blcg_f8 * @param _l_04_o_wbcomac_blcg_f8 New value to be moved in member l_04_o_wbcomac_blcg_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_blcg_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_blcg_f8) { m_l_04_o_wbcomac_blcg_f8 = std::move(_l_04_o_wbcomac_blcg_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_blcg_f8 * @return Constant reference to member l_04_o_wbcomac_blcg_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_blcg_f8() const { return m_l_04_o_wbcomac_blcg_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_blcg_f8 * @return Reference to member l_04_o_wbcomac_blcg_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_blcg_f8() { return m_l_04_o_wbcomac_blcg_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_bscg_f8 * @param _l_04_o_wbcomac_bscg_f8 New value to be copied in member l_04_o_wbcomac_bscg_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_bscg_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_bscg_f8) { m_l_04_o_wbcomac_bscg_f8 = _l_04_o_wbcomac_bscg_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_bscg_f8 * @param _l_04_o_wbcomac_bscg_f8 New value to be moved in member l_04_o_wbcomac_bscg_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_bscg_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_bscg_f8) { m_l_04_o_wbcomac_bscg_f8 = std::move(_l_04_o_wbcomac_bscg_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_bscg_f8 * @return Constant reference to member l_04_o_wbcomac_bscg_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_bscg_f8() const { return m_l_04_o_wbcomac_bscg_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_bscg_f8 * @return Reference to member l_04_o_wbcomac_bscg_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_bscg_f8() { return m_l_04_o_wbcomac_bscg_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_wlcg_f8 * @param _l_04_o_wbcomac_wlcg_f8 New value to be copied in member l_04_o_wbcomac_wlcg_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_wlcg_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_wlcg_f8) { m_l_04_o_wbcomac_wlcg_f8 = _l_04_o_wbcomac_wlcg_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_wlcg_f8 * @param _l_04_o_wbcomac_wlcg_f8 New value to be moved in member l_04_o_wbcomac_wlcg_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_wlcg_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_wlcg_f8) { m_l_04_o_wbcomac_wlcg_f8 = std::move(_l_04_o_wbcomac_wlcg_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_wlcg_f8 * @return Constant reference to member l_04_o_wbcomac_wlcg_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_wlcg_f8() const { return m_l_04_o_wbcomac_wlcg_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_wlcg_f8 * @return Reference to member l_04_o_wbcomac_wlcg_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_wlcg_f8() { return m_l_04_o_wbcomac_wlcg_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_xcg_f8 * @param _l_04_o_wbcomac_xcg_f8 New value to be copied in member l_04_o_wbcomac_xcg_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_xcg_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_xcg_f8) { m_l_04_o_wbcomac_xcg_f8 = _l_04_o_wbcomac_xcg_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_xcg_f8 * @param _l_04_o_wbcomac_xcg_f8 New value to be moved in member l_04_o_wbcomac_xcg_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_xcg_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_xcg_f8) { m_l_04_o_wbcomac_xcg_f8 = std::move(_l_04_o_wbcomac_xcg_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_xcg_f8 * @return Constant reference to member l_04_o_wbcomac_xcg_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_xcg_f8() const { return m_l_04_o_wbcomac_xcg_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_xcg_f8 * @return Reference to member l_04_o_wbcomac_xcg_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_xcg_f8() { return m_l_04_o_wbcomac_xcg_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_ixx_f8 * @param _l_04_o_wbcomac_ixx_f8 New value to be copied in member l_04_o_wbcomac_ixx_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ixx_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_ixx_f8) { m_l_04_o_wbcomac_ixx_f8 = _l_04_o_wbcomac_ixx_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_ixx_f8 * @param _l_04_o_wbcomac_ixx_f8 New value to be moved in member l_04_o_wbcomac_ixx_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ixx_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_ixx_f8) { m_l_04_o_wbcomac_ixx_f8 = std::move(_l_04_o_wbcomac_ixx_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_ixx_f8 * @return Constant reference to member l_04_o_wbcomac_ixx_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_ixx_f8() const { return m_l_04_o_wbcomac_ixx_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_ixx_f8 * @return Reference to member l_04_o_wbcomac_ixx_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_ixx_f8() { return m_l_04_o_wbcomac_ixx_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_ixy_f8 * @param _l_04_o_wbcomac_ixy_f8 New value to be copied in member l_04_o_wbcomac_ixy_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ixy_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_ixy_f8) { m_l_04_o_wbcomac_ixy_f8 = _l_04_o_wbcomac_ixy_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_ixy_f8 * @param _l_04_o_wbcomac_ixy_f8 New value to be moved in member l_04_o_wbcomac_ixy_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ixy_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_ixy_f8) { m_l_04_o_wbcomac_ixy_f8 = std::move(_l_04_o_wbcomac_ixy_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_ixy_f8 * @return Constant reference to member l_04_o_wbcomac_ixy_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_ixy_f8() const { return m_l_04_o_wbcomac_ixy_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_ixy_f8 * @return Reference to member l_04_o_wbcomac_ixy_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_ixy_f8() { return m_l_04_o_wbcomac_ixy_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_ixz_f8 * @param _l_04_o_wbcomac_ixz_f8 New value to be copied in member l_04_o_wbcomac_ixz_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ixz_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_ixz_f8) { m_l_04_o_wbcomac_ixz_f8 = _l_04_o_wbcomac_ixz_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_ixz_f8 * @param _l_04_o_wbcomac_ixz_f8 New value to be moved in member l_04_o_wbcomac_ixz_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ixz_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_ixz_f8) { m_l_04_o_wbcomac_ixz_f8 = std::move(_l_04_o_wbcomac_ixz_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_ixz_f8 * @return Constant reference to member l_04_o_wbcomac_ixz_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_ixz_f8() const { return m_l_04_o_wbcomac_ixz_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_ixz_f8 * @return Reference to member l_04_o_wbcomac_ixz_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_ixz_f8() { return m_l_04_o_wbcomac_ixz_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_iyy_f8 * @param _l_04_o_wbcomac_iyy_f8 New value to be copied in member l_04_o_wbcomac_iyy_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_iyy_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_iyy_f8) { m_l_04_o_wbcomac_iyy_f8 = _l_04_o_wbcomac_iyy_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_iyy_f8 * @param _l_04_o_wbcomac_iyy_f8 New value to be moved in member l_04_o_wbcomac_iyy_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_iyy_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_iyy_f8) { m_l_04_o_wbcomac_iyy_f8 = std::move(_l_04_o_wbcomac_iyy_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_iyy_f8 * @return Constant reference to member l_04_o_wbcomac_iyy_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_iyy_f8() const { return m_l_04_o_wbcomac_iyy_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_iyy_f8 * @return Reference to member l_04_o_wbcomac_iyy_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_iyy_f8() { return m_l_04_o_wbcomac_iyy_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_iyz_f8 * @param _l_04_o_wbcomac_iyz_f8 New value to be copied in member l_04_o_wbcomac_iyz_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_iyz_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_iyz_f8) { m_l_04_o_wbcomac_iyz_f8 = _l_04_o_wbcomac_iyz_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_iyz_f8 * @param _l_04_o_wbcomac_iyz_f8 New value to be moved in member l_04_o_wbcomac_iyz_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_iyz_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_iyz_f8) { m_l_04_o_wbcomac_iyz_f8 = std::move(_l_04_o_wbcomac_iyz_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_iyz_f8 * @return Constant reference to member l_04_o_wbcomac_iyz_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_iyz_f8() const { return m_l_04_o_wbcomac_iyz_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_iyz_f8 * @return Reference to member l_04_o_wbcomac_iyz_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_iyz_f8() { return m_l_04_o_wbcomac_iyz_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_izz_f8 * @param _l_04_o_wbcomac_izz_f8 New value to be copied in member l_04_o_wbcomac_izz_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_izz_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_izz_f8) { m_l_04_o_wbcomac_izz_f8 = _l_04_o_wbcomac_izz_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_izz_f8 * @param _l_04_o_wbcomac_izz_f8 New value to be moved in member l_04_o_wbcomac_izz_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_izz_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_izz_f8) { m_l_04_o_wbcomac_izz_f8 = std::move(_l_04_o_wbcomac_izz_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_izz_f8 * @return Constant reference to member l_04_o_wbcomac_izz_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_izz_f8() const { return m_l_04_o_wbcomac_izz_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_izz_f8 * @return Reference to member l_04_o_wbcomac_izz_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_izz_f8() { return m_l_04_o_wbcomac_izz_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_zfw_f4 * @param _l_04_o_wbcomac_zfw_f4 New value to be copied in member l_04_o_wbcomac_zfw_f4 */ eProsima_user_DllExport void l_04_o_wbcomac_zfw_f4( const eprosima::fastcdr::optional& _l_04_o_wbcomac_zfw_f4) { m_l_04_o_wbcomac_zfw_f4 = _l_04_o_wbcomac_zfw_f4; } /*! * @brief This function moves the value in member l_04_o_wbcomac_zfw_f4 * @param _l_04_o_wbcomac_zfw_f4 New value to be moved in member l_04_o_wbcomac_zfw_f4 */ eProsima_user_DllExport void l_04_o_wbcomac_zfw_f4( eprosima::fastcdr::optional&& _l_04_o_wbcomac_zfw_f4) { m_l_04_o_wbcomac_zfw_f4 = std::move(_l_04_o_wbcomac_zfw_f4); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_zfw_f4 * @return Constant reference to member l_04_o_wbcomac_zfw_f4 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_zfw_f4() const { return m_l_04_o_wbcomac_zfw_f4; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_zfw_f4 * @return Reference to member l_04_o_wbcomac_zfw_f4 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_zfw_f4() { return m_l_04_o_wbcomac_zfw_f4; } /*! * @brief This function copies the value in member l_04_o_wbcomac_zfwcg_f4 * @param _l_04_o_wbcomac_zfwcg_f4 New value to be copied in member l_04_o_wbcomac_zfwcg_f4 */ eProsima_user_DllExport void l_04_o_wbcomac_zfwcg_f4( const eprosima::fastcdr::optional& _l_04_o_wbcomac_zfwcg_f4) { m_l_04_o_wbcomac_zfwcg_f4 = _l_04_o_wbcomac_zfwcg_f4; } /*! * @brief This function moves the value in member l_04_o_wbcomac_zfwcg_f4 * @param _l_04_o_wbcomac_zfwcg_f4 New value to be moved in member l_04_o_wbcomac_zfwcg_f4 */ eProsima_user_DllExport void l_04_o_wbcomac_zfwcg_f4( eprosima::fastcdr::optional&& _l_04_o_wbcomac_zfwcg_f4) { m_l_04_o_wbcomac_zfwcg_f4 = std::move(_l_04_o_wbcomac_zfwcg_f4); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_zfwcg_f4 * @return Constant reference to member l_04_o_wbcomac_zfwcg_f4 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_zfwcg_f4() const { return m_l_04_o_wbcomac_zfwcg_f4; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_zfwcg_f4 * @return Reference to member l_04_o_wbcomac_zfwcg_f4 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_zfwcg_f4() { return m_l_04_o_wbcomac_zfwcg_f4; } /*! * @brief This function copies the value in member l_04_o_wbcomac_zfw_blcg_f4 * @param _l_04_o_wbcomac_zfw_blcg_f4 New value to be copied in member l_04_o_wbcomac_zfw_blcg_f4 */ eProsima_user_DllExport void l_04_o_wbcomac_zfw_blcg_f4( const eprosima::fastcdr::optional& _l_04_o_wbcomac_zfw_blcg_f4) { m_l_04_o_wbcomac_zfw_blcg_f4 = _l_04_o_wbcomac_zfw_blcg_f4; } /*! * @brief This function moves the value in member l_04_o_wbcomac_zfw_blcg_f4 * @param _l_04_o_wbcomac_zfw_blcg_f4 New value to be moved in member l_04_o_wbcomac_zfw_blcg_f4 */ eProsima_user_DllExport void l_04_o_wbcomac_zfw_blcg_f4( eprosima::fastcdr::optional&& _l_04_o_wbcomac_zfw_blcg_f4) { m_l_04_o_wbcomac_zfw_blcg_f4 = std::move(_l_04_o_wbcomac_zfw_blcg_f4); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_zfw_blcg_f4 * @return Constant reference to member l_04_o_wbcomac_zfw_blcg_f4 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_zfw_blcg_f4() const { return m_l_04_o_wbcomac_zfw_blcg_f4; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_zfw_blcg_f4 * @return Reference to member l_04_o_wbcomac_zfw_blcg_f4 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_zfw_blcg_f4() { return m_l_04_o_wbcomac_zfw_blcg_f4; } /*! * @brief This function copies the value in member l_04_o_wbcomac_zfw_wlcg_f4 * @param _l_04_o_wbcomac_zfw_wlcg_f4 New value to be copied in member l_04_o_wbcomac_zfw_wlcg_f4 */ eProsima_user_DllExport void l_04_o_wbcomac_zfw_wlcg_f4( const eprosima::fastcdr::optional& _l_04_o_wbcomac_zfw_wlcg_f4) { m_l_04_o_wbcomac_zfw_wlcg_f4 = _l_04_o_wbcomac_zfw_wlcg_f4; } /*! * @brief This function moves the value in member l_04_o_wbcomac_zfw_wlcg_f4 * @param _l_04_o_wbcomac_zfw_wlcg_f4 New value to be moved in member l_04_o_wbcomac_zfw_wlcg_f4 */ eProsima_user_DllExport void l_04_o_wbcomac_zfw_wlcg_f4( eprosima::fastcdr::optional&& _l_04_o_wbcomac_zfw_wlcg_f4) { m_l_04_o_wbcomac_zfw_wlcg_f4 = std::move(_l_04_o_wbcomac_zfw_wlcg_f4); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_zfw_wlcg_f4 * @return Constant reference to member l_04_o_wbcomac_zfw_wlcg_f4 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_zfw_wlcg_f4() const { return m_l_04_o_wbcomac_zfw_wlcg_f4; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_zfw_wlcg_f4 * @return Reference to member l_04_o_wbcomac_zfw_wlcg_f4 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_zfw_wlcg_f4() { return m_l_04_o_wbcomac_zfw_wlcg_f4; } /*! * @brief This function copies the value in member l_04_o_wbcomac_fuel_cmd_f8 * @param _l_04_o_wbcomac_fuel_cmd_f8 New value to be copied in member l_04_o_wbcomac_fuel_cmd_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_fuel_cmd_f8( const eprosima::fastcdr::optional>& _l_04_o_wbcomac_fuel_cmd_f8) { m_l_04_o_wbcomac_fuel_cmd_f8 = _l_04_o_wbcomac_fuel_cmd_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_fuel_cmd_f8 * @param _l_04_o_wbcomac_fuel_cmd_f8 New value to be moved in member l_04_o_wbcomac_fuel_cmd_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_fuel_cmd_f8( eprosima::fastcdr::optional>&& _l_04_o_wbcomac_fuel_cmd_f8) { m_l_04_o_wbcomac_fuel_cmd_f8 = std::move(_l_04_o_wbcomac_fuel_cmd_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_fuel_cmd_f8 * @return Constant reference to member l_04_o_wbcomac_fuel_cmd_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional>& l_04_o_wbcomac_fuel_cmd_f8() const { return m_l_04_o_wbcomac_fuel_cmd_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_fuel_cmd_f8 * @return Reference to member l_04_o_wbcomac_fuel_cmd_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional>& l_04_o_wbcomac_fuel_cmd_f8() { return m_l_04_o_wbcomac_fuel_cmd_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_fuel_mode_i4 * @param _l_04_o_wbcomac_fuel_mode_i4 New value to be copied in member l_04_o_wbcomac_fuel_mode_i4 */ eProsima_user_DllExport void l_04_o_wbcomac_fuel_mode_i4( const eprosima::fastcdr::optional& _l_04_o_wbcomac_fuel_mode_i4) { m_l_04_o_wbcomac_fuel_mode_i4 = _l_04_o_wbcomac_fuel_mode_i4; } /*! * @brief This function moves the value in member l_04_o_wbcomac_fuel_mode_i4 * @param _l_04_o_wbcomac_fuel_mode_i4 New value to be moved in member l_04_o_wbcomac_fuel_mode_i4 */ eProsima_user_DllExport void l_04_o_wbcomac_fuel_mode_i4( eprosima::fastcdr::optional&& _l_04_o_wbcomac_fuel_mode_i4) { m_l_04_o_wbcomac_fuel_mode_i4 = std::move(_l_04_o_wbcomac_fuel_mode_i4); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_fuel_mode_i4 * @return Constant reference to member l_04_o_wbcomac_fuel_mode_i4 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_fuel_mode_i4() const { return m_l_04_o_wbcomac_fuel_mode_i4; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_fuel_mode_i4 * @return Reference to member l_04_o_wbcomac_fuel_mode_i4 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_fuel_mode_i4() { return m_l_04_o_wbcomac_fuel_mode_i4; } /*! * @brief This function copies the value in member l_04_o_wbcomac_fuel_ixx_f8 * @param _l_04_o_wbcomac_fuel_ixx_f8 New value to be copied in member l_04_o_wbcomac_fuel_ixx_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_fuel_ixx_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_fuel_ixx_f8) { m_l_04_o_wbcomac_fuel_ixx_f8 = _l_04_o_wbcomac_fuel_ixx_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_fuel_ixx_f8 * @param _l_04_o_wbcomac_fuel_ixx_f8 New value to be moved in member l_04_o_wbcomac_fuel_ixx_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_fuel_ixx_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_fuel_ixx_f8) { m_l_04_o_wbcomac_fuel_ixx_f8 = std::move(_l_04_o_wbcomac_fuel_ixx_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_fuel_ixx_f8 * @return Constant reference to member l_04_o_wbcomac_fuel_ixx_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_fuel_ixx_f8() const { return m_l_04_o_wbcomac_fuel_ixx_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_fuel_ixx_f8 * @return Reference to member l_04_o_wbcomac_fuel_ixx_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_fuel_ixx_f8() { return m_l_04_o_wbcomac_fuel_ixx_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_fuel_ixy_f8 * @param _l_04_o_wbcomac_fuel_ixy_f8 New value to be copied in member l_04_o_wbcomac_fuel_ixy_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_fuel_ixy_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_fuel_ixy_f8) { m_l_04_o_wbcomac_fuel_ixy_f8 = _l_04_o_wbcomac_fuel_ixy_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_fuel_ixy_f8 * @param _l_04_o_wbcomac_fuel_ixy_f8 New value to be moved in member l_04_o_wbcomac_fuel_ixy_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_fuel_ixy_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_fuel_ixy_f8) { m_l_04_o_wbcomac_fuel_ixy_f8 = std::move(_l_04_o_wbcomac_fuel_ixy_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_fuel_ixy_f8 * @return Constant reference to member l_04_o_wbcomac_fuel_ixy_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_fuel_ixy_f8() const { return m_l_04_o_wbcomac_fuel_ixy_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_fuel_ixy_f8 * @return Reference to member l_04_o_wbcomac_fuel_ixy_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_fuel_ixy_f8() { return m_l_04_o_wbcomac_fuel_ixy_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_fuel_ixz_f8 * @param _l_04_o_wbcomac_fuel_ixz_f8 New value to be copied in member l_04_o_wbcomac_fuel_ixz_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_fuel_ixz_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_fuel_ixz_f8) { m_l_04_o_wbcomac_fuel_ixz_f8 = _l_04_o_wbcomac_fuel_ixz_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_fuel_ixz_f8 * @param _l_04_o_wbcomac_fuel_ixz_f8 New value to be moved in member l_04_o_wbcomac_fuel_ixz_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_fuel_ixz_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_fuel_ixz_f8) { m_l_04_o_wbcomac_fuel_ixz_f8 = std::move(_l_04_o_wbcomac_fuel_ixz_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_fuel_ixz_f8 * @return Constant reference to member l_04_o_wbcomac_fuel_ixz_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_fuel_ixz_f8() const { return m_l_04_o_wbcomac_fuel_ixz_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_fuel_ixz_f8 * @return Reference to member l_04_o_wbcomac_fuel_ixz_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_fuel_ixz_f8() { return m_l_04_o_wbcomac_fuel_ixz_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_fuel_iyy_f8 * @param _l_04_o_wbcomac_fuel_iyy_f8 New value to be copied in member l_04_o_wbcomac_fuel_iyy_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_fuel_iyy_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_fuel_iyy_f8) { m_l_04_o_wbcomac_fuel_iyy_f8 = _l_04_o_wbcomac_fuel_iyy_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_fuel_iyy_f8 * @param _l_04_o_wbcomac_fuel_iyy_f8 New value to be moved in member l_04_o_wbcomac_fuel_iyy_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_fuel_iyy_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_fuel_iyy_f8) { m_l_04_o_wbcomac_fuel_iyy_f8 = std::move(_l_04_o_wbcomac_fuel_iyy_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_fuel_iyy_f8 * @return Constant reference to member l_04_o_wbcomac_fuel_iyy_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_fuel_iyy_f8() const { return m_l_04_o_wbcomac_fuel_iyy_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_fuel_iyy_f8 * @return Reference to member l_04_o_wbcomac_fuel_iyy_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_fuel_iyy_f8() { return m_l_04_o_wbcomac_fuel_iyy_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_fuel_iyz_f8 * @param _l_04_o_wbcomac_fuel_iyz_f8 New value to be copied in member l_04_o_wbcomac_fuel_iyz_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_fuel_iyz_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_fuel_iyz_f8) { m_l_04_o_wbcomac_fuel_iyz_f8 = _l_04_o_wbcomac_fuel_iyz_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_fuel_iyz_f8 * @param _l_04_o_wbcomac_fuel_iyz_f8 New value to be moved in member l_04_o_wbcomac_fuel_iyz_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_fuel_iyz_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_fuel_iyz_f8) { m_l_04_o_wbcomac_fuel_iyz_f8 = std::move(_l_04_o_wbcomac_fuel_iyz_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_fuel_iyz_f8 * @return Constant reference to member l_04_o_wbcomac_fuel_iyz_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_fuel_iyz_f8() const { return m_l_04_o_wbcomac_fuel_iyz_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_fuel_iyz_f8 * @return Reference to member l_04_o_wbcomac_fuel_iyz_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_fuel_iyz_f8() { return m_l_04_o_wbcomac_fuel_iyz_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_fuel_izz_f8 * @param _l_04_o_wbcomac_fuel_izz_f8 New value to be copied in member l_04_o_wbcomac_fuel_izz_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_fuel_izz_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_fuel_izz_f8) { m_l_04_o_wbcomac_fuel_izz_f8 = _l_04_o_wbcomac_fuel_izz_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_fuel_izz_f8 * @param _l_04_o_wbcomac_fuel_izz_f8 New value to be moved in member l_04_o_wbcomac_fuel_izz_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_fuel_izz_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_fuel_izz_f8) { m_l_04_o_wbcomac_fuel_izz_f8 = std::move(_l_04_o_wbcomac_fuel_izz_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_fuel_izz_f8 * @return Constant reference to member l_04_o_wbcomac_fuel_izz_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_fuel_izz_f8() const { return m_l_04_o_wbcomac_fuel_izz_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_fuel_izz_f8 * @return Reference to member l_04_o_wbcomac_fuel_izz_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_fuel_izz_f8() { return m_l_04_o_wbcomac_fuel_izz_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_l_wt_fuel_f8 * @param _l_04_o_wbcomac_l_wt_fuel_f8 New value to be copied in member l_04_o_wbcomac_l_wt_fuel_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_l_wt_fuel_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_l_wt_fuel_f8) { m_l_04_o_wbcomac_l_wt_fuel_f8 = _l_04_o_wbcomac_l_wt_fuel_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_l_wt_fuel_f8 * @param _l_04_o_wbcomac_l_wt_fuel_f8 New value to be moved in member l_04_o_wbcomac_l_wt_fuel_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_l_wt_fuel_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_l_wt_fuel_f8) { m_l_04_o_wbcomac_l_wt_fuel_f8 = std::move(_l_04_o_wbcomac_l_wt_fuel_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_l_wt_fuel_f8 * @return Constant reference to member l_04_o_wbcomac_l_wt_fuel_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_l_wt_fuel_f8() const { return m_l_04_o_wbcomac_l_wt_fuel_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_l_wt_fuel_f8 * @return Reference to member l_04_o_wbcomac_l_wt_fuel_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_l_wt_fuel_f8() { return m_l_04_o_wbcomac_l_wt_fuel_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_ice_airframe_total_f8 * @param _l_04_o_wbcomac_ice_airframe_total_f8 New value to be copied in member l_04_o_wbcomac_ice_airframe_total_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ice_airframe_total_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_ice_airframe_total_f8) { m_l_04_o_wbcomac_ice_airframe_total_f8 = _l_04_o_wbcomac_ice_airframe_total_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_ice_airframe_total_f8 * @param _l_04_o_wbcomac_ice_airframe_total_f8 New value to be moved in member l_04_o_wbcomac_ice_airframe_total_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ice_airframe_total_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_ice_airframe_total_f8) { m_l_04_o_wbcomac_ice_airframe_total_f8 = std::move(_l_04_o_wbcomac_ice_airframe_total_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_ice_airframe_total_f8 * @return Constant reference to member l_04_o_wbcomac_ice_airframe_total_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_ice_airframe_total_f8() const { return m_l_04_o_wbcomac_ice_airframe_total_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_ice_airframe_total_f8 * @return Reference to member l_04_o_wbcomac_ice_airframe_total_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_ice_airframe_total_f8() { return m_l_04_o_wbcomac_ice_airframe_total_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_ice_eng_f8 * @param _l_04_o_wbcomac_ice_eng_f8 New value to be copied in member l_04_o_wbcomac_ice_eng_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ice_eng_f8( const eprosima::fastcdr::optional>& _l_04_o_wbcomac_ice_eng_f8) { m_l_04_o_wbcomac_ice_eng_f8 = _l_04_o_wbcomac_ice_eng_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_ice_eng_f8 * @param _l_04_o_wbcomac_ice_eng_f8 New value to be moved in member l_04_o_wbcomac_ice_eng_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ice_eng_f8( eprosima::fastcdr::optional>&& _l_04_o_wbcomac_ice_eng_f8) { m_l_04_o_wbcomac_ice_eng_f8 = std::move(_l_04_o_wbcomac_ice_eng_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_ice_eng_f8 * @return Constant reference to member l_04_o_wbcomac_ice_eng_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional>& l_04_o_wbcomac_ice_eng_f8() const { return m_l_04_o_wbcomac_ice_eng_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_ice_eng_f8 * @return Reference to member l_04_o_wbcomac_ice_eng_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional>& l_04_o_wbcomac_ice_eng_f8() { return m_l_04_o_wbcomac_ice_eng_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_ice_eng_total_f8 * @param _l_04_o_wbcomac_ice_eng_total_f8 New value to be copied in member l_04_o_wbcomac_ice_eng_total_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ice_eng_total_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_ice_eng_total_f8) { m_l_04_o_wbcomac_ice_eng_total_f8 = _l_04_o_wbcomac_ice_eng_total_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_ice_eng_total_f8 * @param _l_04_o_wbcomac_ice_eng_total_f8 New value to be moved in member l_04_o_wbcomac_ice_eng_total_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ice_eng_total_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_ice_eng_total_f8) { m_l_04_o_wbcomac_ice_eng_total_f8 = std::move(_l_04_o_wbcomac_ice_eng_total_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_ice_eng_total_f8 * @return Constant reference to member l_04_o_wbcomac_ice_eng_total_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_ice_eng_total_f8() const { return m_l_04_o_wbcomac_ice_eng_total_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_ice_eng_total_f8 * @return Reference to member l_04_o_wbcomac_ice_eng_total_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_ice_eng_total_f8() { return m_l_04_o_wbcomac_ice_eng_total_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_ice_fuselage_f8 * @param _l_04_o_wbcomac_ice_fuselage_f8 New value to be copied in member l_04_o_wbcomac_ice_fuselage_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ice_fuselage_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_ice_fuselage_f8) { m_l_04_o_wbcomac_ice_fuselage_f8 = _l_04_o_wbcomac_ice_fuselage_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_ice_fuselage_f8 * @param _l_04_o_wbcomac_ice_fuselage_f8 New value to be moved in member l_04_o_wbcomac_ice_fuselage_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ice_fuselage_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_ice_fuselage_f8) { m_l_04_o_wbcomac_ice_fuselage_f8 = std::move(_l_04_o_wbcomac_ice_fuselage_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_ice_fuselage_f8 * @return Constant reference to member l_04_o_wbcomac_ice_fuselage_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_ice_fuselage_f8() const { return m_l_04_o_wbcomac_ice_fuselage_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_ice_fuselage_f8 * @return Reference to member l_04_o_wbcomac_ice_fuselage_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_ice_fuselage_f8() { return m_l_04_o_wbcomac_ice_fuselage_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_ice_stab_left_f8 * @param _l_04_o_wbcomac_ice_stab_left_f8 New value to be copied in member l_04_o_wbcomac_ice_stab_left_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ice_stab_left_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_ice_stab_left_f8) { m_l_04_o_wbcomac_ice_stab_left_f8 = _l_04_o_wbcomac_ice_stab_left_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_ice_stab_left_f8 * @param _l_04_o_wbcomac_ice_stab_left_f8 New value to be moved in member l_04_o_wbcomac_ice_stab_left_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ice_stab_left_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_ice_stab_left_f8) { m_l_04_o_wbcomac_ice_stab_left_f8 = std::move(_l_04_o_wbcomac_ice_stab_left_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_ice_stab_left_f8 * @return Constant reference to member l_04_o_wbcomac_ice_stab_left_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_ice_stab_left_f8() const { return m_l_04_o_wbcomac_ice_stab_left_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_ice_stab_left_f8 * @return Reference to member l_04_o_wbcomac_ice_stab_left_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_ice_stab_left_f8() { return m_l_04_o_wbcomac_ice_stab_left_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_ice_stab_right_f8 * @param _l_04_o_wbcomac_ice_stab_right_f8 New value to be copied in member l_04_o_wbcomac_ice_stab_right_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ice_stab_right_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_ice_stab_right_f8) { m_l_04_o_wbcomac_ice_stab_right_f8 = _l_04_o_wbcomac_ice_stab_right_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_ice_stab_right_f8 * @param _l_04_o_wbcomac_ice_stab_right_f8 New value to be moved in member l_04_o_wbcomac_ice_stab_right_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ice_stab_right_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_ice_stab_right_f8) { m_l_04_o_wbcomac_ice_stab_right_f8 = std::move(_l_04_o_wbcomac_ice_stab_right_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_ice_stab_right_f8 * @return Constant reference to member l_04_o_wbcomac_ice_stab_right_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_ice_stab_right_f8() const { return m_l_04_o_wbcomac_ice_stab_right_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_ice_stab_right_f8 * @return Reference to member l_04_o_wbcomac_ice_stab_right_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_ice_stab_right_f8() { return m_l_04_o_wbcomac_ice_stab_right_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_ice_stab_total_f8 * @param _l_04_o_wbcomac_ice_stab_total_f8 New value to be copied in member l_04_o_wbcomac_ice_stab_total_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ice_stab_total_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_ice_stab_total_f8) { m_l_04_o_wbcomac_ice_stab_total_f8 = _l_04_o_wbcomac_ice_stab_total_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_ice_stab_total_f8 * @param _l_04_o_wbcomac_ice_stab_total_f8 New value to be moved in member l_04_o_wbcomac_ice_stab_total_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ice_stab_total_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_ice_stab_total_f8) { m_l_04_o_wbcomac_ice_stab_total_f8 = std::move(_l_04_o_wbcomac_ice_stab_total_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_ice_stab_total_f8 * @return Constant reference to member l_04_o_wbcomac_ice_stab_total_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_ice_stab_total_f8() const { return m_l_04_o_wbcomac_ice_stab_total_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_ice_stab_total_f8 * @return Reference to member l_04_o_wbcomac_ice_stab_total_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_ice_stab_total_f8() { return m_l_04_o_wbcomac_ice_stab_total_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_ice_total_f8 * @param _l_04_o_wbcomac_ice_total_f8 New value to be copied in member l_04_o_wbcomac_ice_total_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ice_total_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_ice_total_f8) { m_l_04_o_wbcomac_ice_total_f8 = _l_04_o_wbcomac_ice_total_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_ice_total_f8 * @param _l_04_o_wbcomac_ice_total_f8 New value to be moved in member l_04_o_wbcomac_ice_total_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ice_total_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_ice_total_f8) { m_l_04_o_wbcomac_ice_total_f8 = std::move(_l_04_o_wbcomac_ice_total_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_ice_total_f8 * @return Constant reference to member l_04_o_wbcomac_ice_total_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_ice_total_f8() const { return m_l_04_o_wbcomac_ice_total_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_ice_total_f8 * @return Reference to member l_04_o_wbcomac_ice_total_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_ice_total_f8() { return m_l_04_o_wbcomac_ice_total_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_ice_total_frac_f8 * @param _l_04_o_wbcomac_ice_total_frac_f8 New value to be copied in member l_04_o_wbcomac_ice_total_frac_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ice_total_frac_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_ice_total_frac_f8) { m_l_04_o_wbcomac_ice_total_frac_f8 = _l_04_o_wbcomac_ice_total_frac_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_ice_total_frac_f8 * @param _l_04_o_wbcomac_ice_total_frac_f8 New value to be moved in member l_04_o_wbcomac_ice_total_frac_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ice_total_frac_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_ice_total_frac_f8) { m_l_04_o_wbcomac_ice_total_frac_f8 = std::move(_l_04_o_wbcomac_ice_total_frac_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_ice_total_frac_f8 * @return Constant reference to member l_04_o_wbcomac_ice_total_frac_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_ice_total_frac_f8() const { return m_l_04_o_wbcomac_ice_total_frac_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_ice_total_frac_f8 * @return Reference to member l_04_o_wbcomac_ice_total_frac_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_ice_total_frac_f8() { return m_l_04_o_wbcomac_ice_total_frac_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_ice_vert_tail_f8 * @param _l_04_o_wbcomac_ice_vert_tail_f8 New value to be copied in member l_04_o_wbcomac_ice_vert_tail_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ice_vert_tail_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_ice_vert_tail_f8) { m_l_04_o_wbcomac_ice_vert_tail_f8 = _l_04_o_wbcomac_ice_vert_tail_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_ice_vert_tail_f8 * @param _l_04_o_wbcomac_ice_vert_tail_f8 New value to be moved in member l_04_o_wbcomac_ice_vert_tail_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ice_vert_tail_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_ice_vert_tail_f8) { m_l_04_o_wbcomac_ice_vert_tail_f8 = std::move(_l_04_o_wbcomac_ice_vert_tail_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_ice_vert_tail_f8 * @return Constant reference to member l_04_o_wbcomac_ice_vert_tail_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_ice_vert_tail_f8() const { return m_l_04_o_wbcomac_ice_vert_tail_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_ice_vert_tail_f8 * @return Reference to member l_04_o_wbcomac_ice_vert_tail_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_ice_vert_tail_f8() { return m_l_04_o_wbcomac_ice_vert_tail_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_ice_wing_left_f8 * @param _l_04_o_wbcomac_ice_wing_left_f8 New value to be copied in member l_04_o_wbcomac_ice_wing_left_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ice_wing_left_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_ice_wing_left_f8) { m_l_04_o_wbcomac_ice_wing_left_f8 = _l_04_o_wbcomac_ice_wing_left_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_ice_wing_left_f8 * @param _l_04_o_wbcomac_ice_wing_left_f8 New value to be moved in member l_04_o_wbcomac_ice_wing_left_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ice_wing_left_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_ice_wing_left_f8) { m_l_04_o_wbcomac_ice_wing_left_f8 = std::move(_l_04_o_wbcomac_ice_wing_left_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_ice_wing_left_f8 * @return Constant reference to member l_04_o_wbcomac_ice_wing_left_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_ice_wing_left_f8() const { return m_l_04_o_wbcomac_ice_wing_left_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_ice_wing_left_f8 * @return Reference to member l_04_o_wbcomac_ice_wing_left_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_ice_wing_left_f8() { return m_l_04_o_wbcomac_ice_wing_left_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_ice_wing_right_f8 * @param _l_04_o_wbcomac_ice_wing_right_f8 New value to be copied in member l_04_o_wbcomac_ice_wing_right_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ice_wing_right_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_ice_wing_right_f8) { m_l_04_o_wbcomac_ice_wing_right_f8 = _l_04_o_wbcomac_ice_wing_right_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_ice_wing_right_f8 * @param _l_04_o_wbcomac_ice_wing_right_f8 New value to be moved in member l_04_o_wbcomac_ice_wing_right_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ice_wing_right_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_ice_wing_right_f8) { m_l_04_o_wbcomac_ice_wing_right_f8 = std::move(_l_04_o_wbcomac_ice_wing_right_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_ice_wing_right_f8 * @return Constant reference to member l_04_o_wbcomac_ice_wing_right_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_ice_wing_right_f8() const { return m_l_04_o_wbcomac_ice_wing_right_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_ice_wing_right_f8 * @return Reference to member l_04_o_wbcomac_ice_wing_right_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_ice_wing_right_f8() { return m_l_04_o_wbcomac_ice_wing_right_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_ice_wing_total_f8 * @param _l_04_o_wbcomac_ice_wing_total_f8 New value to be copied in member l_04_o_wbcomac_ice_wing_total_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ice_wing_total_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_ice_wing_total_f8) { m_l_04_o_wbcomac_ice_wing_total_f8 = _l_04_o_wbcomac_ice_wing_total_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_ice_wing_total_f8 * @param _l_04_o_wbcomac_ice_wing_total_f8 New value to be moved in member l_04_o_wbcomac_ice_wing_total_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_ice_wing_total_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_ice_wing_total_f8) { m_l_04_o_wbcomac_ice_wing_total_f8 = std::move(_l_04_o_wbcomac_ice_wing_total_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_ice_wing_total_f8 * @return Constant reference to member l_04_o_wbcomac_ice_wing_total_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_ice_wing_total_f8() const { return m_l_04_o_wbcomac_ice_wing_total_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_ice_wing_total_f8 * @return Reference to member l_04_o_wbcomac_ice_wing_total_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_ice_wing_total_f8() { return m_l_04_o_wbcomac_ice_wing_total_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_init_l1 * @param _l_04_o_wbcomac_init_l1 New value to be copied in member l_04_o_wbcomac_init_l1 */ eProsima_user_DllExport void l_04_o_wbcomac_init_l1( const eprosima::fastcdr::optional& _l_04_o_wbcomac_init_l1) { m_l_04_o_wbcomac_init_l1 = _l_04_o_wbcomac_init_l1; } /*! * @brief This function moves the value in member l_04_o_wbcomac_init_l1 * @param _l_04_o_wbcomac_init_l1 New value to be moved in member l_04_o_wbcomac_init_l1 */ eProsima_user_DllExport void l_04_o_wbcomac_init_l1( eprosima::fastcdr::optional&& _l_04_o_wbcomac_init_l1) { m_l_04_o_wbcomac_init_l1 = std::move(_l_04_o_wbcomac_init_l1); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_init_l1 * @return Constant reference to member l_04_o_wbcomac_init_l1 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_init_l1() const { return m_l_04_o_wbcomac_init_l1; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_init_l1 * @return Reference to member l_04_o_wbcomac_init_l1 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_init_l1() { return m_l_04_o_wbcomac_init_l1; } /*! * @brief This function copies the value in member l_04_o_wbcomac_potmin_gw_f8 * @param _l_04_o_wbcomac_potmin_gw_f8 New value to be copied in member l_04_o_wbcomac_potmin_gw_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_potmin_gw_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_potmin_gw_f8) { m_l_04_o_wbcomac_potmin_gw_f8 = _l_04_o_wbcomac_potmin_gw_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_potmin_gw_f8 * @param _l_04_o_wbcomac_potmin_gw_f8 New value to be moved in member l_04_o_wbcomac_potmin_gw_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_potmin_gw_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_potmin_gw_f8) { m_l_04_o_wbcomac_potmin_gw_f8 = std::move(_l_04_o_wbcomac_potmin_gw_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_potmin_gw_f8 * @return Constant reference to member l_04_o_wbcomac_potmin_gw_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_potmin_gw_f8() const { return m_l_04_o_wbcomac_potmin_gw_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_potmin_gw_f8 * @return Reference to member l_04_o_wbcomac_potmin_gw_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_potmin_gw_f8() { return m_l_04_o_wbcomac_potmin_gw_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_potmax_gw_f8 * @param _l_04_o_wbcomac_potmax_gw_f8 New value to be copied in member l_04_o_wbcomac_potmax_gw_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_potmax_gw_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_potmax_gw_f8) { m_l_04_o_wbcomac_potmax_gw_f8 = _l_04_o_wbcomac_potmax_gw_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_potmax_gw_f8 * @param _l_04_o_wbcomac_potmax_gw_f8 New value to be moved in member l_04_o_wbcomac_potmax_gw_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_potmax_gw_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_potmax_gw_f8) { m_l_04_o_wbcomac_potmax_gw_f8 = std::move(_l_04_o_wbcomac_potmax_gw_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_potmax_gw_f8 * @return Constant reference to member l_04_o_wbcomac_potmax_gw_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_potmax_gw_f8() const { return m_l_04_o_wbcomac_potmax_gw_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_potmax_gw_f8 * @return Reference to member l_04_o_wbcomac_potmax_gw_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_potmax_gw_f8() { return m_l_04_o_wbcomac_potmax_gw_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_potmin_gwcg_f8 * @param _l_04_o_wbcomac_potmin_gwcg_f8 New value to be copied in member l_04_o_wbcomac_potmin_gwcg_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_potmin_gwcg_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_potmin_gwcg_f8) { m_l_04_o_wbcomac_potmin_gwcg_f8 = _l_04_o_wbcomac_potmin_gwcg_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_potmin_gwcg_f8 * @param _l_04_o_wbcomac_potmin_gwcg_f8 New value to be moved in member l_04_o_wbcomac_potmin_gwcg_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_potmin_gwcg_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_potmin_gwcg_f8) { m_l_04_o_wbcomac_potmin_gwcg_f8 = std::move(_l_04_o_wbcomac_potmin_gwcg_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_potmin_gwcg_f8 * @return Constant reference to member l_04_o_wbcomac_potmin_gwcg_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_potmin_gwcg_f8() const { return m_l_04_o_wbcomac_potmin_gwcg_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_potmin_gwcg_f8 * @return Reference to member l_04_o_wbcomac_potmin_gwcg_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_potmin_gwcg_f8() { return m_l_04_o_wbcomac_potmin_gwcg_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_potmax_gwcg_f8 * @param _l_04_o_wbcomac_potmax_gwcg_f8 New value to be copied in member l_04_o_wbcomac_potmax_gwcg_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_potmax_gwcg_f8( const eprosima::fastcdr::optional& _l_04_o_wbcomac_potmax_gwcg_f8) { m_l_04_o_wbcomac_potmax_gwcg_f8 = _l_04_o_wbcomac_potmax_gwcg_f8; } /*! * @brief This function moves the value in member l_04_o_wbcomac_potmax_gwcg_f8 * @param _l_04_o_wbcomac_potmax_gwcg_f8 New value to be moved in member l_04_o_wbcomac_potmax_gwcg_f8 */ eProsima_user_DllExport void l_04_o_wbcomac_potmax_gwcg_f8( eprosima::fastcdr::optional&& _l_04_o_wbcomac_potmax_gwcg_f8) { m_l_04_o_wbcomac_potmax_gwcg_f8 = std::move(_l_04_o_wbcomac_potmax_gwcg_f8); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_potmax_gwcg_f8 * @return Constant reference to member l_04_o_wbcomac_potmax_gwcg_f8 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_potmax_gwcg_f8() const { return m_l_04_o_wbcomac_potmax_gwcg_f8; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_potmax_gwcg_f8 * @return Reference to member l_04_o_wbcomac_potmax_gwcg_f8 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_potmax_gwcg_f8() { return m_l_04_o_wbcomac_potmax_gwcg_f8; } /*! * @brief This function copies the value in member l_04_o_wbcomac_min_cg_f4 * @param _l_04_o_wbcomac_min_cg_f4 New value to be copied in member l_04_o_wbcomac_min_cg_f4 */ eProsima_user_DllExport void l_04_o_wbcomac_min_cg_f4( const eprosima::fastcdr::optional& _l_04_o_wbcomac_min_cg_f4) { m_l_04_o_wbcomac_min_cg_f4 = _l_04_o_wbcomac_min_cg_f4; } /*! * @brief This function moves the value in member l_04_o_wbcomac_min_cg_f4 * @param _l_04_o_wbcomac_min_cg_f4 New value to be moved in member l_04_o_wbcomac_min_cg_f4 */ eProsima_user_DllExport void l_04_o_wbcomac_min_cg_f4( eprosima::fastcdr::optional&& _l_04_o_wbcomac_min_cg_f4) { m_l_04_o_wbcomac_min_cg_f4 = std::move(_l_04_o_wbcomac_min_cg_f4); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_min_cg_f4 * @return Constant reference to member l_04_o_wbcomac_min_cg_f4 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_min_cg_f4() const { return m_l_04_o_wbcomac_min_cg_f4; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_min_cg_f4 * @return Reference to member l_04_o_wbcomac_min_cg_f4 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_min_cg_f4() { return m_l_04_o_wbcomac_min_cg_f4; } /*! * @brief This function copies the value in member l_04_o_wbcomac_min_gw_f4 * @param _l_04_o_wbcomac_min_gw_f4 New value to be copied in member l_04_o_wbcomac_min_gw_f4 */ eProsima_user_DllExport void l_04_o_wbcomac_min_gw_f4( const eprosima::fastcdr::optional& _l_04_o_wbcomac_min_gw_f4) { m_l_04_o_wbcomac_min_gw_f4 = _l_04_o_wbcomac_min_gw_f4; } /*! * @brief This function moves the value in member l_04_o_wbcomac_min_gw_f4 * @param _l_04_o_wbcomac_min_gw_f4 New value to be moved in member l_04_o_wbcomac_min_gw_f4 */ eProsima_user_DllExport void l_04_o_wbcomac_min_gw_f4( eprosima::fastcdr::optional&& _l_04_o_wbcomac_min_gw_f4) { m_l_04_o_wbcomac_min_gw_f4 = std::move(_l_04_o_wbcomac_min_gw_f4); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_min_gw_f4 * @return Constant reference to member l_04_o_wbcomac_min_gw_f4 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_min_gw_f4() const { return m_l_04_o_wbcomac_min_gw_f4; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_min_gw_f4 * @return Reference to member l_04_o_wbcomac_min_gw_f4 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_min_gw_f4() { return m_l_04_o_wbcomac_min_gw_f4; } /*! * @brief This function copies the value in member l_04_o_wbcomac_min_zfw_f4 * @param _l_04_o_wbcomac_min_zfw_f4 New value to be copied in member l_04_o_wbcomac_min_zfw_f4 */ eProsima_user_DllExport void l_04_o_wbcomac_min_zfw_f4( const eprosima::fastcdr::optional& _l_04_o_wbcomac_min_zfw_f4) { m_l_04_o_wbcomac_min_zfw_f4 = _l_04_o_wbcomac_min_zfw_f4; } /*! * @brief This function moves the value in member l_04_o_wbcomac_min_zfw_f4 * @param _l_04_o_wbcomac_min_zfw_f4 New value to be moved in member l_04_o_wbcomac_min_zfw_f4 */ eProsima_user_DllExport void l_04_o_wbcomac_min_zfw_f4( eprosima::fastcdr::optional&& _l_04_o_wbcomac_min_zfw_f4) { m_l_04_o_wbcomac_min_zfw_f4 = std::move(_l_04_o_wbcomac_min_zfw_f4); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_min_zfw_f4 * @return Constant reference to member l_04_o_wbcomac_min_zfw_f4 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_min_zfw_f4() const { return m_l_04_o_wbcomac_min_zfw_f4; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_min_zfw_f4 * @return Reference to member l_04_o_wbcomac_min_zfw_f4 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_min_zfw_f4() { return m_l_04_o_wbcomac_min_zfw_f4; } /*! * @brief This function copies the value in member l_04_o_wbcomac_min_zfwcg_f4 * @param _l_04_o_wbcomac_min_zfwcg_f4 New value to be copied in member l_04_o_wbcomac_min_zfwcg_f4 */ eProsima_user_DllExport void l_04_o_wbcomac_min_zfwcg_f4( const eprosima::fastcdr::optional& _l_04_o_wbcomac_min_zfwcg_f4) { m_l_04_o_wbcomac_min_zfwcg_f4 = _l_04_o_wbcomac_min_zfwcg_f4; } /*! * @brief This function moves the value in member l_04_o_wbcomac_min_zfwcg_f4 * @param _l_04_o_wbcomac_min_zfwcg_f4 New value to be moved in member l_04_o_wbcomac_min_zfwcg_f4 */ eProsima_user_DllExport void l_04_o_wbcomac_min_zfwcg_f4( eprosima::fastcdr::optional&& _l_04_o_wbcomac_min_zfwcg_f4) { m_l_04_o_wbcomac_min_zfwcg_f4 = std::move(_l_04_o_wbcomac_min_zfwcg_f4); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_min_zfwcg_f4 * @return Constant reference to member l_04_o_wbcomac_min_zfwcg_f4 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_min_zfwcg_f4() const { return m_l_04_o_wbcomac_min_zfwcg_f4; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_min_zfwcg_f4 * @return Reference to member l_04_o_wbcomac_min_zfwcg_f4 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_min_zfwcg_f4() { return m_l_04_o_wbcomac_min_zfwcg_f4; } /*! * @brief This function copies the value in member l_04_o_wbcomac_max_cg_f4 * @param _l_04_o_wbcomac_max_cg_f4 New value to be copied in member l_04_o_wbcomac_max_cg_f4 */ eProsima_user_DllExport void l_04_o_wbcomac_max_cg_f4( const eprosima::fastcdr::optional& _l_04_o_wbcomac_max_cg_f4) { m_l_04_o_wbcomac_max_cg_f4 = _l_04_o_wbcomac_max_cg_f4; } /*! * @brief This function moves the value in member l_04_o_wbcomac_max_cg_f4 * @param _l_04_o_wbcomac_max_cg_f4 New value to be moved in member l_04_o_wbcomac_max_cg_f4 */ eProsima_user_DllExport void l_04_o_wbcomac_max_cg_f4( eprosima::fastcdr::optional&& _l_04_o_wbcomac_max_cg_f4) { m_l_04_o_wbcomac_max_cg_f4 = std::move(_l_04_o_wbcomac_max_cg_f4); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_max_cg_f4 * @return Constant reference to member l_04_o_wbcomac_max_cg_f4 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_max_cg_f4() const { return m_l_04_o_wbcomac_max_cg_f4; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_max_cg_f4 * @return Reference to member l_04_o_wbcomac_max_cg_f4 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_max_cg_f4() { return m_l_04_o_wbcomac_max_cg_f4; } /*! * @brief This function copies the value in member l_04_o_wbcomac_max_gw_f4 * @param _l_04_o_wbcomac_max_gw_f4 New value to be copied in member l_04_o_wbcomac_max_gw_f4 */ eProsima_user_DllExport void l_04_o_wbcomac_max_gw_f4( const eprosima::fastcdr::optional& _l_04_o_wbcomac_max_gw_f4) { m_l_04_o_wbcomac_max_gw_f4 = _l_04_o_wbcomac_max_gw_f4; } /*! * @brief This function moves the value in member l_04_o_wbcomac_max_gw_f4 * @param _l_04_o_wbcomac_max_gw_f4 New value to be moved in member l_04_o_wbcomac_max_gw_f4 */ eProsima_user_DllExport void l_04_o_wbcomac_max_gw_f4( eprosima::fastcdr::optional&& _l_04_o_wbcomac_max_gw_f4) { m_l_04_o_wbcomac_max_gw_f4 = std::move(_l_04_o_wbcomac_max_gw_f4); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_max_gw_f4 * @return Constant reference to member l_04_o_wbcomac_max_gw_f4 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_max_gw_f4() const { return m_l_04_o_wbcomac_max_gw_f4; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_max_gw_f4 * @return Reference to member l_04_o_wbcomac_max_gw_f4 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_max_gw_f4() { return m_l_04_o_wbcomac_max_gw_f4; } /*! * @brief This function copies the value in member l_04_o_wbcomac_max_zfw_f4 * @param _l_04_o_wbcomac_max_zfw_f4 New value to be copied in member l_04_o_wbcomac_max_zfw_f4 */ eProsima_user_DllExport void l_04_o_wbcomac_max_zfw_f4( const eprosima::fastcdr::optional& _l_04_o_wbcomac_max_zfw_f4) { m_l_04_o_wbcomac_max_zfw_f4 = _l_04_o_wbcomac_max_zfw_f4; } /*! * @brief This function moves the value in member l_04_o_wbcomac_max_zfw_f4 * @param _l_04_o_wbcomac_max_zfw_f4 New value to be moved in member l_04_o_wbcomac_max_zfw_f4 */ eProsima_user_DllExport void l_04_o_wbcomac_max_zfw_f4( eprosima::fastcdr::optional&& _l_04_o_wbcomac_max_zfw_f4) { m_l_04_o_wbcomac_max_zfw_f4 = std::move(_l_04_o_wbcomac_max_zfw_f4); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_max_zfw_f4 * @return Constant reference to member l_04_o_wbcomac_max_zfw_f4 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_max_zfw_f4() const { return m_l_04_o_wbcomac_max_zfw_f4; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_max_zfw_f4 * @return Reference to member l_04_o_wbcomac_max_zfw_f4 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_max_zfw_f4() { return m_l_04_o_wbcomac_max_zfw_f4; } /*! * @brief This function copies the value in member l_04_o_wbcomac_max_zfwcg_f4 * @param _l_04_o_wbcomac_max_zfwcg_f4 New value to be copied in member l_04_o_wbcomac_max_zfwcg_f4 */ eProsima_user_DllExport void l_04_o_wbcomac_max_zfwcg_f4( const eprosima::fastcdr::optional& _l_04_o_wbcomac_max_zfwcg_f4) { m_l_04_o_wbcomac_max_zfwcg_f4 = _l_04_o_wbcomac_max_zfwcg_f4; } /*! * @brief This function moves the value in member l_04_o_wbcomac_max_zfwcg_f4 * @param _l_04_o_wbcomac_max_zfwcg_f4 New value to be moved in member l_04_o_wbcomac_max_zfwcg_f4 */ eProsima_user_DllExport void l_04_o_wbcomac_max_zfwcg_f4( eprosima::fastcdr::optional&& _l_04_o_wbcomac_max_zfwcg_f4) { m_l_04_o_wbcomac_max_zfwcg_f4 = std::move(_l_04_o_wbcomac_max_zfwcg_f4); } /*! * @brief This function returns a constant reference to member l_04_o_wbcomac_max_zfwcg_f4 * @return Constant reference to member l_04_o_wbcomac_max_zfwcg_f4 */ eProsima_user_DllExport const eprosima::fastcdr::optional& l_04_o_wbcomac_max_zfwcg_f4() const { return m_l_04_o_wbcomac_max_zfwcg_f4; } /*! * @brief This function returns a reference to member l_04_o_wbcomac_max_zfwcg_f4 * @return Reference to member l_04_o_wbcomac_max_zfwcg_f4 */ eProsima_user_DllExport eprosima::fastcdr::optional& l_04_o_wbcomac_max_zfwcg_f4() { return m_l_04_o_wbcomac_max_zfwcg_f4; } private: eprosima::fastcdr::optional m_l_04_o_wbcomac_frz_l1; eprosima::fastcdr::optional m_l_04_o_wbcomac_zcgfrz_l1; eprosima::fastcdr::optional m_l_04_o_wbcomac_zcgfrz_grfx_l1; eprosima::fastcdr::optional m_l_04_o_wbcomac_ycgfrz_l1; eprosima::fastcdr::optional m_l_04_o_wbcomac_inertfrz_l1; eprosima::fastcdr::optional m_l_04_o_wbcomac_gw_f4; eprosima::fastcdr::optional m_l_04_o_wbcomac_cg_f4; eprosima::fastcdr::optional m_l_04_o_wbcomac_blcg_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_bscg_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_wlcg_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_xcg_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_ixx_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_ixy_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_ixz_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_iyy_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_iyz_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_izz_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_zfw_f4; eprosima::fastcdr::optional m_l_04_o_wbcomac_zfwcg_f4; eprosima::fastcdr::optional m_l_04_o_wbcomac_zfw_blcg_f4; eprosima::fastcdr::optional m_l_04_o_wbcomac_zfw_wlcg_f4; eprosima::fastcdr::optional> m_l_04_o_wbcomac_fuel_cmd_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_fuel_mode_i4; eprosima::fastcdr::optional m_l_04_o_wbcomac_fuel_ixx_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_fuel_ixy_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_fuel_ixz_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_fuel_iyy_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_fuel_iyz_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_fuel_izz_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_l_wt_fuel_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_ice_airframe_total_f8; eprosima::fastcdr::optional> m_l_04_o_wbcomac_ice_eng_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_ice_eng_total_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_ice_fuselage_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_ice_stab_left_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_ice_stab_right_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_ice_stab_total_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_ice_total_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_ice_total_frac_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_ice_vert_tail_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_ice_wing_left_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_ice_wing_right_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_ice_wing_total_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_init_l1; eprosima::fastcdr::optional m_l_04_o_wbcomac_potmin_gw_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_potmax_gw_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_potmin_gwcg_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_potmax_gwcg_f8; eprosima::fastcdr::optional m_l_04_o_wbcomac_min_cg_f4; eprosima::fastcdr::optional m_l_04_o_wbcomac_min_gw_f4; eprosima::fastcdr::optional m_l_04_o_wbcomac_min_zfw_f4; eprosima::fastcdr::optional m_l_04_o_wbcomac_min_zfwcg_f4; eprosima::fastcdr::optional m_l_04_o_wbcomac_max_cg_f4; eprosima::fastcdr::optional m_l_04_o_wbcomac_max_gw_f4; eprosima::fastcdr::optional m_l_04_o_wbcomac_max_zfw_f4; eprosima::fastcdr::optional m_l_04_o_wbcomac_max_zfwcg_f4; }; /*! * @brief This class represents the structure WeightBalance_heartbeat defined by the user in the IDL file. * @ingroup XNWeightBalance */ class WeightBalance_heartbeat { public: /*! * @brief Default constructor. */ eProsima_user_DllExport WeightBalance_heartbeat() { } /*! * @brief Default destructor. */ eProsima_user_DllExport ~WeightBalance_heartbeat() { } /*! * @brief Copy constructor. * @param x Reference to the object WeightBalance_heartbeat that will be copied. */ eProsima_user_DllExport WeightBalance_heartbeat( const WeightBalance_heartbeat& x) { m_weightbody_model_heartbeat = x.m_weightbody_model_heartbeat; } /*! * @brief Move constructor. * @param x Reference to the object WeightBalance_heartbeat that will be copied. */ eProsima_user_DllExport WeightBalance_heartbeat( WeightBalance_heartbeat&& x) noexcept { m_weightbody_model_heartbeat = x.m_weightbody_model_heartbeat; } /*! * @brief Copy assignment. * @param x Reference to the object WeightBalance_heartbeat that will be copied. */ eProsima_user_DllExport WeightBalance_heartbeat& operator =( const WeightBalance_heartbeat& x) { m_weightbody_model_heartbeat = x.m_weightbody_model_heartbeat; return *this; } /*! * @brief Move assignment. * @param x Reference to the object WeightBalance_heartbeat that will be copied. */ eProsima_user_DllExport WeightBalance_heartbeat& operator =( WeightBalance_heartbeat&& x) noexcept { m_weightbody_model_heartbeat = x.m_weightbody_model_heartbeat; return *this; } /*! * @brief Comparison operator. * @param x WeightBalance_heartbeat object to compare. */ eProsima_user_DllExport bool operator ==( const WeightBalance_heartbeat& x) const { return (m_weightbody_model_heartbeat == x.m_weightbody_model_heartbeat); } /*! * @brief Comparison operator. * @param x WeightBalance_heartbeat object to compare. */ eProsima_user_DllExport bool operator !=( const WeightBalance_heartbeat& x) const { return !(*this == x); } /*! * @brief This function sets a value in member weightbody_model_heartbeat * @param _weightbody_model_heartbeat New value for member weightbody_model_heartbeat */ eProsima_user_DllExport void weightbody_model_heartbeat( int32_t _weightbody_model_heartbeat) { m_weightbody_model_heartbeat = _weightbody_model_heartbeat; } /*! * @brief This function returns the value of member weightbody_model_heartbeat * @return Value of member weightbody_model_heartbeat */ eProsima_user_DllExport int32_t weightbody_model_heartbeat() const { return m_weightbody_model_heartbeat; } /*! * @brief This function returns a reference to member weightbody_model_heartbeat * @return Reference to member weightbody_model_heartbeat */ eProsima_user_DllExport int32_t& weightbody_model_heartbeat() { return m_weightbody_model_heartbeat; } private: int32_t m_weightbody_model_heartbeat{0}; }; } // namespace ATA04 } // namespace XNSim #endif // _FAST_DDS_GENERATED_XNSIM_ATA04_XNWEIGHTBALANCE_HPP_