3849 lines
152 KiB
C++
Executable File
3849 lines
152 KiB
C++
Executable File
// 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 XNGroundHandling.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_XNGROUNDHANDLING_HPP
|
|
#define FAST_DDS_GENERATED__XNSIM_ATA04_XNGROUNDHANDLING_HPP
|
|
|
|
#include <array>
|
|
#include <cstdint>
|
|
#include <utility>
|
|
#include <fastcdr/xcdr/optional.hpp>
|
|
|
|
#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(XNGROUNDHANDLING_SOURCE)
|
|
#define XNGROUNDHANDLING_DllAPI __declspec( dllexport )
|
|
#else
|
|
#define XNGROUNDHANDLING_DllAPI __declspec( dllimport )
|
|
#endif // XNGROUNDHANDLING_SOURCE
|
|
#else
|
|
#define XNGROUNDHANDLING_DllAPI
|
|
#endif // EPROSIMA_USER_DLL_EXPORT
|
|
#else
|
|
#define XNGROUNDHANDLING_DllAPI
|
|
#endif // _WIN32
|
|
|
|
namespace XNSim {
|
|
|
|
namespace ATA04 {
|
|
|
|
/*!
|
|
* @brief This class represents the structure GroundHandling_input defined by the user in the IDL file.
|
|
* @ingroup XNGroundHandling
|
|
*/
|
|
class GroundHandling_input
|
|
{
|
|
public:
|
|
|
|
/*!
|
|
* @brief Default constructor.
|
|
*/
|
|
eProsima_user_DllExport GroundHandling_input()
|
|
{
|
|
}
|
|
|
|
/*!
|
|
* @brief Default destructor.
|
|
*/
|
|
eProsima_user_DllExport ~GroundHandling_input()
|
|
{
|
|
}
|
|
|
|
/*!
|
|
* @brief Copy constructor.
|
|
* @param x Reference to the object GroundHandling_input that will be copied.
|
|
*/
|
|
eProsima_user_DllExport GroundHandling_input(
|
|
const GroundHandling_input& x)
|
|
{
|
|
m_l_04_i_gdcomac_frz_l1 = x.m_l_04_i_gdcomac_frz_l1;
|
|
|
|
m_l_04_i_gdcomac_chocks_l1 = x.m_l_04_i_gdcomac_chocks_l1;
|
|
|
|
m_l_04_i_gdcomac_alt_agl_f8 = x.m_l_04_i_gdcomac_alt_agl_f8;
|
|
|
|
m_l_04_i_gdcomac_frzflt_l1 = x.m_l_04_i_gdcomac_frzflt_l1;
|
|
|
|
m_l_04_i_gdcomac_p_f8 = x.m_l_04_i_gdcomac_p_f8;
|
|
|
|
m_l_04_i_gdcomac_q_f8 = x.m_l_04_i_gdcomac_q_f8;
|
|
|
|
m_l_04_i_gdcomac_r_f8 = x.m_l_04_i_gdcomac_r_f8;
|
|
|
|
m_l_04_i_gdcomac_ug_f8 = x.m_l_04_i_gdcomac_ug_f8;
|
|
|
|
m_l_04_i_gdcomac_vg_f8 = x.m_l_04_i_gdcomac_vg_f8;
|
|
|
|
m_l_04_i_gdcomac_wg_f8 = x.m_l_04_i_gdcomac_wg_f8;
|
|
|
|
m_l_04_i_gdcomac_blcg_f8 = x.m_l_04_i_gdcomac_blcg_f8;
|
|
|
|
m_l_04_i_gdcomac_bscg_f8 = x.m_l_04_i_gdcomac_bscg_f8;
|
|
|
|
m_l_04_i_gdcomac_wlcg_f8 = x.m_l_04_i_gdcomac_wlcg_f8;
|
|
|
|
m_l_04_i_gdcomac_pb_active_l1 = x.m_l_04_i_gdcomac_pb_active_l1;
|
|
|
|
m_l_04_i_gdcomac_brake_torq_f8 = x.m_l_04_i_gdcomac_brake_torq_f8;
|
|
|
|
m_l_04_i_gdcomac_gear_f8 = x.m_l_04_i_gdcomac_gear_f8;
|
|
|
|
m_l_04_i_gdcomac_gsteer_f8 = x.m_l_04_i_gdcomac_gsteer_f8;
|
|
|
|
m_l_04_i_gdcomac_tire_pres_f8 = x.m_l_04_i_gdcomac_tire_pres_f8;
|
|
|
|
m_l_04_i_gdcomac_onjax_l1 = x.m_l_04_i_gdcomac_onjax_l1;
|
|
|
|
m_l_04_i_gdcomac_contdep_f8 = x.m_l_04_i_gdcomac_contdep_f8;
|
|
|
|
m_l_04_i_gdcomac_thetag_f8 = x.m_l_04_i_gdcomac_thetag_f8;
|
|
|
|
m_l_04_i_gdcomac_phig_f8 = x.m_l_04_i_gdcomac_phig_f8;
|
|
|
|
m_l_04_i_gdcomac_rwyrgh_i2 = x.m_l_04_i_gdcomac_rwyrgh_i2;
|
|
|
|
m_l_04_i_gdcomac_rwyhdg_f8 = x.m_l_04_i_gdcomac_rwyhdg_f8;
|
|
|
|
m_l_04_i_gdcomac_reset_braketemp_l1 = x.m_l_04_i_gdcomac_reset_braketemp_l1;
|
|
|
|
m_l_04_i_gdcomac_reset_tirepress_l1 = x.m_l_04_i_gdcomac_reset_tirepress_l1;
|
|
|
|
m_l_04_i_gdcomac_temp_c_f8 = x.m_l_04_i_gdcomac_temp_c_f8;
|
|
|
|
m_l_04_i_gdcomac_brake_temp_f8 = x.m_l_04_i_gdcomac_brake_temp_f8;
|
|
|
|
m_l_04_i_gdcomac_tire_tburst_l1 = x.m_l_04_i_gdcomac_tire_tburst_l1;
|
|
|
|
m_l_04_i_gdcomac_tire_tflat_l1 = x.m_l_04_i_gdcomac_tire_tflat_l1;
|
|
|
|
m_l_04_i_gdcomac_brk_reset_tpres_l1 = x.m_l_04_i_gdcomac_brk_reset_tpres_l1;
|
|
|
|
m_l_04_i_gdcomac_rcon_ci_f8 = x.m_l_04_i_gdcomac_rcon_ci_f8;
|
|
|
|
m_l_04_i_gdcomac_pb_towforce_f8 = x.m_l_04_i_gdcomac_pb_towforce_f8;
|
|
|
|
m_l_04_i_gdcomac_gsteer_state_i4 = x.m_l_04_i_gdcomac_gsteer_state_i4;
|
|
|
|
m_l_04_i_gdcomac_trim_active_l1 = x.m_l_04_i_gdcomac_trim_active_l1;
|
|
|
|
m_l_04_i_gdcomac_phi_deg_f8 = x.m_l_04_i_gdcomac_phi_deg_f8;
|
|
|
|
m_l_04_i_gdcomac_theta_deg_f8 = x.m_l_04_i_gdcomac_theta_deg_f8;
|
|
|
|
m_l_04_i_gdcomac_psi_deg_f8 = x.m_l_04_i_gdcomac_psi_deg_f8;
|
|
|
|
m_l_04_i_gdcomac_resetint_l1 = x.m_l_04_i_gdcomac_resetint_l1;
|
|
|
|
}
|
|
|
|
/*!
|
|
* @brief Move constructor.
|
|
* @param x Reference to the object GroundHandling_input that will be copied.
|
|
*/
|
|
eProsima_user_DllExport GroundHandling_input(
|
|
GroundHandling_input&& x) noexcept
|
|
{
|
|
m_l_04_i_gdcomac_frz_l1 = x.m_l_04_i_gdcomac_frz_l1;
|
|
m_l_04_i_gdcomac_chocks_l1 = x.m_l_04_i_gdcomac_chocks_l1;
|
|
m_l_04_i_gdcomac_alt_agl_f8 = x.m_l_04_i_gdcomac_alt_agl_f8;
|
|
m_l_04_i_gdcomac_frzflt_l1 = x.m_l_04_i_gdcomac_frzflt_l1;
|
|
m_l_04_i_gdcomac_p_f8 = x.m_l_04_i_gdcomac_p_f8;
|
|
m_l_04_i_gdcomac_q_f8 = x.m_l_04_i_gdcomac_q_f8;
|
|
m_l_04_i_gdcomac_r_f8 = x.m_l_04_i_gdcomac_r_f8;
|
|
m_l_04_i_gdcomac_ug_f8 = x.m_l_04_i_gdcomac_ug_f8;
|
|
m_l_04_i_gdcomac_vg_f8 = x.m_l_04_i_gdcomac_vg_f8;
|
|
m_l_04_i_gdcomac_wg_f8 = x.m_l_04_i_gdcomac_wg_f8;
|
|
m_l_04_i_gdcomac_blcg_f8 = x.m_l_04_i_gdcomac_blcg_f8;
|
|
m_l_04_i_gdcomac_bscg_f8 = x.m_l_04_i_gdcomac_bscg_f8;
|
|
m_l_04_i_gdcomac_wlcg_f8 = x.m_l_04_i_gdcomac_wlcg_f8;
|
|
m_l_04_i_gdcomac_pb_active_l1 = x.m_l_04_i_gdcomac_pb_active_l1;
|
|
m_l_04_i_gdcomac_brake_torq_f8 = std::move(x.m_l_04_i_gdcomac_brake_torq_f8);
|
|
m_l_04_i_gdcomac_gear_f8 = std::move(x.m_l_04_i_gdcomac_gear_f8);
|
|
m_l_04_i_gdcomac_gsteer_f8 = std::move(x.m_l_04_i_gdcomac_gsteer_f8);
|
|
m_l_04_i_gdcomac_tire_pres_f8 = std::move(x.m_l_04_i_gdcomac_tire_pres_f8);
|
|
m_l_04_i_gdcomac_onjax_l1 = x.m_l_04_i_gdcomac_onjax_l1;
|
|
m_l_04_i_gdcomac_contdep_f8 = std::move(x.m_l_04_i_gdcomac_contdep_f8);
|
|
m_l_04_i_gdcomac_thetag_f8 = x.m_l_04_i_gdcomac_thetag_f8;
|
|
m_l_04_i_gdcomac_phig_f8 = x.m_l_04_i_gdcomac_phig_f8;
|
|
m_l_04_i_gdcomac_rwyrgh_i2 = x.m_l_04_i_gdcomac_rwyrgh_i2;
|
|
m_l_04_i_gdcomac_rwyhdg_f8 = x.m_l_04_i_gdcomac_rwyhdg_f8;
|
|
m_l_04_i_gdcomac_reset_braketemp_l1 = x.m_l_04_i_gdcomac_reset_braketemp_l1;
|
|
m_l_04_i_gdcomac_reset_tirepress_l1 = x.m_l_04_i_gdcomac_reset_tirepress_l1;
|
|
m_l_04_i_gdcomac_temp_c_f8 = x.m_l_04_i_gdcomac_temp_c_f8;
|
|
m_l_04_i_gdcomac_brake_temp_f8 = std::move(x.m_l_04_i_gdcomac_brake_temp_f8);
|
|
m_l_04_i_gdcomac_tire_tburst_l1 = std::move(x.m_l_04_i_gdcomac_tire_tburst_l1);
|
|
m_l_04_i_gdcomac_tire_tflat_l1 = std::move(x.m_l_04_i_gdcomac_tire_tflat_l1);
|
|
m_l_04_i_gdcomac_brk_reset_tpres_l1 = x.m_l_04_i_gdcomac_brk_reset_tpres_l1;
|
|
m_l_04_i_gdcomac_rcon_ci_f8 = std::move(x.m_l_04_i_gdcomac_rcon_ci_f8);
|
|
m_l_04_i_gdcomac_pb_towforce_f8 = x.m_l_04_i_gdcomac_pb_towforce_f8;
|
|
m_l_04_i_gdcomac_gsteer_state_i4 = x.m_l_04_i_gdcomac_gsteer_state_i4;
|
|
m_l_04_i_gdcomac_trim_active_l1 = x.m_l_04_i_gdcomac_trim_active_l1;
|
|
m_l_04_i_gdcomac_phi_deg_f8 = x.m_l_04_i_gdcomac_phi_deg_f8;
|
|
m_l_04_i_gdcomac_theta_deg_f8 = x.m_l_04_i_gdcomac_theta_deg_f8;
|
|
m_l_04_i_gdcomac_psi_deg_f8 = x.m_l_04_i_gdcomac_psi_deg_f8;
|
|
m_l_04_i_gdcomac_resetint_l1 = x.m_l_04_i_gdcomac_resetint_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief Copy assignment.
|
|
* @param x Reference to the object GroundHandling_input that will be copied.
|
|
*/
|
|
eProsima_user_DllExport GroundHandling_input& operator =(
|
|
const GroundHandling_input& x)
|
|
{
|
|
|
|
m_l_04_i_gdcomac_frz_l1 = x.m_l_04_i_gdcomac_frz_l1;
|
|
|
|
m_l_04_i_gdcomac_chocks_l1 = x.m_l_04_i_gdcomac_chocks_l1;
|
|
|
|
m_l_04_i_gdcomac_alt_agl_f8 = x.m_l_04_i_gdcomac_alt_agl_f8;
|
|
|
|
m_l_04_i_gdcomac_frzflt_l1 = x.m_l_04_i_gdcomac_frzflt_l1;
|
|
|
|
m_l_04_i_gdcomac_p_f8 = x.m_l_04_i_gdcomac_p_f8;
|
|
|
|
m_l_04_i_gdcomac_q_f8 = x.m_l_04_i_gdcomac_q_f8;
|
|
|
|
m_l_04_i_gdcomac_r_f8 = x.m_l_04_i_gdcomac_r_f8;
|
|
|
|
m_l_04_i_gdcomac_ug_f8 = x.m_l_04_i_gdcomac_ug_f8;
|
|
|
|
m_l_04_i_gdcomac_vg_f8 = x.m_l_04_i_gdcomac_vg_f8;
|
|
|
|
m_l_04_i_gdcomac_wg_f8 = x.m_l_04_i_gdcomac_wg_f8;
|
|
|
|
m_l_04_i_gdcomac_blcg_f8 = x.m_l_04_i_gdcomac_blcg_f8;
|
|
|
|
m_l_04_i_gdcomac_bscg_f8 = x.m_l_04_i_gdcomac_bscg_f8;
|
|
|
|
m_l_04_i_gdcomac_wlcg_f8 = x.m_l_04_i_gdcomac_wlcg_f8;
|
|
|
|
m_l_04_i_gdcomac_pb_active_l1 = x.m_l_04_i_gdcomac_pb_active_l1;
|
|
|
|
m_l_04_i_gdcomac_brake_torq_f8 = x.m_l_04_i_gdcomac_brake_torq_f8;
|
|
|
|
m_l_04_i_gdcomac_gear_f8 = x.m_l_04_i_gdcomac_gear_f8;
|
|
|
|
m_l_04_i_gdcomac_gsteer_f8 = x.m_l_04_i_gdcomac_gsteer_f8;
|
|
|
|
m_l_04_i_gdcomac_tire_pres_f8 = x.m_l_04_i_gdcomac_tire_pres_f8;
|
|
|
|
m_l_04_i_gdcomac_onjax_l1 = x.m_l_04_i_gdcomac_onjax_l1;
|
|
|
|
m_l_04_i_gdcomac_contdep_f8 = x.m_l_04_i_gdcomac_contdep_f8;
|
|
|
|
m_l_04_i_gdcomac_thetag_f8 = x.m_l_04_i_gdcomac_thetag_f8;
|
|
|
|
m_l_04_i_gdcomac_phig_f8 = x.m_l_04_i_gdcomac_phig_f8;
|
|
|
|
m_l_04_i_gdcomac_rwyrgh_i2 = x.m_l_04_i_gdcomac_rwyrgh_i2;
|
|
|
|
m_l_04_i_gdcomac_rwyhdg_f8 = x.m_l_04_i_gdcomac_rwyhdg_f8;
|
|
|
|
m_l_04_i_gdcomac_reset_braketemp_l1 = x.m_l_04_i_gdcomac_reset_braketemp_l1;
|
|
|
|
m_l_04_i_gdcomac_reset_tirepress_l1 = x.m_l_04_i_gdcomac_reset_tirepress_l1;
|
|
|
|
m_l_04_i_gdcomac_temp_c_f8 = x.m_l_04_i_gdcomac_temp_c_f8;
|
|
|
|
m_l_04_i_gdcomac_brake_temp_f8 = x.m_l_04_i_gdcomac_brake_temp_f8;
|
|
|
|
m_l_04_i_gdcomac_tire_tburst_l1 = x.m_l_04_i_gdcomac_tire_tburst_l1;
|
|
|
|
m_l_04_i_gdcomac_tire_tflat_l1 = x.m_l_04_i_gdcomac_tire_tflat_l1;
|
|
|
|
m_l_04_i_gdcomac_brk_reset_tpres_l1 = x.m_l_04_i_gdcomac_brk_reset_tpres_l1;
|
|
|
|
m_l_04_i_gdcomac_rcon_ci_f8 = x.m_l_04_i_gdcomac_rcon_ci_f8;
|
|
|
|
m_l_04_i_gdcomac_pb_towforce_f8 = x.m_l_04_i_gdcomac_pb_towforce_f8;
|
|
|
|
m_l_04_i_gdcomac_gsteer_state_i4 = x.m_l_04_i_gdcomac_gsteer_state_i4;
|
|
|
|
m_l_04_i_gdcomac_trim_active_l1 = x.m_l_04_i_gdcomac_trim_active_l1;
|
|
|
|
m_l_04_i_gdcomac_phi_deg_f8 = x.m_l_04_i_gdcomac_phi_deg_f8;
|
|
|
|
m_l_04_i_gdcomac_theta_deg_f8 = x.m_l_04_i_gdcomac_theta_deg_f8;
|
|
|
|
m_l_04_i_gdcomac_psi_deg_f8 = x.m_l_04_i_gdcomac_psi_deg_f8;
|
|
|
|
m_l_04_i_gdcomac_resetint_l1 = x.m_l_04_i_gdcomac_resetint_l1;
|
|
|
|
return *this;
|
|
}
|
|
|
|
/*!
|
|
* @brief Move assignment.
|
|
* @param x Reference to the object GroundHandling_input that will be copied.
|
|
*/
|
|
eProsima_user_DllExport GroundHandling_input& operator =(
|
|
GroundHandling_input&& x) noexcept
|
|
{
|
|
|
|
m_l_04_i_gdcomac_frz_l1 = x.m_l_04_i_gdcomac_frz_l1;
|
|
m_l_04_i_gdcomac_chocks_l1 = x.m_l_04_i_gdcomac_chocks_l1;
|
|
m_l_04_i_gdcomac_alt_agl_f8 = x.m_l_04_i_gdcomac_alt_agl_f8;
|
|
m_l_04_i_gdcomac_frzflt_l1 = x.m_l_04_i_gdcomac_frzflt_l1;
|
|
m_l_04_i_gdcomac_p_f8 = x.m_l_04_i_gdcomac_p_f8;
|
|
m_l_04_i_gdcomac_q_f8 = x.m_l_04_i_gdcomac_q_f8;
|
|
m_l_04_i_gdcomac_r_f8 = x.m_l_04_i_gdcomac_r_f8;
|
|
m_l_04_i_gdcomac_ug_f8 = x.m_l_04_i_gdcomac_ug_f8;
|
|
m_l_04_i_gdcomac_vg_f8 = x.m_l_04_i_gdcomac_vg_f8;
|
|
m_l_04_i_gdcomac_wg_f8 = x.m_l_04_i_gdcomac_wg_f8;
|
|
m_l_04_i_gdcomac_blcg_f8 = x.m_l_04_i_gdcomac_blcg_f8;
|
|
m_l_04_i_gdcomac_bscg_f8 = x.m_l_04_i_gdcomac_bscg_f8;
|
|
m_l_04_i_gdcomac_wlcg_f8 = x.m_l_04_i_gdcomac_wlcg_f8;
|
|
m_l_04_i_gdcomac_pb_active_l1 = x.m_l_04_i_gdcomac_pb_active_l1;
|
|
m_l_04_i_gdcomac_brake_torq_f8 = std::move(x.m_l_04_i_gdcomac_brake_torq_f8);
|
|
m_l_04_i_gdcomac_gear_f8 = std::move(x.m_l_04_i_gdcomac_gear_f8);
|
|
m_l_04_i_gdcomac_gsteer_f8 = std::move(x.m_l_04_i_gdcomac_gsteer_f8);
|
|
m_l_04_i_gdcomac_tire_pres_f8 = std::move(x.m_l_04_i_gdcomac_tire_pres_f8);
|
|
m_l_04_i_gdcomac_onjax_l1 = x.m_l_04_i_gdcomac_onjax_l1;
|
|
m_l_04_i_gdcomac_contdep_f8 = std::move(x.m_l_04_i_gdcomac_contdep_f8);
|
|
m_l_04_i_gdcomac_thetag_f8 = x.m_l_04_i_gdcomac_thetag_f8;
|
|
m_l_04_i_gdcomac_phig_f8 = x.m_l_04_i_gdcomac_phig_f8;
|
|
m_l_04_i_gdcomac_rwyrgh_i2 = x.m_l_04_i_gdcomac_rwyrgh_i2;
|
|
m_l_04_i_gdcomac_rwyhdg_f8 = x.m_l_04_i_gdcomac_rwyhdg_f8;
|
|
m_l_04_i_gdcomac_reset_braketemp_l1 = x.m_l_04_i_gdcomac_reset_braketemp_l1;
|
|
m_l_04_i_gdcomac_reset_tirepress_l1 = x.m_l_04_i_gdcomac_reset_tirepress_l1;
|
|
m_l_04_i_gdcomac_temp_c_f8 = x.m_l_04_i_gdcomac_temp_c_f8;
|
|
m_l_04_i_gdcomac_brake_temp_f8 = std::move(x.m_l_04_i_gdcomac_brake_temp_f8);
|
|
m_l_04_i_gdcomac_tire_tburst_l1 = std::move(x.m_l_04_i_gdcomac_tire_tburst_l1);
|
|
m_l_04_i_gdcomac_tire_tflat_l1 = std::move(x.m_l_04_i_gdcomac_tire_tflat_l1);
|
|
m_l_04_i_gdcomac_brk_reset_tpres_l1 = x.m_l_04_i_gdcomac_brk_reset_tpres_l1;
|
|
m_l_04_i_gdcomac_rcon_ci_f8 = std::move(x.m_l_04_i_gdcomac_rcon_ci_f8);
|
|
m_l_04_i_gdcomac_pb_towforce_f8 = x.m_l_04_i_gdcomac_pb_towforce_f8;
|
|
m_l_04_i_gdcomac_gsteer_state_i4 = x.m_l_04_i_gdcomac_gsteer_state_i4;
|
|
m_l_04_i_gdcomac_trim_active_l1 = x.m_l_04_i_gdcomac_trim_active_l1;
|
|
m_l_04_i_gdcomac_phi_deg_f8 = x.m_l_04_i_gdcomac_phi_deg_f8;
|
|
m_l_04_i_gdcomac_theta_deg_f8 = x.m_l_04_i_gdcomac_theta_deg_f8;
|
|
m_l_04_i_gdcomac_psi_deg_f8 = x.m_l_04_i_gdcomac_psi_deg_f8;
|
|
m_l_04_i_gdcomac_resetint_l1 = x.m_l_04_i_gdcomac_resetint_l1;
|
|
return *this;
|
|
}
|
|
|
|
/*!
|
|
* @brief Comparison operator.
|
|
* @param x GroundHandling_input object to compare.
|
|
*/
|
|
eProsima_user_DllExport bool operator ==(
|
|
const GroundHandling_input& x) const
|
|
{
|
|
return (m_l_04_i_gdcomac_frz_l1 == x.m_l_04_i_gdcomac_frz_l1 &&
|
|
m_l_04_i_gdcomac_chocks_l1 == x.m_l_04_i_gdcomac_chocks_l1 &&
|
|
m_l_04_i_gdcomac_alt_agl_f8 == x.m_l_04_i_gdcomac_alt_agl_f8 &&
|
|
m_l_04_i_gdcomac_frzflt_l1 == x.m_l_04_i_gdcomac_frzflt_l1 &&
|
|
m_l_04_i_gdcomac_p_f8 == x.m_l_04_i_gdcomac_p_f8 &&
|
|
m_l_04_i_gdcomac_q_f8 == x.m_l_04_i_gdcomac_q_f8 &&
|
|
m_l_04_i_gdcomac_r_f8 == x.m_l_04_i_gdcomac_r_f8 &&
|
|
m_l_04_i_gdcomac_ug_f8 == x.m_l_04_i_gdcomac_ug_f8 &&
|
|
m_l_04_i_gdcomac_vg_f8 == x.m_l_04_i_gdcomac_vg_f8 &&
|
|
m_l_04_i_gdcomac_wg_f8 == x.m_l_04_i_gdcomac_wg_f8 &&
|
|
m_l_04_i_gdcomac_blcg_f8 == x.m_l_04_i_gdcomac_blcg_f8 &&
|
|
m_l_04_i_gdcomac_bscg_f8 == x.m_l_04_i_gdcomac_bscg_f8 &&
|
|
m_l_04_i_gdcomac_wlcg_f8 == x.m_l_04_i_gdcomac_wlcg_f8 &&
|
|
m_l_04_i_gdcomac_pb_active_l1 == x.m_l_04_i_gdcomac_pb_active_l1 &&
|
|
m_l_04_i_gdcomac_brake_torq_f8 == x.m_l_04_i_gdcomac_brake_torq_f8 &&
|
|
m_l_04_i_gdcomac_gear_f8 == x.m_l_04_i_gdcomac_gear_f8 &&
|
|
m_l_04_i_gdcomac_gsteer_f8 == x.m_l_04_i_gdcomac_gsteer_f8 &&
|
|
m_l_04_i_gdcomac_tire_pres_f8 == x.m_l_04_i_gdcomac_tire_pres_f8 &&
|
|
m_l_04_i_gdcomac_onjax_l1 == x.m_l_04_i_gdcomac_onjax_l1 &&
|
|
m_l_04_i_gdcomac_contdep_f8 == x.m_l_04_i_gdcomac_contdep_f8 &&
|
|
m_l_04_i_gdcomac_thetag_f8 == x.m_l_04_i_gdcomac_thetag_f8 &&
|
|
m_l_04_i_gdcomac_phig_f8 == x.m_l_04_i_gdcomac_phig_f8 &&
|
|
m_l_04_i_gdcomac_rwyrgh_i2 == x.m_l_04_i_gdcomac_rwyrgh_i2 &&
|
|
m_l_04_i_gdcomac_rwyhdg_f8 == x.m_l_04_i_gdcomac_rwyhdg_f8 &&
|
|
m_l_04_i_gdcomac_reset_braketemp_l1 == x.m_l_04_i_gdcomac_reset_braketemp_l1 &&
|
|
m_l_04_i_gdcomac_reset_tirepress_l1 == x.m_l_04_i_gdcomac_reset_tirepress_l1 &&
|
|
m_l_04_i_gdcomac_temp_c_f8 == x.m_l_04_i_gdcomac_temp_c_f8 &&
|
|
m_l_04_i_gdcomac_brake_temp_f8 == x.m_l_04_i_gdcomac_brake_temp_f8 &&
|
|
m_l_04_i_gdcomac_tire_tburst_l1 == x.m_l_04_i_gdcomac_tire_tburst_l1 &&
|
|
m_l_04_i_gdcomac_tire_tflat_l1 == x.m_l_04_i_gdcomac_tire_tflat_l1 &&
|
|
m_l_04_i_gdcomac_brk_reset_tpres_l1 == x.m_l_04_i_gdcomac_brk_reset_tpres_l1 &&
|
|
m_l_04_i_gdcomac_rcon_ci_f8 == x.m_l_04_i_gdcomac_rcon_ci_f8 &&
|
|
m_l_04_i_gdcomac_pb_towforce_f8 == x.m_l_04_i_gdcomac_pb_towforce_f8 &&
|
|
m_l_04_i_gdcomac_gsteer_state_i4 == x.m_l_04_i_gdcomac_gsteer_state_i4 &&
|
|
m_l_04_i_gdcomac_trim_active_l1 == x.m_l_04_i_gdcomac_trim_active_l1 &&
|
|
m_l_04_i_gdcomac_phi_deg_f8 == x.m_l_04_i_gdcomac_phi_deg_f8 &&
|
|
m_l_04_i_gdcomac_theta_deg_f8 == x.m_l_04_i_gdcomac_theta_deg_f8 &&
|
|
m_l_04_i_gdcomac_psi_deg_f8 == x.m_l_04_i_gdcomac_psi_deg_f8 &&
|
|
m_l_04_i_gdcomac_resetint_l1 == x.m_l_04_i_gdcomac_resetint_l1);
|
|
}
|
|
|
|
/*!
|
|
* @brief Comparison operator.
|
|
* @param x GroundHandling_input object to compare.
|
|
*/
|
|
eProsima_user_DllExport bool operator !=(
|
|
const GroundHandling_input& x) const
|
|
{
|
|
return !(*this == x);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_frz_l1
|
|
* @param _l_04_i_gdcomac_frz_l1 New value to be copied in member l_04_i_gdcomac_frz_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_frz_l1(
|
|
const eprosima::fastcdr::optional<char>& _l_04_i_gdcomac_frz_l1)
|
|
{
|
|
m_l_04_i_gdcomac_frz_l1 = _l_04_i_gdcomac_frz_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_frz_l1
|
|
* @param _l_04_i_gdcomac_frz_l1 New value to be moved in member l_04_i_gdcomac_frz_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_frz_l1(
|
|
eprosima::fastcdr::optional<char>&& _l_04_i_gdcomac_frz_l1)
|
|
{
|
|
m_l_04_i_gdcomac_frz_l1 = std::move(_l_04_i_gdcomac_frz_l1);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_frz_l1
|
|
* @return Constant reference to member l_04_i_gdcomac_frz_l1
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<char>& l_04_i_gdcomac_frz_l1() const
|
|
{
|
|
return m_l_04_i_gdcomac_frz_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_frz_l1
|
|
* @return Reference to member l_04_i_gdcomac_frz_l1
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<char>& l_04_i_gdcomac_frz_l1()
|
|
{
|
|
return m_l_04_i_gdcomac_frz_l1;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_chocks_l1
|
|
* @param _l_04_i_gdcomac_chocks_l1 New value to be copied in member l_04_i_gdcomac_chocks_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_chocks_l1(
|
|
const eprosima::fastcdr::optional<char>& _l_04_i_gdcomac_chocks_l1)
|
|
{
|
|
m_l_04_i_gdcomac_chocks_l1 = _l_04_i_gdcomac_chocks_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_chocks_l1
|
|
* @param _l_04_i_gdcomac_chocks_l1 New value to be moved in member l_04_i_gdcomac_chocks_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_chocks_l1(
|
|
eprosima::fastcdr::optional<char>&& _l_04_i_gdcomac_chocks_l1)
|
|
{
|
|
m_l_04_i_gdcomac_chocks_l1 = std::move(_l_04_i_gdcomac_chocks_l1);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_chocks_l1
|
|
* @return Constant reference to member l_04_i_gdcomac_chocks_l1
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<char>& l_04_i_gdcomac_chocks_l1() const
|
|
{
|
|
return m_l_04_i_gdcomac_chocks_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_chocks_l1
|
|
* @return Reference to member l_04_i_gdcomac_chocks_l1
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<char>& l_04_i_gdcomac_chocks_l1()
|
|
{
|
|
return m_l_04_i_gdcomac_chocks_l1;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_alt_agl_f8
|
|
* @param _l_04_i_gdcomac_alt_agl_f8 New value to be copied in member l_04_i_gdcomac_alt_agl_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_alt_agl_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_i_gdcomac_alt_agl_f8)
|
|
{
|
|
m_l_04_i_gdcomac_alt_agl_f8 = _l_04_i_gdcomac_alt_agl_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_alt_agl_f8
|
|
* @param _l_04_i_gdcomac_alt_agl_f8 New value to be moved in member l_04_i_gdcomac_alt_agl_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_alt_agl_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_i_gdcomac_alt_agl_f8)
|
|
{
|
|
m_l_04_i_gdcomac_alt_agl_f8 = std::move(_l_04_i_gdcomac_alt_agl_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_alt_agl_f8
|
|
* @return Constant reference to member l_04_i_gdcomac_alt_agl_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_i_gdcomac_alt_agl_f8() const
|
|
{
|
|
return m_l_04_i_gdcomac_alt_agl_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_alt_agl_f8
|
|
* @return Reference to member l_04_i_gdcomac_alt_agl_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_i_gdcomac_alt_agl_f8()
|
|
{
|
|
return m_l_04_i_gdcomac_alt_agl_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_frzflt_l1
|
|
* @param _l_04_i_gdcomac_frzflt_l1 New value to be copied in member l_04_i_gdcomac_frzflt_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_frzflt_l1(
|
|
const eprosima::fastcdr::optional<char>& _l_04_i_gdcomac_frzflt_l1)
|
|
{
|
|
m_l_04_i_gdcomac_frzflt_l1 = _l_04_i_gdcomac_frzflt_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_frzflt_l1
|
|
* @param _l_04_i_gdcomac_frzflt_l1 New value to be moved in member l_04_i_gdcomac_frzflt_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_frzflt_l1(
|
|
eprosima::fastcdr::optional<char>&& _l_04_i_gdcomac_frzflt_l1)
|
|
{
|
|
m_l_04_i_gdcomac_frzflt_l1 = std::move(_l_04_i_gdcomac_frzflt_l1);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_frzflt_l1
|
|
* @return Constant reference to member l_04_i_gdcomac_frzflt_l1
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<char>& l_04_i_gdcomac_frzflt_l1() const
|
|
{
|
|
return m_l_04_i_gdcomac_frzflt_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_frzflt_l1
|
|
* @return Reference to member l_04_i_gdcomac_frzflt_l1
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<char>& l_04_i_gdcomac_frzflt_l1()
|
|
{
|
|
return m_l_04_i_gdcomac_frzflt_l1;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_p_f8
|
|
* @param _l_04_i_gdcomac_p_f8 New value to be copied in member l_04_i_gdcomac_p_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_p_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_i_gdcomac_p_f8)
|
|
{
|
|
m_l_04_i_gdcomac_p_f8 = _l_04_i_gdcomac_p_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_p_f8
|
|
* @param _l_04_i_gdcomac_p_f8 New value to be moved in member l_04_i_gdcomac_p_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_p_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_i_gdcomac_p_f8)
|
|
{
|
|
m_l_04_i_gdcomac_p_f8 = std::move(_l_04_i_gdcomac_p_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_p_f8
|
|
* @return Constant reference to member l_04_i_gdcomac_p_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_i_gdcomac_p_f8() const
|
|
{
|
|
return m_l_04_i_gdcomac_p_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_p_f8
|
|
* @return Reference to member l_04_i_gdcomac_p_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_i_gdcomac_p_f8()
|
|
{
|
|
return m_l_04_i_gdcomac_p_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_q_f8
|
|
* @param _l_04_i_gdcomac_q_f8 New value to be copied in member l_04_i_gdcomac_q_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_q_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_i_gdcomac_q_f8)
|
|
{
|
|
m_l_04_i_gdcomac_q_f8 = _l_04_i_gdcomac_q_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_q_f8
|
|
* @param _l_04_i_gdcomac_q_f8 New value to be moved in member l_04_i_gdcomac_q_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_q_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_i_gdcomac_q_f8)
|
|
{
|
|
m_l_04_i_gdcomac_q_f8 = std::move(_l_04_i_gdcomac_q_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_q_f8
|
|
* @return Constant reference to member l_04_i_gdcomac_q_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_i_gdcomac_q_f8() const
|
|
{
|
|
return m_l_04_i_gdcomac_q_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_q_f8
|
|
* @return Reference to member l_04_i_gdcomac_q_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_i_gdcomac_q_f8()
|
|
{
|
|
return m_l_04_i_gdcomac_q_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_r_f8
|
|
* @param _l_04_i_gdcomac_r_f8 New value to be copied in member l_04_i_gdcomac_r_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_r_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_i_gdcomac_r_f8)
|
|
{
|
|
m_l_04_i_gdcomac_r_f8 = _l_04_i_gdcomac_r_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_r_f8
|
|
* @param _l_04_i_gdcomac_r_f8 New value to be moved in member l_04_i_gdcomac_r_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_r_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_i_gdcomac_r_f8)
|
|
{
|
|
m_l_04_i_gdcomac_r_f8 = std::move(_l_04_i_gdcomac_r_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_r_f8
|
|
* @return Constant reference to member l_04_i_gdcomac_r_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_i_gdcomac_r_f8() const
|
|
{
|
|
return m_l_04_i_gdcomac_r_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_r_f8
|
|
* @return Reference to member l_04_i_gdcomac_r_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_i_gdcomac_r_f8()
|
|
{
|
|
return m_l_04_i_gdcomac_r_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_ug_f8
|
|
* @param _l_04_i_gdcomac_ug_f8 New value to be copied in member l_04_i_gdcomac_ug_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_ug_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_i_gdcomac_ug_f8)
|
|
{
|
|
m_l_04_i_gdcomac_ug_f8 = _l_04_i_gdcomac_ug_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_ug_f8
|
|
* @param _l_04_i_gdcomac_ug_f8 New value to be moved in member l_04_i_gdcomac_ug_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_ug_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_i_gdcomac_ug_f8)
|
|
{
|
|
m_l_04_i_gdcomac_ug_f8 = std::move(_l_04_i_gdcomac_ug_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_ug_f8
|
|
* @return Constant reference to member l_04_i_gdcomac_ug_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_i_gdcomac_ug_f8() const
|
|
{
|
|
return m_l_04_i_gdcomac_ug_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_ug_f8
|
|
* @return Reference to member l_04_i_gdcomac_ug_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_i_gdcomac_ug_f8()
|
|
{
|
|
return m_l_04_i_gdcomac_ug_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_vg_f8
|
|
* @param _l_04_i_gdcomac_vg_f8 New value to be copied in member l_04_i_gdcomac_vg_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_vg_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_i_gdcomac_vg_f8)
|
|
{
|
|
m_l_04_i_gdcomac_vg_f8 = _l_04_i_gdcomac_vg_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_vg_f8
|
|
* @param _l_04_i_gdcomac_vg_f8 New value to be moved in member l_04_i_gdcomac_vg_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_vg_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_i_gdcomac_vg_f8)
|
|
{
|
|
m_l_04_i_gdcomac_vg_f8 = std::move(_l_04_i_gdcomac_vg_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_vg_f8
|
|
* @return Constant reference to member l_04_i_gdcomac_vg_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_i_gdcomac_vg_f8() const
|
|
{
|
|
return m_l_04_i_gdcomac_vg_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_vg_f8
|
|
* @return Reference to member l_04_i_gdcomac_vg_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_i_gdcomac_vg_f8()
|
|
{
|
|
return m_l_04_i_gdcomac_vg_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_wg_f8
|
|
* @param _l_04_i_gdcomac_wg_f8 New value to be copied in member l_04_i_gdcomac_wg_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_wg_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_i_gdcomac_wg_f8)
|
|
{
|
|
m_l_04_i_gdcomac_wg_f8 = _l_04_i_gdcomac_wg_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_wg_f8
|
|
* @param _l_04_i_gdcomac_wg_f8 New value to be moved in member l_04_i_gdcomac_wg_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_wg_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_i_gdcomac_wg_f8)
|
|
{
|
|
m_l_04_i_gdcomac_wg_f8 = std::move(_l_04_i_gdcomac_wg_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_wg_f8
|
|
* @return Constant reference to member l_04_i_gdcomac_wg_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_i_gdcomac_wg_f8() const
|
|
{
|
|
return m_l_04_i_gdcomac_wg_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_wg_f8
|
|
* @return Reference to member l_04_i_gdcomac_wg_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_i_gdcomac_wg_f8()
|
|
{
|
|
return m_l_04_i_gdcomac_wg_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_blcg_f8
|
|
* @param _l_04_i_gdcomac_blcg_f8 New value to be copied in member l_04_i_gdcomac_blcg_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_blcg_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_i_gdcomac_blcg_f8)
|
|
{
|
|
m_l_04_i_gdcomac_blcg_f8 = _l_04_i_gdcomac_blcg_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_blcg_f8
|
|
* @param _l_04_i_gdcomac_blcg_f8 New value to be moved in member l_04_i_gdcomac_blcg_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_blcg_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_i_gdcomac_blcg_f8)
|
|
{
|
|
m_l_04_i_gdcomac_blcg_f8 = std::move(_l_04_i_gdcomac_blcg_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_blcg_f8
|
|
* @return Constant reference to member l_04_i_gdcomac_blcg_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_i_gdcomac_blcg_f8() const
|
|
{
|
|
return m_l_04_i_gdcomac_blcg_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_blcg_f8
|
|
* @return Reference to member l_04_i_gdcomac_blcg_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_i_gdcomac_blcg_f8()
|
|
{
|
|
return m_l_04_i_gdcomac_blcg_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_bscg_f8
|
|
* @param _l_04_i_gdcomac_bscg_f8 New value to be copied in member l_04_i_gdcomac_bscg_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_bscg_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_i_gdcomac_bscg_f8)
|
|
{
|
|
m_l_04_i_gdcomac_bscg_f8 = _l_04_i_gdcomac_bscg_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_bscg_f8
|
|
* @param _l_04_i_gdcomac_bscg_f8 New value to be moved in member l_04_i_gdcomac_bscg_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_bscg_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_i_gdcomac_bscg_f8)
|
|
{
|
|
m_l_04_i_gdcomac_bscg_f8 = std::move(_l_04_i_gdcomac_bscg_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_bscg_f8
|
|
* @return Constant reference to member l_04_i_gdcomac_bscg_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_i_gdcomac_bscg_f8() const
|
|
{
|
|
return m_l_04_i_gdcomac_bscg_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_bscg_f8
|
|
* @return Reference to member l_04_i_gdcomac_bscg_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_i_gdcomac_bscg_f8()
|
|
{
|
|
return m_l_04_i_gdcomac_bscg_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_wlcg_f8
|
|
* @param _l_04_i_gdcomac_wlcg_f8 New value to be copied in member l_04_i_gdcomac_wlcg_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_wlcg_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_i_gdcomac_wlcg_f8)
|
|
{
|
|
m_l_04_i_gdcomac_wlcg_f8 = _l_04_i_gdcomac_wlcg_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_wlcg_f8
|
|
* @param _l_04_i_gdcomac_wlcg_f8 New value to be moved in member l_04_i_gdcomac_wlcg_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_wlcg_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_i_gdcomac_wlcg_f8)
|
|
{
|
|
m_l_04_i_gdcomac_wlcg_f8 = std::move(_l_04_i_gdcomac_wlcg_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_wlcg_f8
|
|
* @return Constant reference to member l_04_i_gdcomac_wlcg_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_i_gdcomac_wlcg_f8() const
|
|
{
|
|
return m_l_04_i_gdcomac_wlcg_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_wlcg_f8
|
|
* @return Reference to member l_04_i_gdcomac_wlcg_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_i_gdcomac_wlcg_f8()
|
|
{
|
|
return m_l_04_i_gdcomac_wlcg_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_pb_active_l1
|
|
* @param _l_04_i_gdcomac_pb_active_l1 New value to be copied in member l_04_i_gdcomac_pb_active_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_pb_active_l1(
|
|
const eprosima::fastcdr::optional<char>& _l_04_i_gdcomac_pb_active_l1)
|
|
{
|
|
m_l_04_i_gdcomac_pb_active_l1 = _l_04_i_gdcomac_pb_active_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_pb_active_l1
|
|
* @param _l_04_i_gdcomac_pb_active_l1 New value to be moved in member l_04_i_gdcomac_pb_active_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_pb_active_l1(
|
|
eprosima::fastcdr::optional<char>&& _l_04_i_gdcomac_pb_active_l1)
|
|
{
|
|
m_l_04_i_gdcomac_pb_active_l1 = std::move(_l_04_i_gdcomac_pb_active_l1);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_pb_active_l1
|
|
* @return Constant reference to member l_04_i_gdcomac_pb_active_l1
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<char>& l_04_i_gdcomac_pb_active_l1() const
|
|
{
|
|
return m_l_04_i_gdcomac_pb_active_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_pb_active_l1
|
|
* @return Reference to member l_04_i_gdcomac_pb_active_l1
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<char>& l_04_i_gdcomac_pb_active_l1()
|
|
{
|
|
return m_l_04_i_gdcomac_pb_active_l1;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_brake_torq_f8
|
|
* @param _l_04_i_gdcomac_brake_torq_f8 New value to be copied in member l_04_i_gdcomac_brake_torq_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_brake_torq_f8(
|
|
const eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& _l_04_i_gdcomac_brake_torq_f8)
|
|
{
|
|
m_l_04_i_gdcomac_brake_torq_f8 = _l_04_i_gdcomac_brake_torq_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_brake_torq_f8
|
|
* @param _l_04_i_gdcomac_brake_torq_f8 New value to be moved in member l_04_i_gdcomac_brake_torq_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_brake_torq_f8(
|
|
eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>&& _l_04_i_gdcomac_brake_torq_f8)
|
|
{
|
|
m_l_04_i_gdcomac_brake_torq_f8 = std::move(_l_04_i_gdcomac_brake_torq_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_brake_torq_f8
|
|
* @return Constant reference to member l_04_i_gdcomac_brake_torq_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& l_04_i_gdcomac_brake_torq_f8() const
|
|
{
|
|
return m_l_04_i_gdcomac_brake_torq_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_brake_torq_f8
|
|
* @return Reference to member l_04_i_gdcomac_brake_torq_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& l_04_i_gdcomac_brake_torq_f8()
|
|
{
|
|
return m_l_04_i_gdcomac_brake_torq_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_gear_f8
|
|
* @param _l_04_i_gdcomac_gear_f8 New value to be copied in member l_04_i_gdcomac_gear_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_gear_f8(
|
|
const eprosima::fastcdr::optional<std::array<double, 3>>& _l_04_i_gdcomac_gear_f8)
|
|
{
|
|
m_l_04_i_gdcomac_gear_f8 = _l_04_i_gdcomac_gear_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_gear_f8
|
|
* @param _l_04_i_gdcomac_gear_f8 New value to be moved in member l_04_i_gdcomac_gear_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_gear_f8(
|
|
eprosima::fastcdr::optional<std::array<double, 3>>&& _l_04_i_gdcomac_gear_f8)
|
|
{
|
|
m_l_04_i_gdcomac_gear_f8 = std::move(_l_04_i_gdcomac_gear_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_gear_f8
|
|
* @return Constant reference to member l_04_i_gdcomac_gear_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<double, 3>>& l_04_i_gdcomac_gear_f8() const
|
|
{
|
|
return m_l_04_i_gdcomac_gear_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_gear_f8
|
|
* @return Reference to member l_04_i_gdcomac_gear_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<double, 3>>& l_04_i_gdcomac_gear_f8()
|
|
{
|
|
return m_l_04_i_gdcomac_gear_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_gsteer_f8
|
|
* @param _l_04_i_gdcomac_gsteer_f8 New value to be copied in member l_04_i_gdcomac_gsteer_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_gsteer_f8(
|
|
const eprosima::fastcdr::optional<std::array<double, 10>>& _l_04_i_gdcomac_gsteer_f8)
|
|
{
|
|
m_l_04_i_gdcomac_gsteer_f8 = _l_04_i_gdcomac_gsteer_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_gsteer_f8
|
|
* @param _l_04_i_gdcomac_gsteer_f8 New value to be moved in member l_04_i_gdcomac_gsteer_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_gsteer_f8(
|
|
eprosima::fastcdr::optional<std::array<double, 10>>&& _l_04_i_gdcomac_gsteer_f8)
|
|
{
|
|
m_l_04_i_gdcomac_gsteer_f8 = std::move(_l_04_i_gdcomac_gsteer_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_gsteer_f8
|
|
* @return Constant reference to member l_04_i_gdcomac_gsteer_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<double, 10>>& l_04_i_gdcomac_gsteer_f8() const
|
|
{
|
|
return m_l_04_i_gdcomac_gsteer_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_gsteer_f8
|
|
* @return Reference to member l_04_i_gdcomac_gsteer_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<double, 10>>& l_04_i_gdcomac_gsteer_f8()
|
|
{
|
|
return m_l_04_i_gdcomac_gsteer_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_tire_pres_f8
|
|
* @param _l_04_i_gdcomac_tire_pres_f8 New value to be copied in member l_04_i_gdcomac_tire_pres_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_tire_pres_f8(
|
|
const eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& _l_04_i_gdcomac_tire_pres_f8)
|
|
{
|
|
m_l_04_i_gdcomac_tire_pres_f8 = _l_04_i_gdcomac_tire_pres_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_tire_pres_f8
|
|
* @param _l_04_i_gdcomac_tire_pres_f8 New value to be moved in member l_04_i_gdcomac_tire_pres_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_tire_pres_f8(
|
|
eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>&& _l_04_i_gdcomac_tire_pres_f8)
|
|
{
|
|
m_l_04_i_gdcomac_tire_pres_f8 = std::move(_l_04_i_gdcomac_tire_pres_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_tire_pres_f8
|
|
* @return Constant reference to member l_04_i_gdcomac_tire_pres_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& l_04_i_gdcomac_tire_pres_f8() const
|
|
{
|
|
return m_l_04_i_gdcomac_tire_pres_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_tire_pres_f8
|
|
* @return Reference to member l_04_i_gdcomac_tire_pres_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& l_04_i_gdcomac_tire_pres_f8()
|
|
{
|
|
return m_l_04_i_gdcomac_tire_pres_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_onjax_l1
|
|
* @param _l_04_i_gdcomac_onjax_l1 New value to be copied in member l_04_i_gdcomac_onjax_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_onjax_l1(
|
|
const eprosima::fastcdr::optional<char>& _l_04_i_gdcomac_onjax_l1)
|
|
{
|
|
m_l_04_i_gdcomac_onjax_l1 = _l_04_i_gdcomac_onjax_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_onjax_l1
|
|
* @param _l_04_i_gdcomac_onjax_l1 New value to be moved in member l_04_i_gdcomac_onjax_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_onjax_l1(
|
|
eprosima::fastcdr::optional<char>&& _l_04_i_gdcomac_onjax_l1)
|
|
{
|
|
m_l_04_i_gdcomac_onjax_l1 = std::move(_l_04_i_gdcomac_onjax_l1);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_onjax_l1
|
|
* @return Constant reference to member l_04_i_gdcomac_onjax_l1
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<char>& l_04_i_gdcomac_onjax_l1() const
|
|
{
|
|
return m_l_04_i_gdcomac_onjax_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_onjax_l1
|
|
* @return Reference to member l_04_i_gdcomac_onjax_l1
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<char>& l_04_i_gdcomac_onjax_l1()
|
|
{
|
|
return m_l_04_i_gdcomac_onjax_l1;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_contdep_f8
|
|
* @param _l_04_i_gdcomac_contdep_f8 New value to be copied in member l_04_i_gdcomac_contdep_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_contdep_f8(
|
|
const eprosima::fastcdr::optional<std::array<double, 7>>& _l_04_i_gdcomac_contdep_f8)
|
|
{
|
|
m_l_04_i_gdcomac_contdep_f8 = _l_04_i_gdcomac_contdep_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_contdep_f8
|
|
* @param _l_04_i_gdcomac_contdep_f8 New value to be moved in member l_04_i_gdcomac_contdep_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_contdep_f8(
|
|
eprosima::fastcdr::optional<std::array<double, 7>>&& _l_04_i_gdcomac_contdep_f8)
|
|
{
|
|
m_l_04_i_gdcomac_contdep_f8 = std::move(_l_04_i_gdcomac_contdep_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_contdep_f8
|
|
* @return Constant reference to member l_04_i_gdcomac_contdep_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<double, 7>>& l_04_i_gdcomac_contdep_f8() const
|
|
{
|
|
return m_l_04_i_gdcomac_contdep_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_contdep_f8
|
|
* @return Reference to member l_04_i_gdcomac_contdep_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<double, 7>>& l_04_i_gdcomac_contdep_f8()
|
|
{
|
|
return m_l_04_i_gdcomac_contdep_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_thetag_f8
|
|
* @param _l_04_i_gdcomac_thetag_f8 New value to be copied in member l_04_i_gdcomac_thetag_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_thetag_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_i_gdcomac_thetag_f8)
|
|
{
|
|
m_l_04_i_gdcomac_thetag_f8 = _l_04_i_gdcomac_thetag_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_thetag_f8
|
|
* @param _l_04_i_gdcomac_thetag_f8 New value to be moved in member l_04_i_gdcomac_thetag_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_thetag_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_i_gdcomac_thetag_f8)
|
|
{
|
|
m_l_04_i_gdcomac_thetag_f8 = std::move(_l_04_i_gdcomac_thetag_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_thetag_f8
|
|
* @return Constant reference to member l_04_i_gdcomac_thetag_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_i_gdcomac_thetag_f8() const
|
|
{
|
|
return m_l_04_i_gdcomac_thetag_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_thetag_f8
|
|
* @return Reference to member l_04_i_gdcomac_thetag_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_i_gdcomac_thetag_f8()
|
|
{
|
|
return m_l_04_i_gdcomac_thetag_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_phig_f8
|
|
* @param _l_04_i_gdcomac_phig_f8 New value to be copied in member l_04_i_gdcomac_phig_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_phig_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_i_gdcomac_phig_f8)
|
|
{
|
|
m_l_04_i_gdcomac_phig_f8 = _l_04_i_gdcomac_phig_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_phig_f8
|
|
* @param _l_04_i_gdcomac_phig_f8 New value to be moved in member l_04_i_gdcomac_phig_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_phig_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_i_gdcomac_phig_f8)
|
|
{
|
|
m_l_04_i_gdcomac_phig_f8 = std::move(_l_04_i_gdcomac_phig_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_phig_f8
|
|
* @return Constant reference to member l_04_i_gdcomac_phig_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_i_gdcomac_phig_f8() const
|
|
{
|
|
return m_l_04_i_gdcomac_phig_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_phig_f8
|
|
* @return Reference to member l_04_i_gdcomac_phig_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_i_gdcomac_phig_f8()
|
|
{
|
|
return m_l_04_i_gdcomac_phig_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_rwyrgh_i2
|
|
* @param _l_04_i_gdcomac_rwyrgh_i2 New value to be copied in member l_04_i_gdcomac_rwyrgh_i2
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_rwyrgh_i2(
|
|
const eprosima::fastcdr::optional<int32_t>& _l_04_i_gdcomac_rwyrgh_i2)
|
|
{
|
|
m_l_04_i_gdcomac_rwyrgh_i2 = _l_04_i_gdcomac_rwyrgh_i2;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_rwyrgh_i2
|
|
* @param _l_04_i_gdcomac_rwyrgh_i2 New value to be moved in member l_04_i_gdcomac_rwyrgh_i2
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_rwyrgh_i2(
|
|
eprosima::fastcdr::optional<int32_t>&& _l_04_i_gdcomac_rwyrgh_i2)
|
|
{
|
|
m_l_04_i_gdcomac_rwyrgh_i2 = std::move(_l_04_i_gdcomac_rwyrgh_i2);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_rwyrgh_i2
|
|
* @return Constant reference to member l_04_i_gdcomac_rwyrgh_i2
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<int32_t>& l_04_i_gdcomac_rwyrgh_i2() const
|
|
{
|
|
return m_l_04_i_gdcomac_rwyrgh_i2;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_rwyrgh_i2
|
|
* @return Reference to member l_04_i_gdcomac_rwyrgh_i2
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<int32_t>& l_04_i_gdcomac_rwyrgh_i2()
|
|
{
|
|
return m_l_04_i_gdcomac_rwyrgh_i2;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_rwyhdg_f8
|
|
* @param _l_04_i_gdcomac_rwyhdg_f8 New value to be copied in member l_04_i_gdcomac_rwyhdg_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_rwyhdg_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_i_gdcomac_rwyhdg_f8)
|
|
{
|
|
m_l_04_i_gdcomac_rwyhdg_f8 = _l_04_i_gdcomac_rwyhdg_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_rwyhdg_f8
|
|
* @param _l_04_i_gdcomac_rwyhdg_f8 New value to be moved in member l_04_i_gdcomac_rwyhdg_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_rwyhdg_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_i_gdcomac_rwyhdg_f8)
|
|
{
|
|
m_l_04_i_gdcomac_rwyhdg_f8 = std::move(_l_04_i_gdcomac_rwyhdg_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_rwyhdg_f8
|
|
* @return Constant reference to member l_04_i_gdcomac_rwyhdg_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_i_gdcomac_rwyhdg_f8() const
|
|
{
|
|
return m_l_04_i_gdcomac_rwyhdg_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_rwyhdg_f8
|
|
* @return Reference to member l_04_i_gdcomac_rwyhdg_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_i_gdcomac_rwyhdg_f8()
|
|
{
|
|
return m_l_04_i_gdcomac_rwyhdg_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_reset_braketemp_l1
|
|
* @param _l_04_i_gdcomac_reset_braketemp_l1 New value to be copied in member l_04_i_gdcomac_reset_braketemp_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_reset_braketemp_l1(
|
|
const eprosima::fastcdr::optional<char>& _l_04_i_gdcomac_reset_braketemp_l1)
|
|
{
|
|
m_l_04_i_gdcomac_reset_braketemp_l1 = _l_04_i_gdcomac_reset_braketemp_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_reset_braketemp_l1
|
|
* @param _l_04_i_gdcomac_reset_braketemp_l1 New value to be moved in member l_04_i_gdcomac_reset_braketemp_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_reset_braketemp_l1(
|
|
eprosima::fastcdr::optional<char>&& _l_04_i_gdcomac_reset_braketemp_l1)
|
|
{
|
|
m_l_04_i_gdcomac_reset_braketemp_l1 = std::move(_l_04_i_gdcomac_reset_braketemp_l1);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_reset_braketemp_l1
|
|
* @return Constant reference to member l_04_i_gdcomac_reset_braketemp_l1
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<char>& l_04_i_gdcomac_reset_braketemp_l1() const
|
|
{
|
|
return m_l_04_i_gdcomac_reset_braketemp_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_reset_braketemp_l1
|
|
* @return Reference to member l_04_i_gdcomac_reset_braketemp_l1
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<char>& l_04_i_gdcomac_reset_braketemp_l1()
|
|
{
|
|
return m_l_04_i_gdcomac_reset_braketemp_l1;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_reset_tirepress_l1
|
|
* @param _l_04_i_gdcomac_reset_tirepress_l1 New value to be copied in member l_04_i_gdcomac_reset_tirepress_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_reset_tirepress_l1(
|
|
const eprosima::fastcdr::optional<char>& _l_04_i_gdcomac_reset_tirepress_l1)
|
|
{
|
|
m_l_04_i_gdcomac_reset_tirepress_l1 = _l_04_i_gdcomac_reset_tirepress_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_reset_tirepress_l1
|
|
* @param _l_04_i_gdcomac_reset_tirepress_l1 New value to be moved in member l_04_i_gdcomac_reset_tirepress_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_reset_tirepress_l1(
|
|
eprosima::fastcdr::optional<char>&& _l_04_i_gdcomac_reset_tirepress_l1)
|
|
{
|
|
m_l_04_i_gdcomac_reset_tirepress_l1 = std::move(_l_04_i_gdcomac_reset_tirepress_l1);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_reset_tirepress_l1
|
|
* @return Constant reference to member l_04_i_gdcomac_reset_tirepress_l1
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<char>& l_04_i_gdcomac_reset_tirepress_l1() const
|
|
{
|
|
return m_l_04_i_gdcomac_reset_tirepress_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_reset_tirepress_l1
|
|
* @return Reference to member l_04_i_gdcomac_reset_tirepress_l1
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<char>& l_04_i_gdcomac_reset_tirepress_l1()
|
|
{
|
|
return m_l_04_i_gdcomac_reset_tirepress_l1;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_temp_c_f8
|
|
* @param _l_04_i_gdcomac_temp_c_f8 New value to be copied in member l_04_i_gdcomac_temp_c_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_temp_c_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_i_gdcomac_temp_c_f8)
|
|
{
|
|
m_l_04_i_gdcomac_temp_c_f8 = _l_04_i_gdcomac_temp_c_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_temp_c_f8
|
|
* @param _l_04_i_gdcomac_temp_c_f8 New value to be moved in member l_04_i_gdcomac_temp_c_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_temp_c_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_i_gdcomac_temp_c_f8)
|
|
{
|
|
m_l_04_i_gdcomac_temp_c_f8 = std::move(_l_04_i_gdcomac_temp_c_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_temp_c_f8
|
|
* @return Constant reference to member l_04_i_gdcomac_temp_c_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_i_gdcomac_temp_c_f8() const
|
|
{
|
|
return m_l_04_i_gdcomac_temp_c_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_temp_c_f8
|
|
* @return Reference to member l_04_i_gdcomac_temp_c_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_i_gdcomac_temp_c_f8()
|
|
{
|
|
return m_l_04_i_gdcomac_temp_c_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_brake_temp_f8
|
|
* @param _l_04_i_gdcomac_brake_temp_f8 New value to be copied in member l_04_i_gdcomac_brake_temp_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_brake_temp_f8(
|
|
const eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& _l_04_i_gdcomac_brake_temp_f8)
|
|
{
|
|
m_l_04_i_gdcomac_brake_temp_f8 = _l_04_i_gdcomac_brake_temp_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_brake_temp_f8
|
|
* @param _l_04_i_gdcomac_brake_temp_f8 New value to be moved in member l_04_i_gdcomac_brake_temp_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_brake_temp_f8(
|
|
eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>&& _l_04_i_gdcomac_brake_temp_f8)
|
|
{
|
|
m_l_04_i_gdcomac_brake_temp_f8 = std::move(_l_04_i_gdcomac_brake_temp_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_brake_temp_f8
|
|
* @return Constant reference to member l_04_i_gdcomac_brake_temp_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& l_04_i_gdcomac_brake_temp_f8() const
|
|
{
|
|
return m_l_04_i_gdcomac_brake_temp_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_brake_temp_f8
|
|
* @return Reference to member l_04_i_gdcomac_brake_temp_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& l_04_i_gdcomac_brake_temp_f8()
|
|
{
|
|
return m_l_04_i_gdcomac_brake_temp_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_tire_tburst_l1
|
|
* @param _l_04_i_gdcomac_tire_tburst_l1 New value to be copied in member l_04_i_gdcomac_tire_tburst_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_tire_tburst_l1(
|
|
const eprosima::fastcdr::optional<std::array<std::array<char, 2>, 3>>& _l_04_i_gdcomac_tire_tburst_l1)
|
|
{
|
|
m_l_04_i_gdcomac_tire_tburst_l1 = _l_04_i_gdcomac_tire_tburst_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_tire_tburst_l1
|
|
* @param _l_04_i_gdcomac_tire_tburst_l1 New value to be moved in member l_04_i_gdcomac_tire_tburst_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_tire_tburst_l1(
|
|
eprosima::fastcdr::optional<std::array<std::array<char, 2>, 3>>&& _l_04_i_gdcomac_tire_tburst_l1)
|
|
{
|
|
m_l_04_i_gdcomac_tire_tburst_l1 = std::move(_l_04_i_gdcomac_tire_tburst_l1);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_tire_tburst_l1
|
|
* @return Constant reference to member l_04_i_gdcomac_tire_tburst_l1
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<std::array<char, 2>, 3>>& l_04_i_gdcomac_tire_tburst_l1() const
|
|
{
|
|
return m_l_04_i_gdcomac_tire_tburst_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_tire_tburst_l1
|
|
* @return Reference to member l_04_i_gdcomac_tire_tburst_l1
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<std::array<char, 2>, 3>>& l_04_i_gdcomac_tire_tburst_l1()
|
|
{
|
|
return m_l_04_i_gdcomac_tire_tburst_l1;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_tire_tflat_l1
|
|
* @param _l_04_i_gdcomac_tire_tflat_l1 New value to be copied in member l_04_i_gdcomac_tire_tflat_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_tire_tflat_l1(
|
|
const eprosima::fastcdr::optional<std::array<std::array<char, 2>, 3>>& _l_04_i_gdcomac_tire_tflat_l1)
|
|
{
|
|
m_l_04_i_gdcomac_tire_tflat_l1 = _l_04_i_gdcomac_tire_tflat_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_tire_tflat_l1
|
|
* @param _l_04_i_gdcomac_tire_tflat_l1 New value to be moved in member l_04_i_gdcomac_tire_tflat_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_tire_tflat_l1(
|
|
eprosima::fastcdr::optional<std::array<std::array<char, 2>, 3>>&& _l_04_i_gdcomac_tire_tflat_l1)
|
|
{
|
|
m_l_04_i_gdcomac_tire_tflat_l1 = std::move(_l_04_i_gdcomac_tire_tflat_l1);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_tire_tflat_l1
|
|
* @return Constant reference to member l_04_i_gdcomac_tire_tflat_l1
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<std::array<char, 2>, 3>>& l_04_i_gdcomac_tire_tflat_l1() const
|
|
{
|
|
return m_l_04_i_gdcomac_tire_tflat_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_tire_tflat_l1
|
|
* @return Reference to member l_04_i_gdcomac_tire_tflat_l1
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<std::array<char, 2>, 3>>& l_04_i_gdcomac_tire_tflat_l1()
|
|
{
|
|
return m_l_04_i_gdcomac_tire_tflat_l1;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_brk_reset_tpres_l1
|
|
* @param _l_04_i_gdcomac_brk_reset_tpres_l1 New value to be copied in member l_04_i_gdcomac_brk_reset_tpres_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_brk_reset_tpres_l1(
|
|
const eprosima::fastcdr::optional<char>& _l_04_i_gdcomac_brk_reset_tpres_l1)
|
|
{
|
|
m_l_04_i_gdcomac_brk_reset_tpres_l1 = _l_04_i_gdcomac_brk_reset_tpres_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_brk_reset_tpres_l1
|
|
* @param _l_04_i_gdcomac_brk_reset_tpres_l1 New value to be moved in member l_04_i_gdcomac_brk_reset_tpres_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_brk_reset_tpres_l1(
|
|
eprosima::fastcdr::optional<char>&& _l_04_i_gdcomac_brk_reset_tpres_l1)
|
|
{
|
|
m_l_04_i_gdcomac_brk_reset_tpres_l1 = std::move(_l_04_i_gdcomac_brk_reset_tpres_l1);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_brk_reset_tpres_l1
|
|
* @return Constant reference to member l_04_i_gdcomac_brk_reset_tpres_l1
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<char>& l_04_i_gdcomac_brk_reset_tpres_l1() const
|
|
{
|
|
return m_l_04_i_gdcomac_brk_reset_tpres_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_brk_reset_tpres_l1
|
|
* @return Reference to member l_04_i_gdcomac_brk_reset_tpres_l1
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<char>& l_04_i_gdcomac_brk_reset_tpres_l1()
|
|
{
|
|
return m_l_04_i_gdcomac_brk_reset_tpres_l1;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_rcon_ci_f8
|
|
* @param _l_04_i_gdcomac_rcon_ci_f8 New value to be copied in member l_04_i_gdcomac_rcon_ci_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_rcon_ci_f8(
|
|
const eprosima::fastcdr::optional<std::array<double, 14>>& _l_04_i_gdcomac_rcon_ci_f8)
|
|
{
|
|
m_l_04_i_gdcomac_rcon_ci_f8 = _l_04_i_gdcomac_rcon_ci_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_rcon_ci_f8
|
|
* @param _l_04_i_gdcomac_rcon_ci_f8 New value to be moved in member l_04_i_gdcomac_rcon_ci_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_rcon_ci_f8(
|
|
eprosima::fastcdr::optional<std::array<double, 14>>&& _l_04_i_gdcomac_rcon_ci_f8)
|
|
{
|
|
m_l_04_i_gdcomac_rcon_ci_f8 = std::move(_l_04_i_gdcomac_rcon_ci_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_rcon_ci_f8
|
|
* @return Constant reference to member l_04_i_gdcomac_rcon_ci_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<double, 14>>& l_04_i_gdcomac_rcon_ci_f8() const
|
|
{
|
|
return m_l_04_i_gdcomac_rcon_ci_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_rcon_ci_f8
|
|
* @return Reference to member l_04_i_gdcomac_rcon_ci_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<double, 14>>& l_04_i_gdcomac_rcon_ci_f8()
|
|
{
|
|
return m_l_04_i_gdcomac_rcon_ci_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_pb_towforce_f8
|
|
* @param _l_04_i_gdcomac_pb_towforce_f8 New value to be copied in member l_04_i_gdcomac_pb_towforce_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_pb_towforce_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_i_gdcomac_pb_towforce_f8)
|
|
{
|
|
m_l_04_i_gdcomac_pb_towforce_f8 = _l_04_i_gdcomac_pb_towforce_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_pb_towforce_f8
|
|
* @param _l_04_i_gdcomac_pb_towforce_f8 New value to be moved in member l_04_i_gdcomac_pb_towforce_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_pb_towforce_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_i_gdcomac_pb_towforce_f8)
|
|
{
|
|
m_l_04_i_gdcomac_pb_towforce_f8 = std::move(_l_04_i_gdcomac_pb_towforce_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_pb_towforce_f8
|
|
* @return Constant reference to member l_04_i_gdcomac_pb_towforce_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_i_gdcomac_pb_towforce_f8() const
|
|
{
|
|
return m_l_04_i_gdcomac_pb_towforce_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_pb_towforce_f8
|
|
* @return Reference to member l_04_i_gdcomac_pb_towforce_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_i_gdcomac_pb_towforce_f8()
|
|
{
|
|
return m_l_04_i_gdcomac_pb_towforce_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_gsteer_state_i4
|
|
* @param _l_04_i_gdcomac_gsteer_state_i4 New value to be copied in member l_04_i_gdcomac_gsteer_state_i4
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_gsteer_state_i4(
|
|
const eprosima::fastcdr::optional<int32_t>& _l_04_i_gdcomac_gsteer_state_i4)
|
|
{
|
|
m_l_04_i_gdcomac_gsteer_state_i4 = _l_04_i_gdcomac_gsteer_state_i4;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_gsteer_state_i4
|
|
* @param _l_04_i_gdcomac_gsteer_state_i4 New value to be moved in member l_04_i_gdcomac_gsteer_state_i4
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_gsteer_state_i4(
|
|
eprosima::fastcdr::optional<int32_t>&& _l_04_i_gdcomac_gsteer_state_i4)
|
|
{
|
|
m_l_04_i_gdcomac_gsteer_state_i4 = std::move(_l_04_i_gdcomac_gsteer_state_i4);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_gsteer_state_i4
|
|
* @return Constant reference to member l_04_i_gdcomac_gsteer_state_i4
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<int32_t>& l_04_i_gdcomac_gsteer_state_i4() const
|
|
{
|
|
return m_l_04_i_gdcomac_gsteer_state_i4;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_gsteer_state_i4
|
|
* @return Reference to member l_04_i_gdcomac_gsteer_state_i4
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<int32_t>& l_04_i_gdcomac_gsteer_state_i4()
|
|
{
|
|
return m_l_04_i_gdcomac_gsteer_state_i4;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_trim_active_l1
|
|
* @param _l_04_i_gdcomac_trim_active_l1 New value to be copied in member l_04_i_gdcomac_trim_active_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_trim_active_l1(
|
|
const eprosima::fastcdr::optional<char>& _l_04_i_gdcomac_trim_active_l1)
|
|
{
|
|
m_l_04_i_gdcomac_trim_active_l1 = _l_04_i_gdcomac_trim_active_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_trim_active_l1
|
|
* @param _l_04_i_gdcomac_trim_active_l1 New value to be moved in member l_04_i_gdcomac_trim_active_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_trim_active_l1(
|
|
eprosima::fastcdr::optional<char>&& _l_04_i_gdcomac_trim_active_l1)
|
|
{
|
|
m_l_04_i_gdcomac_trim_active_l1 = std::move(_l_04_i_gdcomac_trim_active_l1);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_trim_active_l1
|
|
* @return Constant reference to member l_04_i_gdcomac_trim_active_l1
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<char>& l_04_i_gdcomac_trim_active_l1() const
|
|
{
|
|
return m_l_04_i_gdcomac_trim_active_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_trim_active_l1
|
|
* @return Reference to member l_04_i_gdcomac_trim_active_l1
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<char>& l_04_i_gdcomac_trim_active_l1()
|
|
{
|
|
return m_l_04_i_gdcomac_trim_active_l1;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_phi_deg_f8
|
|
* @param _l_04_i_gdcomac_phi_deg_f8 New value to be copied in member l_04_i_gdcomac_phi_deg_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_phi_deg_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_i_gdcomac_phi_deg_f8)
|
|
{
|
|
m_l_04_i_gdcomac_phi_deg_f8 = _l_04_i_gdcomac_phi_deg_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_phi_deg_f8
|
|
* @param _l_04_i_gdcomac_phi_deg_f8 New value to be moved in member l_04_i_gdcomac_phi_deg_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_phi_deg_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_i_gdcomac_phi_deg_f8)
|
|
{
|
|
m_l_04_i_gdcomac_phi_deg_f8 = std::move(_l_04_i_gdcomac_phi_deg_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_phi_deg_f8
|
|
* @return Constant reference to member l_04_i_gdcomac_phi_deg_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_i_gdcomac_phi_deg_f8() const
|
|
{
|
|
return m_l_04_i_gdcomac_phi_deg_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_phi_deg_f8
|
|
* @return Reference to member l_04_i_gdcomac_phi_deg_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_i_gdcomac_phi_deg_f8()
|
|
{
|
|
return m_l_04_i_gdcomac_phi_deg_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_theta_deg_f8
|
|
* @param _l_04_i_gdcomac_theta_deg_f8 New value to be copied in member l_04_i_gdcomac_theta_deg_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_theta_deg_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_i_gdcomac_theta_deg_f8)
|
|
{
|
|
m_l_04_i_gdcomac_theta_deg_f8 = _l_04_i_gdcomac_theta_deg_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_theta_deg_f8
|
|
* @param _l_04_i_gdcomac_theta_deg_f8 New value to be moved in member l_04_i_gdcomac_theta_deg_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_theta_deg_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_i_gdcomac_theta_deg_f8)
|
|
{
|
|
m_l_04_i_gdcomac_theta_deg_f8 = std::move(_l_04_i_gdcomac_theta_deg_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_theta_deg_f8
|
|
* @return Constant reference to member l_04_i_gdcomac_theta_deg_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_i_gdcomac_theta_deg_f8() const
|
|
{
|
|
return m_l_04_i_gdcomac_theta_deg_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_theta_deg_f8
|
|
* @return Reference to member l_04_i_gdcomac_theta_deg_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_i_gdcomac_theta_deg_f8()
|
|
{
|
|
return m_l_04_i_gdcomac_theta_deg_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_psi_deg_f8
|
|
* @param _l_04_i_gdcomac_psi_deg_f8 New value to be copied in member l_04_i_gdcomac_psi_deg_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_psi_deg_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_i_gdcomac_psi_deg_f8)
|
|
{
|
|
m_l_04_i_gdcomac_psi_deg_f8 = _l_04_i_gdcomac_psi_deg_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_psi_deg_f8
|
|
* @param _l_04_i_gdcomac_psi_deg_f8 New value to be moved in member l_04_i_gdcomac_psi_deg_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_psi_deg_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_i_gdcomac_psi_deg_f8)
|
|
{
|
|
m_l_04_i_gdcomac_psi_deg_f8 = std::move(_l_04_i_gdcomac_psi_deg_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_psi_deg_f8
|
|
* @return Constant reference to member l_04_i_gdcomac_psi_deg_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_i_gdcomac_psi_deg_f8() const
|
|
{
|
|
return m_l_04_i_gdcomac_psi_deg_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_psi_deg_f8
|
|
* @return Reference to member l_04_i_gdcomac_psi_deg_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_i_gdcomac_psi_deg_f8()
|
|
{
|
|
return m_l_04_i_gdcomac_psi_deg_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_i_gdcomac_resetint_l1
|
|
* @param _l_04_i_gdcomac_resetint_l1 New value to be copied in member l_04_i_gdcomac_resetint_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_resetint_l1(
|
|
const eprosima::fastcdr::optional<char>& _l_04_i_gdcomac_resetint_l1)
|
|
{
|
|
m_l_04_i_gdcomac_resetint_l1 = _l_04_i_gdcomac_resetint_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_i_gdcomac_resetint_l1
|
|
* @param _l_04_i_gdcomac_resetint_l1 New value to be moved in member l_04_i_gdcomac_resetint_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_i_gdcomac_resetint_l1(
|
|
eprosima::fastcdr::optional<char>&& _l_04_i_gdcomac_resetint_l1)
|
|
{
|
|
m_l_04_i_gdcomac_resetint_l1 = std::move(_l_04_i_gdcomac_resetint_l1);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_i_gdcomac_resetint_l1
|
|
* @return Constant reference to member l_04_i_gdcomac_resetint_l1
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<char>& l_04_i_gdcomac_resetint_l1() const
|
|
{
|
|
return m_l_04_i_gdcomac_resetint_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_i_gdcomac_resetint_l1
|
|
* @return Reference to member l_04_i_gdcomac_resetint_l1
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<char>& l_04_i_gdcomac_resetint_l1()
|
|
{
|
|
return m_l_04_i_gdcomac_resetint_l1;
|
|
}
|
|
|
|
|
|
|
|
private:
|
|
|
|
eprosima::fastcdr::optional<char> m_l_04_i_gdcomac_frz_l1;
|
|
eprosima::fastcdr::optional<char> m_l_04_i_gdcomac_chocks_l1;
|
|
eprosima::fastcdr::optional<double> m_l_04_i_gdcomac_alt_agl_f8;
|
|
eprosima::fastcdr::optional<char> m_l_04_i_gdcomac_frzflt_l1;
|
|
eprosima::fastcdr::optional<double> m_l_04_i_gdcomac_p_f8;
|
|
eprosima::fastcdr::optional<double> m_l_04_i_gdcomac_q_f8;
|
|
eprosima::fastcdr::optional<double> m_l_04_i_gdcomac_r_f8;
|
|
eprosima::fastcdr::optional<double> m_l_04_i_gdcomac_ug_f8;
|
|
eprosima::fastcdr::optional<double> m_l_04_i_gdcomac_vg_f8;
|
|
eprosima::fastcdr::optional<double> m_l_04_i_gdcomac_wg_f8;
|
|
eprosima::fastcdr::optional<double> m_l_04_i_gdcomac_blcg_f8;
|
|
eprosima::fastcdr::optional<double> m_l_04_i_gdcomac_bscg_f8;
|
|
eprosima::fastcdr::optional<double> m_l_04_i_gdcomac_wlcg_f8;
|
|
eprosima::fastcdr::optional<char> m_l_04_i_gdcomac_pb_active_l1;
|
|
eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>> m_l_04_i_gdcomac_brake_torq_f8;
|
|
eprosima::fastcdr::optional<std::array<double, 3>> m_l_04_i_gdcomac_gear_f8;
|
|
eprosima::fastcdr::optional<std::array<double, 10>> m_l_04_i_gdcomac_gsteer_f8;
|
|
eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>> m_l_04_i_gdcomac_tire_pres_f8;
|
|
eprosima::fastcdr::optional<char> m_l_04_i_gdcomac_onjax_l1;
|
|
eprosima::fastcdr::optional<std::array<double, 7>> m_l_04_i_gdcomac_contdep_f8;
|
|
eprosima::fastcdr::optional<double> m_l_04_i_gdcomac_thetag_f8;
|
|
eprosima::fastcdr::optional<double> m_l_04_i_gdcomac_phig_f8;
|
|
eprosima::fastcdr::optional<int32_t> m_l_04_i_gdcomac_rwyrgh_i2;
|
|
eprosima::fastcdr::optional<double> m_l_04_i_gdcomac_rwyhdg_f8;
|
|
eprosima::fastcdr::optional<char> m_l_04_i_gdcomac_reset_braketemp_l1;
|
|
eprosima::fastcdr::optional<char> m_l_04_i_gdcomac_reset_tirepress_l1;
|
|
eprosima::fastcdr::optional<double> m_l_04_i_gdcomac_temp_c_f8;
|
|
eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>> m_l_04_i_gdcomac_brake_temp_f8;
|
|
eprosima::fastcdr::optional<std::array<std::array<char, 2>, 3>> m_l_04_i_gdcomac_tire_tburst_l1;
|
|
eprosima::fastcdr::optional<std::array<std::array<char, 2>, 3>> m_l_04_i_gdcomac_tire_tflat_l1;
|
|
eprosima::fastcdr::optional<char> m_l_04_i_gdcomac_brk_reset_tpres_l1;
|
|
eprosima::fastcdr::optional<std::array<double, 14>> m_l_04_i_gdcomac_rcon_ci_f8;
|
|
eprosima::fastcdr::optional<double> m_l_04_i_gdcomac_pb_towforce_f8;
|
|
eprosima::fastcdr::optional<int32_t> m_l_04_i_gdcomac_gsteer_state_i4;
|
|
eprosima::fastcdr::optional<char> m_l_04_i_gdcomac_trim_active_l1;
|
|
eprosima::fastcdr::optional<double> m_l_04_i_gdcomac_phi_deg_f8;
|
|
eprosima::fastcdr::optional<double> m_l_04_i_gdcomac_theta_deg_f8;
|
|
eprosima::fastcdr::optional<double> m_l_04_i_gdcomac_psi_deg_f8;
|
|
eprosima::fastcdr::optional<char> m_l_04_i_gdcomac_resetint_l1;
|
|
|
|
};
|
|
/*!
|
|
* @brief This class represents the structure GroundHandling_output defined by the user in the IDL file.
|
|
* @ingroup XNGroundHandling
|
|
*/
|
|
class GroundHandling_output
|
|
{
|
|
public:
|
|
|
|
/*!
|
|
* @brief Default constructor.
|
|
*/
|
|
eProsima_user_DllExport GroundHandling_output()
|
|
{
|
|
}
|
|
|
|
/*!
|
|
* @brief Default destructor.
|
|
*/
|
|
eProsima_user_DllExport ~GroundHandling_output()
|
|
{
|
|
}
|
|
|
|
/*!
|
|
* @brief Copy constructor.
|
|
* @param x Reference to the object GroundHandling_output that will be copied.
|
|
*/
|
|
eProsima_user_DllExport GroundHandling_output(
|
|
const GroundHandling_output& x)
|
|
{
|
|
m_l_04_o_gdcomac_frz_l1 = x.m_l_04_o_gdcomac_frz_l1;
|
|
|
|
m_l_04_o_gdcomac_ac_on_ground_l1 = x.m_l_04_o_gdcomac_ac_on_ground_l1;
|
|
|
|
m_l_04_o_gdcomac_ac_stationary_f8 = x.m_l_04_o_gdcomac_ac_stationary_f8;
|
|
|
|
m_l_04_o_gdcomac_alt_tire_f8 = x.m_l_04_o_gdcomac_alt_tire_f8;
|
|
|
|
m_l_04_o_gdcomac_zcg_to_tire_f8 = x.m_l_04_o_gdcomac_zcg_to_tire_f8;
|
|
|
|
m_l_04_o_gdcomac_fxb_f8 = x.m_l_04_o_gdcomac_fxb_f8;
|
|
|
|
m_l_04_o_gdcomac_fyb_f8 = x.m_l_04_o_gdcomac_fyb_f8;
|
|
|
|
m_l_04_o_gdcomac_fzb_f8 = x.m_l_04_o_gdcomac_fzb_f8;
|
|
|
|
m_l_04_o_gdcomac_mxb_f8 = x.m_l_04_o_gdcomac_mxb_f8;
|
|
|
|
m_l_04_o_gdcomac_myb_f8 = x.m_l_04_o_gdcomac_myb_f8;
|
|
|
|
m_l_04_o_gdcomac_mzb_f8 = x.m_l_04_o_gdcomac_mzb_f8;
|
|
|
|
m_l_04_o_gdcomac_fygs_f8 = x.m_l_04_o_gdcomac_fygs_f8;
|
|
|
|
m_l_04_o_gdcomac_mzgs_f8 = x.m_l_04_o_gdcomac_mzgs_f8;
|
|
|
|
m_l_04_o_gdcomac_mu_f8 = x.m_l_04_o_gdcomac_mu_f8;
|
|
|
|
m_l_04_o_gdcomac_dstroke_f8 = x.m_l_04_o_gdcomac_dstroke_f8;
|
|
|
|
m_l_04_o_gdcomac_sr_f8 = x.m_l_04_o_gdcomac_sr_f8;
|
|
|
|
m_l_04_o_gdcomac_sy_f8 = x.m_l_04_o_gdcomac_sy_f8;
|
|
|
|
m_l_04_o_gdcomac_sx_f8 = x.m_l_04_o_gdcomac_sx_f8;
|
|
|
|
m_l_04_o_gdcomac_xft_f8 = x.m_l_04_o_gdcomac_xft_f8;
|
|
|
|
m_l_04_o_gdcomac_yft_f8 = x.m_l_04_o_gdcomac_yft_f8;
|
|
|
|
m_l_04_o_gdcomac_zft_f8 = x.m_l_04_o_gdcomac_zft_f8;
|
|
|
|
m_l_04_o_gdcomac_distngrxcg_f8 = x.m_l_04_o_gdcomac_distngrxcg_f8;
|
|
|
|
m_l_04_o_gdcomac_distmgrxcg_f8 = x.m_l_04_o_gdcomac_distmgrxcg_f8;
|
|
|
|
m_l_04_o_gdcomac_distmgrzcg_f8 = x.m_l_04_o_gdcomac_distmgrzcg_f8;
|
|
|
|
m_l_04_o_gdcomac_tire_vel_f8 = x.m_l_04_o_gdcomac_tire_vel_f8;
|
|
|
|
m_l_04_o_gdcomac_tire_burst_l1 = x.m_l_04_o_gdcomac_tire_burst_l1;
|
|
|
|
m_l_04_o_gdcomac_tire_temp_f8 = x.m_l_04_o_gdcomac_tire_temp_f8;
|
|
|
|
m_l_04_o_gdcomac_wow_l1 = x.m_l_04_o_gdcomac_wow_l1;
|
|
|
|
m_l_04_o_gdcomac_utirew_f8 = x.m_l_04_o_gdcomac_utirew_f8;
|
|
|
|
m_l_04_o_gdcomac_vtirew_f8 = x.m_l_04_o_gdcomac_vtirew_f8;
|
|
|
|
m_l_04_o_gdcomac_whl_omega_f8 = x.m_l_04_o_gdcomac_whl_omega_f8;
|
|
|
|
m_l_04_o_gdcomac_dstruc_f8 = x.m_l_04_o_gdcomac_dstruc_f8;
|
|
|
|
m_l_04_o_gdcomac_wor_par_f8 = x.m_l_04_o_gdcomac_wor_par_f8;
|
|
|
|
m_l_04_o_gdcomac_nd_f8 = x.m_l_04_o_gdcomac_nd_f8;
|
|
|
|
m_l_04_o_gdcomac_vczt_f8 = x.m_l_04_o_gdcomac_vczt_f8;
|
|
|
|
}
|
|
|
|
/*!
|
|
* @brief Move constructor.
|
|
* @param x Reference to the object GroundHandling_output that will be copied.
|
|
*/
|
|
eProsima_user_DllExport GroundHandling_output(
|
|
GroundHandling_output&& x) noexcept
|
|
{
|
|
m_l_04_o_gdcomac_frz_l1 = x.m_l_04_o_gdcomac_frz_l1;
|
|
m_l_04_o_gdcomac_ac_on_ground_l1 = x.m_l_04_o_gdcomac_ac_on_ground_l1;
|
|
m_l_04_o_gdcomac_ac_stationary_f8 = x.m_l_04_o_gdcomac_ac_stationary_f8;
|
|
m_l_04_o_gdcomac_alt_tire_f8 = x.m_l_04_o_gdcomac_alt_tire_f8;
|
|
m_l_04_o_gdcomac_zcg_to_tire_f8 = x.m_l_04_o_gdcomac_zcg_to_tire_f8;
|
|
m_l_04_o_gdcomac_fxb_f8 = x.m_l_04_o_gdcomac_fxb_f8;
|
|
m_l_04_o_gdcomac_fyb_f8 = x.m_l_04_o_gdcomac_fyb_f8;
|
|
m_l_04_o_gdcomac_fzb_f8 = x.m_l_04_o_gdcomac_fzb_f8;
|
|
m_l_04_o_gdcomac_mxb_f8 = x.m_l_04_o_gdcomac_mxb_f8;
|
|
m_l_04_o_gdcomac_myb_f8 = x.m_l_04_o_gdcomac_myb_f8;
|
|
m_l_04_o_gdcomac_mzb_f8 = x.m_l_04_o_gdcomac_mzb_f8;
|
|
m_l_04_o_gdcomac_fygs_f8 = std::move(x.m_l_04_o_gdcomac_fygs_f8);
|
|
m_l_04_o_gdcomac_mzgs_f8 = std::move(x.m_l_04_o_gdcomac_mzgs_f8);
|
|
m_l_04_o_gdcomac_mu_f8 = std::move(x.m_l_04_o_gdcomac_mu_f8);
|
|
m_l_04_o_gdcomac_dstroke_f8 = std::move(x.m_l_04_o_gdcomac_dstroke_f8);
|
|
m_l_04_o_gdcomac_sr_f8 = std::move(x.m_l_04_o_gdcomac_sr_f8);
|
|
m_l_04_o_gdcomac_sy_f8 = std::move(x.m_l_04_o_gdcomac_sy_f8);
|
|
m_l_04_o_gdcomac_sx_f8 = std::move(x.m_l_04_o_gdcomac_sx_f8);
|
|
m_l_04_o_gdcomac_xft_f8 = std::move(x.m_l_04_o_gdcomac_xft_f8);
|
|
m_l_04_o_gdcomac_yft_f8 = std::move(x.m_l_04_o_gdcomac_yft_f8);
|
|
m_l_04_o_gdcomac_zft_f8 = std::move(x.m_l_04_o_gdcomac_zft_f8);
|
|
m_l_04_o_gdcomac_distngrxcg_f8 = x.m_l_04_o_gdcomac_distngrxcg_f8;
|
|
m_l_04_o_gdcomac_distmgrxcg_f8 = x.m_l_04_o_gdcomac_distmgrxcg_f8;
|
|
m_l_04_o_gdcomac_distmgrzcg_f8 = x.m_l_04_o_gdcomac_distmgrzcg_f8;
|
|
m_l_04_o_gdcomac_tire_vel_f8 = std::move(x.m_l_04_o_gdcomac_tire_vel_f8);
|
|
m_l_04_o_gdcomac_tire_burst_l1 = std::move(x.m_l_04_o_gdcomac_tire_burst_l1);
|
|
m_l_04_o_gdcomac_tire_temp_f8 = std::move(x.m_l_04_o_gdcomac_tire_temp_f8);
|
|
m_l_04_o_gdcomac_wow_l1 = x.m_l_04_o_gdcomac_wow_l1;
|
|
m_l_04_o_gdcomac_utirew_f8 = std::move(x.m_l_04_o_gdcomac_utirew_f8);
|
|
m_l_04_o_gdcomac_vtirew_f8 = std::move(x.m_l_04_o_gdcomac_vtirew_f8);
|
|
m_l_04_o_gdcomac_whl_omega_f8 = std::move(x.m_l_04_o_gdcomac_whl_omega_f8);
|
|
m_l_04_o_gdcomac_dstruc_f8 = std::move(x.m_l_04_o_gdcomac_dstruc_f8);
|
|
m_l_04_o_gdcomac_wor_par_f8 = std::move(x.m_l_04_o_gdcomac_wor_par_f8);
|
|
m_l_04_o_gdcomac_nd_f8 = std::move(x.m_l_04_o_gdcomac_nd_f8);
|
|
m_l_04_o_gdcomac_vczt_f8 = std::move(x.m_l_04_o_gdcomac_vczt_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief Copy assignment.
|
|
* @param x Reference to the object GroundHandling_output that will be copied.
|
|
*/
|
|
eProsima_user_DllExport GroundHandling_output& operator =(
|
|
const GroundHandling_output& x)
|
|
{
|
|
|
|
m_l_04_o_gdcomac_frz_l1 = x.m_l_04_o_gdcomac_frz_l1;
|
|
|
|
m_l_04_o_gdcomac_ac_on_ground_l1 = x.m_l_04_o_gdcomac_ac_on_ground_l1;
|
|
|
|
m_l_04_o_gdcomac_ac_stationary_f8 = x.m_l_04_o_gdcomac_ac_stationary_f8;
|
|
|
|
m_l_04_o_gdcomac_alt_tire_f8 = x.m_l_04_o_gdcomac_alt_tire_f8;
|
|
|
|
m_l_04_o_gdcomac_zcg_to_tire_f8 = x.m_l_04_o_gdcomac_zcg_to_tire_f8;
|
|
|
|
m_l_04_o_gdcomac_fxb_f8 = x.m_l_04_o_gdcomac_fxb_f8;
|
|
|
|
m_l_04_o_gdcomac_fyb_f8 = x.m_l_04_o_gdcomac_fyb_f8;
|
|
|
|
m_l_04_o_gdcomac_fzb_f8 = x.m_l_04_o_gdcomac_fzb_f8;
|
|
|
|
m_l_04_o_gdcomac_mxb_f8 = x.m_l_04_o_gdcomac_mxb_f8;
|
|
|
|
m_l_04_o_gdcomac_myb_f8 = x.m_l_04_o_gdcomac_myb_f8;
|
|
|
|
m_l_04_o_gdcomac_mzb_f8 = x.m_l_04_o_gdcomac_mzb_f8;
|
|
|
|
m_l_04_o_gdcomac_fygs_f8 = x.m_l_04_o_gdcomac_fygs_f8;
|
|
|
|
m_l_04_o_gdcomac_mzgs_f8 = x.m_l_04_o_gdcomac_mzgs_f8;
|
|
|
|
m_l_04_o_gdcomac_mu_f8 = x.m_l_04_o_gdcomac_mu_f8;
|
|
|
|
m_l_04_o_gdcomac_dstroke_f8 = x.m_l_04_o_gdcomac_dstroke_f8;
|
|
|
|
m_l_04_o_gdcomac_sr_f8 = x.m_l_04_o_gdcomac_sr_f8;
|
|
|
|
m_l_04_o_gdcomac_sy_f8 = x.m_l_04_o_gdcomac_sy_f8;
|
|
|
|
m_l_04_o_gdcomac_sx_f8 = x.m_l_04_o_gdcomac_sx_f8;
|
|
|
|
m_l_04_o_gdcomac_xft_f8 = x.m_l_04_o_gdcomac_xft_f8;
|
|
|
|
m_l_04_o_gdcomac_yft_f8 = x.m_l_04_o_gdcomac_yft_f8;
|
|
|
|
m_l_04_o_gdcomac_zft_f8 = x.m_l_04_o_gdcomac_zft_f8;
|
|
|
|
m_l_04_o_gdcomac_distngrxcg_f8 = x.m_l_04_o_gdcomac_distngrxcg_f8;
|
|
|
|
m_l_04_o_gdcomac_distmgrxcg_f8 = x.m_l_04_o_gdcomac_distmgrxcg_f8;
|
|
|
|
m_l_04_o_gdcomac_distmgrzcg_f8 = x.m_l_04_o_gdcomac_distmgrzcg_f8;
|
|
|
|
m_l_04_o_gdcomac_tire_vel_f8 = x.m_l_04_o_gdcomac_tire_vel_f8;
|
|
|
|
m_l_04_o_gdcomac_tire_burst_l1 = x.m_l_04_o_gdcomac_tire_burst_l1;
|
|
|
|
m_l_04_o_gdcomac_tire_temp_f8 = x.m_l_04_o_gdcomac_tire_temp_f8;
|
|
|
|
m_l_04_o_gdcomac_wow_l1 = x.m_l_04_o_gdcomac_wow_l1;
|
|
|
|
m_l_04_o_gdcomac_utirew_f8 = x.m_l_04_o_gdcomac_utirew_f8;
|
|
|
|
m_l_04_o_gdcomac_vtirew_f8 = x.m_l_04_o_gdcomac_vtirew_f8;
|
|
|
|
m_l_04_o_gdcomac_whl_omega_f8 = x.m_l_04_o_gdcomac_whl_omega_f8;
|
|
|
|
m_l_04_o_gdcomac_dstruc_f8 = x.m_l_04_o_gdcomac_dstruc_f8;
|
|
|
|
m_l_04_o_gdcomac_wor_par_f8 = x.m_l_04_o_gdcomac_wor_par_f8;
|
|
|
|
m_l_04_o_gdcomac_nd_f8 = x.m_l_04_o_gdcomac_nd_f8;
|
|
|
|
m_l_04_o_gdcomac_vczt_f8 = x.m_l_04_o_gdcomac_vczt_f8;
|
|
|
|
return *this;
|
|
}
|
|
|
|
/*!
|
|
* @brief Move assignment.
|
|
* @param x Reference to the object GroundHandling_output that will be copied.
|
|
*/
|
|
eProsima_user_DllExport GroundHandling_output& operator =(
|
|
GroundHandling_output&& x) noexcept
|
|
{
|
|
|
|
m_l_04_o_gdcomac_frz_l1 = x.m_l_04_o_gdcomac_frz_l1;
|
|
m_l_04_o_gdcomac_ac_on_ground_l1 = x.m_l_04_o_gdcomac_ac_on_ground_l1;
|
|
m_l_04_o_gdcomac_ac_stationary_f8 = x.m_l_04_o_gdcomac_ac_stationary_f8;
|
|
m_l_04_o_gdcomac_alt_tire_f8 = x.m_l_04_o_gdcomac_alt_tire_f8;
|
|
m_l_04_o_gdcomac_zcg_to_tire_f8 = x.m_l_04_o_gdcomac_zcg_to_tire_f8;
|
|
m_l_04_o_gdcomac_fxb_f8 = x.m_l_04_o_gdcomac_fxb_f8;
|
|
m_l_04_o_gdcomac_fyb_f8 = x.m_l_04_o_gdcomac_fyb_f8;
|
|
m_l_04_o_gdcomac_fzb_f8 = x.m_l_04_o_gdcomac_fzb_f8;
|
|
m_l_04_o_gdcomac_mxb_f8 = x.m_l_04_o_gdcomac_mxb_f8;
|
|
m_l_04_o_gdcomac_myb_f8 = x.m_l_04_o_gdcomac_myb_f8;
|
|
m_l_04_o_gdcomac_mzb_f8 = x.m_l_04_o_gdcomac_mzb_f8;
|
|
m_l_04_o_gdcomac_fygs_f8 = std::move(x.m_l_04_o_gdcomac_fygs_f8);
|
|
m_l_04_o_gdcomac_mzgs_f8 = std::move(x.m_l_04_o_gdcomac_mzgs_f8);
|
|
m_l_04_o_gdcomac_mu_f8 = std::move(x.m_l_04_o_gdcomac_mu_f8);
|
|
m_l_04_o_gdcomac_dstroke_f8 = std::move(x.m_l_04_o_gdcomac_dstroke_f8);
|
|
m_l_04_o_gdcomac_sr_f8 = std::move(x.m_l_04_o_gdcomac_sr_f8);
|
|
m_l_04_o_gdcomac_sy_f8 = std::move(x.m_l_04_o_gdcomac_sy_f8);
|
|
m_l_04_o_gdcomac_sx_f8 = std::move(x.m_l_04_o_gdcomac_sx_f8);
|
|
m_l_04_o_gdcomac_xft_f8 = std::move(x.m_l_04_o_gdcomac_xft_f8);
|
|
m_l_04_o_gdcomac_yft_f8 = std::move(x.m_l_04_o_gdcomac_yft_f8);
|
|
m_l_04_o_gdcomac_zft_f8 = std::move(x.m_l_04_o_gdcomac_zft_f8);
|
|
m_l_04_o_gdcomac_distngrxcg_f8 = x.m_l_04_o_gdcomac_distngrxcg_f8;
|
|
m_l_04_o_gdcomac_distmgrxcg_f8 = x.m_l_04_o_gdcomac_distmgrxcg_f8;
|
|
m_l_04_o_gdcomac_distmgrzcg_f8 = x.m_l_04_o_gdcomac_distmgrzcg_f8;
|
|
m_l_04_o_gdcomac_tire_vel_f8 = std::move(x.m_l_04_o_gdcomac_tire_vel_f8);
|
|
m_l_04_o_gdcomac_tire_burst_l1 = std::move(x.m_l_04_o_gdcomac_tire_burst_l1);
|
|
m_l_04_o_gdcomac_tire_temp_f8 = std::move(x.m_l_04_o_gdcomac_tire_temp_f8);
|
|
m_l_04_o_gdcomac_wow_l1 = x.m_l_04_o_gdcomac_wow_l1;
|
|
m_l_04_o_gdcomac_utirew_f8 = std::move(x.m_l_04_o_gdcomac_utirew_f8);
|
|
m_l_04_o_gdcomac_vtirew_f8 = std::move(x.m_l_04_o_gdcomac_vtirew_f8);
|
|
m_l_04_o_gdcomac_whl_omega_f8 = std::move(x.m_l_04_o_gdcomac_whl_omega_f8);
|
|
m_l_04_o_gdcomac_dstruc_f8 = std::move(x.m_l_04_o_gdcomac_dstruc_f8);
|
|
m_l_04_o_gdcomac_wor_par_f8 = std::move(x.m_l_04_o_gdcomac_wor_par_f8);
|
|
m_l_04_o_gdcomac_nd_f8 = std::move(x.m_l_04_o_gdcomac_nd_f8);
|
|
m_l_04_o_gdcomac_vczt_f8 = std::move(x.m_l_04_o_gdcomac_vczt_f8);
|
|
return *this;
|
|
}
|
|
|
|
/*!
|
|
* @brief Comparison operator.
|
|
* @param x GroundHandling_output object to compare.
|
|
*/
|
|
eProsima_user_DllExport bool operator ==(
|
|
const GroundHandling_output& x) const
|
|
{
|
|
return (m_l_04_o_gdcomac_frz_l1 == x.m_l_04_o_gdcomac_frz_l1 &&
|
|
m_l_04_o_gdcomac_ac_on_ground_l1 == x.m_l_04_o_gdcomac_ac_on_ground_l1 &&
|
|
m_l_04_o_gdcomac_ac_stationary_f8 == x.m_l_04_o_gdcomac_ac_stationary_f8 &&
|
|
m_l_04_o_gdcomac_alt_tire_f8 == x.m_l_04_o_gdcomac_alt_tire_f8 &&
|
|
m_l_04_o_gdcomac_zcg_to_tire_f8 == x.m_l_04_o_gdcomac_zcg_to_tire_f8 &&
|
|
m_l_04_o_gdcomac_fxb_f8 == x.m_l_04_o_gdcomac_fxb_f8 &&
|
|
m_l_04_o_gdcomac_fyb_f8 == x.m_l_04_o_gdcomac_fyb_f8 &&
|
|
m_l_04_o_gdcomac_fzb_f8 == x.m_l_04_o_gdcomac_fzb_f8 &&
|
|
m_l_04_o_gdcomac_mxb_f8 == x.m_l_04_o_gdcomac_mxb_f8 &&
|
|
m_l_04_o_gdcomac_myb_f8 == x.m_l_04_o_gdcomac_myb_f8 &&
|
|
m_l_04_o_gdcomac_mzb_f8 == x.m_l_04_o_gdcomac_mzb_f8 &&
|
|
m_l_04_o_gdcomac_fygs_f8 == x.m_l_04_o_gdcomac_fygs_f8 &&
|
|
m_l_04_o_gdcomac_mzgs_f8 == x.m_l_04_o_gdcomac_mzgs_f8 &&
|
|
m_l_04_o_gdcomac_mu_f8 == x.m_l_04_o_gdcomac_mu_f8 &&
|
|
m_l_04_o_gdcomac_dstroke_f8 == x.m_l_04_o_gdcomac_dstroke_f8 &&
|
|
m_l_04_o_gdcomac_sr_f8 == x.m_l_04_o_gdcomac_sr_f8 &&
|
|
m_l_04_o_gdcomac_sy_f8 == x.m_l_04_o_gdcomac_sy_f8 &&
|
|
m_l_04_o_gdcomac_sx_f8 == x.m_l_04_o_gdcomac_sx_f8 &&
|
|
m_l_04_o_gdcomac_xft_f8 == x.m_l_04_o_gdcomac_xft_f8 &&
|
|
m_l_04_o_gdcomac_yft_f8 == x.m_l_04_o_gdcomac_yft_f8 &&
|
|
m_l_04_o_gdcomac_zft_f8 == x.m_l_04_o_gdcomac_zft_f8 &&
|
|
m_l_04_o_gdcomac_distngrxcg_f8 == x.m_l_04_o_gdcomac_distngrxcg_f8 &&
|
|
m_l_04_o_gdcomac_distmgrxcg_f8 == x.m_l_04_o_gdcomac_distmgrxcg_f8 &&
|
|
m_l_04_o_gdcomac_distmgrzcg_f8 == x.m_l_04_o_gdcomac_distmgrzcg_f8 &&
|
|
m_l_04_o_gdcomac_tire_vel_f8 == x.m_l_04_o_gdcomac_tire_vel_f8 &&
|
|
m_l_04_o_gdcomac_tire_burst_l1 == x.m_l_04_o_gdcomac_tire_burst_l1 &&
|
|
m_l_04_o_gdcomac_tire_temp_f8 == x.m_l_04_o_gdcomac_tire_temp_f8 &&
|
|
m_l_04_o_gdcomac_wow_l1 == x.m_l_04_o_gdcomac_wow_l1 &&
|
|
m_l_04_o_gdcomac_utirew_f8 == x.m_l_04_o_gdcomac_utirew_f8 &&
|
|
m_l_04_o_gdcomac_vtirew_f8 == x.m_l_04_o_gdcomac_vtirew_f8 &&
|
|
m_l_04_o_gdcomac_whl_omega_f8 == x.m_l_04_o_gdcomac_whl_omega_f8 &&
|
|
m_l_04_o_gdcomac_dstruc_f8 == x.m_l_04_o_gdcomac_dstruc_f8 &&
|
|
m_l_04_o_gdcomac_wor_par_f8 == x.m_l_04_o_gdcomac_wor_par_f8 &&
|
|
m_l_04_o_gdcomac_nd_f8 == x.m_l_04_o_gdcomac_nd_f8 &&
|
|
m_l_04_o_gdcomac_vczt_f8 == x.m_l_04_o_gdcomac_vczt_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief Comparison operator.
|
|
* @param x GroundHandling_output object to compare.
|
|
*/
|
|
eProsima_user_DllExport bool operator !=(
|
|
const GroundHandling_output& x) const
|
|
{
|
|
return !(*this == x);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_frz_l1
|
|
* @param _l_04_o_gdcomac_frz_l1 New value to be copied in member l_04_o_gdcomac_frz_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_frz_l1(
|
|
const eprosima::fastcdr::optional<char>& _l_04_o_gdcomac_frz_l1)
|
|
{
|
|
m_l_04_o_gdcomac_frz_l1 = _l_04_o_gdcomac_frz_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_frz_l1
|
|
* @param _l_04_o_gdcomac_frz_l1 New value to be moved in member l_04_o_gdcomac_frz_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_frz_l1(
|
|
eprosima::fastcdr::optional<char>&& _l_04_o_gdcomac_frz_l1)
|
|
{
|
|
m_l_04_o_gdcomac_frz_l1 = std::move(_l_04_o_gdcomac_frz_l1);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_frz_l1
|
|
* @return Constant reference to member l_04_o_gdcomac_frz_l1
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<char>& l_04_o_gdcomac_frz_l1() const
|
|
{
|
|
return m_l_04_o_gdcomac_frz_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_frz_l1
|
|
* @return Reference to member l_04_o_gdcomac_frz_l1
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<char>& l_04_o_gdcomac_frz_l1()
|
|
{
|
|
return m_l_04_o_gdcomac_frz_l1;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_ac_on_ground_l1
|
|
* @param _l_04_o_gdcomac_ac_on_ground_l1 New value to be copied in member l_04_o_gdcomac_ac_on_ground_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_ac_on_ground_l1(
|
|
const eprosima::fastcdr::optional<char>& _l_04_o_gdcomac_ac_on_ground_l1)
|
|
{
|
|
m_l_04_o_gdcomac_ac_on_ground_l1 = _l_04_o_gdcomac_ac_on_ground_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_ac_on_ground_l1
|
|
* @param _l_04_o_gdcomac_ac_on_ground_l1 New value to be moved in member l_04_o_gdcomac_ac_on_ground_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_ac_on_ground_l1(
|
|
eprosima::fastcdr::optional<char>&& _l_04_o_gdcomac_ac_on_ground_l1)
|
|
{
|
|
m_l_04_o_gdcomac_ac_on_ground_l1 = std::move(_l_04_o_gdcomac_ac_on_ground_l1);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_ac_on_ground_l1
|
|
* @return Constant reference to member l_04_o_gdcomac_ac_on_ground_l1
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<char>& l_04_o_gdcomac_ac_on_ground_l1() const
|
|
{
|
|
return m_l_04_o_gdcomac_ac_on_ground_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_ac_on_ground_l1
|
|
* @return Reference to member l_04_o_gdcomac_ac_on_ground_l1
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<char>& l_04_o_gdcomac_ac_on_ground_l1()
|
|
{
|
|
return m_l_04_o_gdcomac_ac_on_ground_l1;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_ac_stationary_f8
|
|
* @param _l_04_o_gdcomac_ac_stationary_f8 New value to be copied in member l_04_o_gdcomac_ac_stationary_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_ac_stationary_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_o_gdcomac_ac_stationary_f8)
|
|
{
|
|
m_l_04_o_gdcomac_ac_stationary_f8 = _l_04_o_gdcomac_ac_stationary_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_ac_stationary_f8
|
|
* @param _l_04_o_gdcomac_ac_stationary_f8 New value to be moved in member l_04_o_gdcomac_ac_stationary_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_ac_stationary_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_o_gdcomac_ac_stationary_f8)
|
|
{
|
|
m_l_04_o_gdcomac_ac_stationary_f8 = std::move(_l_04_o_gdcomac_ac_stationary_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_ac_stationary_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_ac_stationary_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_o_gdcomac_ac_stationary_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_ac_stationary_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_ac_stationary_f8
|
|
* @return Reference to member l_04_o_gdcomac_ac_stationary_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_o_gdcomac_ac_stationary_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_ac_stationary_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_alt_tire_f8
|
|
* @param _l_04_o_gdcomac_alt_tire_f8 New value to be copied in member l_04_o_gdcomac_alt_tire_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_alt_tire_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_o_gdcomac_alt_tire_f8)
|
|
{
|
|
m_l_04_o_gdcomac_alt_tire_f8 = _l_04_o_gdcomac_alt_tire_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_alt_tire_f8
|
|
* @param _l_04_o_gdcomac_alt_tire_f8 New value to be moved in member l_04_o_gdcomac_alt_tire_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_alt_tire_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_o_gdcomac_alt_tire_f8)
|
|
{
|
|
m_l_04_o_gdcomac_alt_tire_f8 = std::move(_l_04_o_gdcomac_alt_tire_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_alt_tire_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_alt_tire_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_o_gdcomac_alt_tire_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_alt_tire_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_alt_tire_f8
|
|
* @return Reference to member l_04_o_gdcomac_alt_tire_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_o_gdcomac_alt_tire_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_alt_tire_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_zcg_to_tire_f8
|
|
* @param _l_04_o_gdcomac_zcg_to_tire_f8 New value to be copied in member l_04_o_gdcomac_zcg_to_tire_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_zcg_to_tire_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_o_gdcomac_zcg_to_tire_f8)
|
|
{
|
|
m_l_04_o_gdcomac_zcg_to_tire_f8 = _l_04_o_gdcomac_zcg_to_tire_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_zcg_to_tire_f8
|
|
* @param _l_04_o_gdcomac_zcg_to_tire_f8 New value to be moved in member l_04_o_gdcomac_zcg_to_tire_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_zcg_to_tire_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_o_gdcomac_zcg_to_tire_f8)
|
|
{
|
|
m_l_04_o_gdcomac_zcg_to_tire_f8 = std::move(_l_04_o_gdcomac_zcg_to_tire_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_zcg_to_tire_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_zcg_to_tire_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_o_gdcomac_zcg_to_tire_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_zcg_to_tire_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_zcg_to_tire_f8
|
|
* @return Reference to member l_04_o_gdcomac_zcg_to_tire_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_o_gdcomac_zcg_to_tire_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_zcg_to_tire_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_fxb_f8
|
|
* @param _l_04_o_gdcomac_fxb_f8 New value to be copied in member l_04_o_gdcomac_fxb_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_fxb_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_o_gdcomac_fxb_f8)
|
|
{
|
|
m_l_04_o_gdcomac_fxb_f8 = _l_04_o_gdcomac_fxb_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_fxb_f8
|
|
* @param _l_04_o_gdcomac_fxb_f8 New value to be moved in member l_04_o_gdcomac_fxb_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_fxb_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_o_gdcomac_fxb_f8)
|
|
{
|
|
m_l_04_o_gdcomac_fxb_f8 = std::move(_l_04_o_gdcomac_fxb_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_fxb_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_fxb_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_o_gdcomac_fxb_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_fxb_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_fxb_f8
|
|
* @return Reference to member l_04_o_gdcomac_fxb_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_o_gdcomac_fxb_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_fxb_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_fyb_f8
|
|
* @param _l_04_o_gdcomac_fyb_f8 New value to be copied in member l_04_o_gdcomac_fyb_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_fyb_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_o_gdcomac_fyb_f8)
|
|
{
|
|
m_l_04_o_gdcomac_fyb_f8 = _l_04_o_gdcomac_fyb_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_fyb_f8
|
|
* @param _l_04_o_gdcomac_fyb_f8 New value to be moved in member l_04_o_gdcomac_fyb_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_fyb_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_o_gdcomac_fyb_f8)
|
|
{
|
|
m_l_04_o_gdcomac_fyb_f8 = std::move(_l_04_o_gdcomac_fyb_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_fyb_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_fyb_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_o_gdcomac_fyb_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_fyb_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_fyb_f8
|
|
* @return Reference to member l_04_o_gdcomac_fyb_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_o_gdcomac_fyb_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_fyb_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_fzb_f8
|
|
* @param _l_04_o_gdcomac_fzb_f8 New value to be copied in member l_04_o_gdcomac_fzb_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_fzb_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_o_gdcomac_fzb_f8)
|
|
{
|
|
m_l_04_o_gdcomac_fzb_f8 = _l_04_o_gdcomac_fzb_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_fzb_f8
|
|
* @param _l_04_o_gdcomac_fzb_f8 New value to be moved in member l_04_o_gdcomac_fzb_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_fzb_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_o_gdcomac_fzb_f8)
|
|
{
|
|
m_l_04_o_gdcomac_fzb_f8 = std::move(_l_04_o_gdcomac_fzb_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_fzb_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_fzb_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_o_gdcomac_fzb_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_fzb_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_fzb_f8
|
|
* @return Reference to member l_04_o_gdcomac_fzb_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_o_gdcomac_fzb_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_fzb_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_mxb_f8
|
|
* @param _l_04_o_gdcomac_mxb_f8 New value to be copied in member l_04_o_gdcomac_mxb_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_mxb_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_o_gdcomac_mxb_f8)
|
|
{
|
|
m_l_04_o_gdcomac_mxb_f8 = _l_04_o_gdcomac_mxb_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_mxb_f8
|
|
* @param _l_04_o_gdcomac_mxb_f8 New value to be moved in member l_04_o_gdcomac_mxb_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_mxb_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_o_gdcomac_mxb_f8)
|
|
{
|
|
m_l_04_o_gdcomac_mxb_f8 = std::move(_l_04_o_gdcomac_mxb_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_mxb_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_mxb_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_o_gdcomac_mxb_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_mxb_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_mxb_f8
|
|
* @return Reference to member l_04_o_gdcomac_mxb_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_o_gdcomac_mxb_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_mxb_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_myb_f8
|
|
* @param _l_04_o_gdcomac_myb_f8 New value to be copied in member l_04_o_gdcomac_myb_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_myb_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_o_gdcomac_myb_f8)
|
|
{
|
|
m_l_04_o_gdcomac_myb_f8 = _l_04_o_gdcomac_myb_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_myb_f8
|
|
* @param _l_04_o_gdcomac_myb_f8 New value to be moved in member l_04_o_gdcomac_myb_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_myb_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_o_gdcomac_myb_f8)
|
|
{
|
|
m_l_04_o_gdcomac_myb_f8 = std::move(_l_04_o_gdcomac_myb_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_myb_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_myb_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_o_gdcomac_myb_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_myb_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_myb_f8
|
|
* @return Reference to member l_04_o_gdcomac_myb_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_o_gdcomac_myb_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_myb_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_mzb_f8
|
|
* @param _l_04_o_gdcomac_mzb_f8 New value to be copied in member l_04_o_gdcomac_mzb_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_mzb_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_o_gdcomac_mzb_f8)
|
|
{
|
|
m_l_04_o_gdcomac_mzb_f8 = _l_04_o_gdcomac_mzb_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_mzb_f8
|
|
* @param _l_04_o_gdcomac_mzb_f8 New value to be moved in member l_04_o_gdcomac_mzb_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_mzb_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_o_gdcomac_mzb_f8)
|
|
{
|
|
m_l_04_o_gdcomac_mzb_f8 = std::move(_l_04_o_gdcomac_mzb_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_mzb_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_mzb_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_o_gdcomac_mzb_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_mzb_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_mzb_f8
|
|
* @return Reference to member l_04_o_gdcomac_mzb_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_o_gdcomac_mzb_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_mzb_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_fygs_f8
|
|
* @param _l_04_o_gdcomac_fygs_f8 New value to be copied in member l_04_o_gdcomac_fygs_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_fygs_f8(
|
|
const eprosima::fastcdr::optional<std::array<double, 3>>& _l_04_o_gdcomac_fygs_f8)
|
|
{
|
|
m_l_04_o_gdcomac_fygs_f8 = _l_04_o_gdcomac_fygs_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_fygs_f8
|
|
* @param _l_04_o_gdcomac_fygs_f8 New value to be moved in member l_04_o_gdcomac_fygs_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_fygs_f8(
|
|
eprosima::fastcdr::optional<std::array<double, 3>>&& _l_04_o_gdcomac_fygs_f8)
|
|
{
|
|
m_l_04_o_gdcomac_fygs_f8 = std::move(_l_04_o_gdcomac_fygs_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_fygs_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_fygs_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<double, 3>>& l_04_o_gdcomac_fygs_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_fygs_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_fygs_f8
|
|
* @return Reference to member l_04_o_gdcomac_fygs_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<double, 3>>& l_04_o_gdcomac_fygs_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_fygs_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_mzgs_f8
|
|
* @param _l_04_o_gdcomac_mzgs_f8 New value to be copied in member l_04_o_gdcomac_mzgs_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_mzgs_f8(
|
|
const eprosima::fastcdr::optional<std::array<double, 3>>& _l_04_o_gdcomac_mzgs_f8)
|
|
{
|
|
m_l_04_o_gdcomac_mzgs_f8 = _l_04_o_gdcomac_mzgs_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_mzgs_f8
|
|
* @param _l_04_o_gdcomac_mzgs_f8 New value to be moved in member l_04_o_gdcomac_mzgs_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_mzgs_f8(
|
|
eprosima::fastcdr::optional<std::array<double, 3>>&& _l_04_o_gdcomac_mzgs_f8)
|
|
{
|
|
m_l_04_o_gdcomac_mzgs_f8 = std::move(_l_04_o_gdcomac_mzgs_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_mzgs_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_mzgs_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<double, 3>>& l_04_o_gdcomac_mzgs_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_mzgs_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_mzgs_f8
|
|
* @return Reference to member l_04_o_gdcomac_mzgs_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<double, 3>>& l_04_o_gdcomac_mzgs_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_mzgs_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_mu_f8
|
|
* @param _l_04_o_gdcomac_mu_f8 New value to be copied in member l_04_o_gdcomac_mu_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_mu_f8(
|
|
const eprosima::fastcdr::optional<std::array<double, 3>>& _l_04_o_gdcomac_mu_f8)
|
|
{
|
|
m_l_04_o_gdcomac_mu_f8 = _l_04_o_gdcomac_mu_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_mu_f8
|
|
* @param _l_04_o_gdcomac_mu_f8 New value to be moved in member l_04_o_gdcomac_mu_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_mu_f8(
|
|
eprosima::fastcdr::optional<std::array<double, 3>>&& _l_04_o_gdcomac_mu_f8)
|
|
{
|
|
m_l_04_o_gdcomac_mu_f8 = std::move(_l_04_o_gdcomac_mu_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_mu_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_mu_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<double, 3>>& l_04_o_gdcomac_mu_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_mu_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_mu_f8
|
|
* @return Reference to member l_04_o_gdcomac_mu_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<double, 3>>& l_04_o_gdcomac_mu_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_mu_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_dstroke_f8
|
|
* @param _l_04_o_gdcomac_dstroke_f8 New value to be copied in member l_04_o_gdcomac_dstroke_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_dstroke_f8(
|
|
const eprosima::fastcdr::optional<std::array<double, 3>>& _l_04_o_gdcomac_dstroke_f8)
|
|
{
|
|
m_l_04_o_gdcomac_dstroke_f8 = _l_04_o_gdcomac_dstroke_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_dstroke_f8
|
|
* @param _l_04_o_gdcomac_dstroke_f8 New value to be moved in member l_04_o_gdcomac_dstroke_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_dstroke_f8(
|
|
eprosima::fastcdr::optional<std::array<double, 3>>&& _l_04_o_gdcomac_dstroke_f8)
|
|
{
|
|
m_l_04_o_gdcomac_dstroke_f8 = std::move(_l_04_o_gdcomac_dstroke_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_dstroke_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_dstroke_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<double, 3>>& l_04_o_gdcomac_dstroke_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_dstroke_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_dstroke_f8
|
|
* @return Reference to member l_04_o_gdcomac_dstroke_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<double, 3>>& l_04_o_gdcomac_dstroke_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_dstroke_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_sr_f8
|
|
* @param _l_04_o_gdcomac_sr_f8 New value to be copied in member l_04_o_gdcomac_sr_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_sr_f8(
|
|
const eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& _l_04_o_gdcomac_sr_f8)
|
|
{
|
|
m_l_04_o_gdcomac_sr_f8 = _l_04_o_gdcomac_sr_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_sr_f8
|
|
* @param _l_04_o_gdcomac_sr_f8 New value to be moved in member l_04_o_gdcomac_sr_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_sr_f8(
|
|
eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>&& _l_04_o_gdcomac_sr_f8)
|
|
{
|
|
m_l_04_o_gdcomac_sr_f8 = std::move(_l_04_o_gdcomac_sr_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_sr_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_sr_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& l_04_o_gdcomac_sr_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_sr_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_sr_f8
|
|
* @return Reference to member l_04_o_gdcomac_sr_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& l_04_o_gdcomac_sr_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_sr_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_sy_f8
|
|
* @param _l_04_o_gdcomac_sy_f8 New value to be copied in member l_04_o_gdcomac_sy_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_sy_f8(
|
|
const eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& _l_04_o_gdcomac_sy_f8)
|
|
{
|
|
m_l_04_o_gdcomac_sy_f8 = _l_04_o_gdcomac_sy_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_sy_f8
|
|
* @param _l_04_o_gdcomac_sy_f8 New value to be moved in member l_04_o_gdcomac_sy_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_sy_f8(
|
|
eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>&& _l_04_o_gdcomac_sy_f8)
|
|
{
|
|
m_l_04_o_gdcomac_sy_f8 = std::move(_l_04_o_gdcomac_sy_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_sy_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_sy_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& l_04_o_gdcomac_sy_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_sy_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_sy_f8
|
|
* @return Reference to member l_04_o_gdcomac_sy_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& l_04_o_gdcomac_sy_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_sy_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_sx_f8
|
|
* @param _l_04_o_gdcomac_sx_f8 New value to be copied in member l_04_o_gdcomac_sx_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_sx_f8(
|
|
const eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& _l_04_o_gdcomac_sx_f8)
|
|
{
|
|
m_l_04_o_gdcomac_sx_f8 = _l_04_o_gdcomac_sx_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_sx_f8
|
|
* @param _l_04_o_gdcomac_sx_f8 New value to be moved in member l_04_o_gdcomac_sx_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_sx_f8(
|
|
eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>&& _l_04_o_gdcomac_sx_f8)
|
|
{
|
|
m_l_04_o_gdcomac_sx_f8 = std::move(_l_04_o_gdcomac_sx_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_sx_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_sx_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& l_04_o_gdcomac_sx_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_sx_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_sx_f8
|
|
* @return Reference to member l_04_o_gdcomac_sx_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& l_04_o_gdcomac_sx_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_sx_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_xft_f8
|
|
* @param _l_04_o_gdcomac_xft_f8 New value to be copied in member l_04_o_gdcomac_xft_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_xft_f8(
|
|
const eprosima::fastcdr::optional<std::array<double, 3>>& _l_04_o_gdcomac_xft_f8)
|
|
{
|
|
m_l_04_o_gdcomac_xft_f8 = _l_04_o_gdcomac_xft_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_xft_f8
|
|
* @param _l_04_o_gdcomac_xft_f8 New value to be moved in member l_04_o_gdcomac_xft_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_xft_f8(
|
|
eprosima::fastcdr::optional<std::array<double, 3>>&& _l_04_o_gdcomac_xft_f8)
|
|
{
|
|
m_l_04_o_gdcomac_xft_f8 = std::move(_l_04_o_gdcomac_xft_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_xft_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_xft_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<double, 3>>& l_04_o_gdcomac_xft_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_xft_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_xft_f8
|
|
* @return Reference to member l_04_o_gdcomac_xft_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<double, 3>>& l_04_o_gdcomac_xft_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_xft_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_yft_f8
|
|
* @param _l_04_o_gdcomac_yft_f8 New value to be copied in member l_04_o_gdcomac_yft_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_yft_f8(
|
|
const eprosima::fastcdr::optional<std::array<double, 3>>& _l_04_o_gdcomac_yft_f8)
|
|
{
|
|
m_l_04_o_gdcomac_yft_f8 = _l_04_o_gdcomac_yft_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_yft_f8
|
|
* @param _l_04_o_gdcomac_yft_f8 New value to be moved in member l_04_o_gdcomac_yft_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_yft_f8(
|
|
eprosima::fastcdr::optional<std::array<double, 3>>&& _l_04_o_gdcomac_yft_f8)
|
|
{
|
|
m_l_04_o_gdcomac_yft_f8 = std::move(_l_04_o_gdcomac_yft_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_yft_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_yft_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<double, 3>>& l_04_o_gdcomac_yft_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_yft_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_yft_f8
|
|
* @return Reference to member l_04_o_gdcomac_yft_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<double, 3>>& l_04_o_gdcomac_yft_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_yft_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_zft_f8
|
|
* @param _l_04_o_gdcomac_zft_f8 New value to be copied in member l_04_o_gdcomac_zft_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_zft_f8(
|
|
const eprosima::fastcdr::optional<std::array<double, 3>>& _l_04_o_gdcomac_zft_f8)
|
|
{
|
|
m_l_04_o_gdcomac_zft_f8 = _l_04_o_gdcomac_zft_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_zft_f8
|
|
* @param _l_04_o_gdcomac_zft_f8 New value to be moved in member l_04_o_gdcomac_zft_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_zft_f8(
|
|
eprosima::fastcdr::optional<std::array<double, 3>>&& _l_04_o_gdcomac_zft_f8)
|
|
{
|
|
m_l_04_o_gdcomac_zft_f8 = std::move(_l_04_o_gdcomac_zft_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_zft_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_zft_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<double, 3>>& l_04_o_gdcomac_zft_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_zft_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_zft_f8
|
|
* @return Reference to member l_04_o_gdcomac_zft_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<double, 3>>& l_04_o_gdcomac_zft_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_zft_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_distngrxcg_f8
|
|
* @param _l_04_o_gdcomac_distngrxcg_f8 New value to be copied in member l_04_o_gdcomac_distngrxcg_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_distngrxcg_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_o_gdcomac_distngrxcg_f8)
|
|
{
|
|
m_l_04_o_gdcomac_distngrxcg_f8 = _l_04_o_gdcomac_distngrxcg_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_distngrxcg_f8
|
|
* @param _l_04_o_gdcomac_distngrxcg_f8 New value to be moved in member l_04_o_gdcomac_distngrxcg_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_distngrxcg_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_o_gdcomac_distngrxcg_f8)
|
|
{
|
|
m_l_04_o_gdcomac_distngrxcg_f8 = std::move(_l_04_o_gdcomac_distngrxcg_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_distngrxcg_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_distngrxcg_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_o_gdcomac_distngrxcg_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_distngrxcg_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_distngrxcg_f8
|
|
* @return Reference to member l_04_o_gdcomac_distngrxcg_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_o_gdcomac_distngrxcg_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_distngrxcg_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_distmgrxcg_f8
|
|
* @param _l_04_o_gdcomac_distmgrxcg_f8 New value to be copied in member l_04_o_gdcomac_distmgrxcg_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_distmgrxcg_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_o_gdcomac_distmgrxcg_f8)
|
|
{
|
|
m_l_04_o_gdcomac_distmgrxcg_f8 = _l_04_o_gdcomac_distmgrxcg_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_distmgrxcg_f8
|
|
* @param _l_04_o_gdcomac_distmgrxcg_f8 New value to be moved in member l_04_o_gdcomac_distmgrxcg_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_distmgrxcg_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_o_gdcomac_distmgrxcg_f8)
|
|
{
|
|
m_l_04_o_gdcomac_distmgrxcg_f8 = std::move(_l_04_o_gdcomac_distmgrxcg_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_distmgrxcg_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_distmgrxcg_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_o_gdcomac_distmgrxcg_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_distmgrxcg_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_distmgrxcg_f8
|
|
* @return Reference to member l_04_o_gdcomac_distmgrxcg_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_o_gdcomac_distmgrxcg_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_distmgrxcg_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_distmgrzcg_f8
|
|
* @param _l_04_o_gdcomac_distmgrzcg_f8 New value to be copied in member l_04_o_gdcomac_distmgrzcg_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_distmgrzcg_f8(
|
|
const eprosima::fastcdr::optional<double>& _l_04_o_gdcomac_distmgrzcg_f8)
|
|
{
|
|
m_l_04_o_gdcomac_distmgrzcg_f8 = _l_04_o_gdcomac_distmgrzcg_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_distmgrzcg_f8
|
|
* @param _l_04_o_gdcomac_distmgrzcg_f8 New value to be moved in member l_04_o_gdcomac_distmgrzcg_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_distmgrzcg_f8(
|
|
eprosima::fastcdr::optional<double>&& _l_04_o_gdcomac_distmgrzcg_f8)
|
|
{
|
|
m_l_04_o_gdcomac_distmgrzcg_f8 = std::move(_l_04_o_gdcomac_distmgrzcg_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_distmgrzcg_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_distmgrzcg_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<double>& l_04_o_gdcomac_distmgrzcg_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_distmgrzcg_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_distmgrzcg_f8
|
|
* @return Reference to member l_04_o_gdcomac_distmgrzcg_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<double>& l_04_o_gdcomac_distmgrzcg_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_distmgrzcg_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_tire_vel_f8
|
|
* @param _l_04_o_gdcomac_tire_vel_f8 New value to be copied in member l_04_o_gdcomac_tire_vel_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_tire_vel_f8(
|
|
const eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& _l_04_o_gdcomac_tire_vel_f8)
|
|
{
|
|
m_l_04_o_gdcomac_tire_vel_f8 = _l_04_o_gdcomac_tire_vel_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_tire_vel_f8
|
|
* @param _l_04_o_gdcomac_tire_vel_f8 New value to be moved in member l_04_o_gdcomac_tire_vel_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_tire_vel_f8(
|
|
eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>&& _l_04_o_gdcomac_tire_vel_f8)
|
|
{
|
|
m_l_04_o_gdcomac_tire_vel_f8 = std::move(_l_04_o_gdcomac_tire_vel_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_tire_vel_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_tire_vel_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& l_04_o_gdcomac_tire_vel_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_tire_vel_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_tire_vel_f8
|
|
* @return Reference to member l_04_o_gdcomac_tire_vel_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& l_04_o_gdcomac_tire_vel_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_tire_vel_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_tire_burst_l1
|
|
* @param _l_04_o_gdcomac_tire_burst_l1 New value to be copied in member l_04_o_gdcomac_tire_burst_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_tire_burst_l1(
|
|
const eprosima::fastcdr::optional<std::array<std::array<char, 2>, 3>>& _l_04_o_gdcomac_tire_burst_l1)
|
|
{
|
|
m_l_04_o_gdcomac_tire_burst_l1 = _l_04_o_gdcomac_tire_burst_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_tire_burst_l1
|
|
* @param _l_04_o_gdcomac_tire_burst_l1 New value to be moved in member l_04_o_gdcomac_tire_burst_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_tire_burst_l1(
|
|
eprosima::fastcdr::optional<std::array<std::array<char, 2>, 3>>&& _l_04_o_gdcomac_tire_burst_l1)
|
|
{
|
|
m_l_04_o_gdcomac_tire_burst_l1 = std::move(_l_04_o_gdcomac_tire_burst_l1);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_tire_burst_l1
|
|
* @return Constant reference to member l_04_o_gdcomac_tire_burst_l1
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<std::array<char, 2>, 3>>& l_04_o_gdcomac_tire_burst_l1() const
|
|
{
|
|
return m_l_04_o_gdcomac_tire_burst_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_tire_burst_l1
|
|
* @return Reference to member l_04_o_gdcomac_tire_burst_l1
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<std::array<char, 2>, 3>>& l_04_o_gdcomac_tire_burst_l1()
|
|
{
|
|
return m_l_04_o_gdcomac_tire_burst_l1;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_tire_temp_f8
|
|
* @param _l_04_o_gdcomac_tire_temp_f8 New value to be copied in member l_04_o_gdcomac_tire_temp_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_tire_temp_f8(
|
|
const eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& _l_04_o_gdcomac_tire_temp_f8)
|
|
{
|
|
m_l_04_o_gdcomac_tire_temp_f8 = _l_04_o_gdcomac_tire_temp_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_tire_temp_f8
|
|
* @param _l_04_o_gdcomac_tire_temp_f8 New value to be moved in member l_04_o_gdcomac_tire_temp_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_tire_temp_f8(
|
|
eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>&& _l_04_o_gdcomac_tire_temp_f8)
|
|
{
|
|
m_l_04_o_gdcomac_tire_temp_f8 = std::move(_l_04_o_gdcomac_tire_temp_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_tire_temp_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_tire_temp_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& l_04_o_gdcomac_tire_temp_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_tire_temp_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_tire_temp_f8
|
|
* @return Reference to member l_04_o_gdcomac_tire_temp_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& l_04_o_gdcomac_tire_temp_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_tire_temp_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_wow_l1
|
|
* @param _l_04_o_gdcomac_wow_l1 New value to be copied in member l_04_o_gdcomac_wow_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_wow_l1(
|
|
const eprosima::fastcdr::optional<char>& _l_04_o_gdcomac_wow_l1)
|
|
{
|
|
m_l_04_o_gdcomac_wow_l1 = _l_04_o_gdcomac_wow_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_wow_l1
|
|
* @param _l_04_o_gdcomac_wow_l1 New value to be moved in member l_04_o_gdcomac_wow_l1
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_wow_l1(
|
|
eprosima::fastcdr::optional<char>&& _l_04_o_gdcomac_wow_l1)
|
|
{
|
|
m_l_04_o_gdcomac_wow_l1 = std::move(_l_04_o_gdcomac_wow_l1);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_wow_l1
|
|
* @return Constant reference to member l_04_o_gdcomac_wow_l1
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<char>& l_04_o_gdcomac_wow_l1() const
|
|
{
|
|
return m_l_04_o_gdcomac_wow_l1;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_wow_l1
|
|
* @return Reference to member l_04_o_gdcomac_wow_l1
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<char>& l_04_o_gdcomac_wow_l1()
|
|
{
|
|
return m_l_04_o_gdcomac_wow_l1;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_utirew_f8
|
|
* @param _l_04_o_gdcomac_utirew_f8 New value to be copied in member l_04_o_gdcomac_utirew_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_utirew_f8(
|
|
const eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& _l_04_o_gdcomac_utirew_f8)
|
|
{
|
|
m_l_04_o_gdcomac_utirew_f8 = _l_04_o_gdcomac_utirew_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_utirew_f8
|
|
* @param _l_04_o_gdcomac_utirew_f8 New value to be moved in member l_04_o_gdcomac_utirew_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_utirew_f8(
|
|
eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>&& _l_04_o_gdcomac_utirew_f8)
|
|
{
|
|
m_l_04_o_gdcomac_utirew_f8 = std::move(_l_04_o_gdcomac_utirew_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_utirew_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_utirew_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& l_04_o_gdcomac_utirew_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_utirew_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_utirew_f8
|
|
* @return Reference to member l_04_o_gdcomac_utirew_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& l_04_o_gdcomac_utirew_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_utirew_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_vtirew_f8
|
|
* @param _l_04_o_gdcomac_vtirew_f8 New value to be copied in member l_04_o_gdcomac_vtirew_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_vtirew_f8(
|
|
const eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& _l_04_o_gdcomac_vtirew_f8)
|
|
{
|
|
m_l_04_o_gdcomac_vtirew_f8 = _l_04_o_gdcomac_vtirew_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_vtirew_f8
|
|
* @param _l_04_o_gdcomac_vtirew_f8 New value to be moved in member l_04_o_gdcomac_vtirew_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_vtirew_f8(
|
|
eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>&& _l_04_o_gdcomac_vtirew_f8)
|
|
{
|
|
m_l_04_o_gdcomac_vtirew_f8 = std::move(_l_04_o_gdcomac_vtirew_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_vtirew_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_vtirew_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& l_04_o_gdcomac_vtirew_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_vtirew_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_vtirew_f8
|
|
* @return Reference to member l_04_o_gdcomac_vtirew_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& l_04_o_gdcomac_vtirew_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_vtirew_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_whl_omega_f8
|
|
* @param _l_04_o_gdcomac_whl_omega_f8 New value to be copied in member l_04_o_gdcomac_whl_omega_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_whl_omega_f8(
|
|
const eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& _l_04_o_gdcomac_whl_omega_f8)
|
|
{
|
|
m_l_04_o_gdcomac_whl_omega_f8 = _l_04_o_gdcomac_whl_omega_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_whl_omega_f8
|
|
* @param _l_04_o_gdcomac_whl_omega_f8 New value to be moved in member l_04_o_gdcomac_whl_omega_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_whl_omega_f8(
|
|
eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>&& _l_04_o_gdcomac_whl_omega_f8)
|
|
{
|
|
m_l_04_o_gdcomac_whl_omega_f8 = std::move(_l_04_o_gdcomac_whl_omega_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_whl_omega_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_whl_omega_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& l_04_o_gdcomac_whl_omega_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_whl_omega_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_whl_omega_f8
|
|
* @return Reference to member l_04_o_gdcomac_whl_omega_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& l_04_o_gdcomac_whl_omega_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_whl_omega_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_dstruc_f8
|
|
* @param _l_04_o_gdcomac_dstruc_f8 New value to be copied in member l_04_o_gdcomac_dstruc_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_dstruc_f8(
|
|
const eprosima::fastcdr::optional<std::array<double, 6>>& _l_04_o_gdcomac_dstruc_f8)
|
|
{
|
|
m_l_04_o_gdcomac_dstruc_f8 = _l_04_o_gdcomac_dstruc_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_dstruc_f8
|
|
* @param _l_04_o_gdcomac_dstruc_f8 New value to be moved in member l_04_o_gdcomac_dstruc_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_dstruc_f8(
|
|
eprosima::fastcdr::optional<std::array<double, 6>>&& _l_04_o_gdcomac_dstruc_f8)
|
|
{
|
|
m_l_04_o_gdcomac_dstruc_f8 = std::move(_l_04_o_gdcomac_dstruc_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_dstruc_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_dstruc_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<double, 6>>& l_04_o_gdcomac_dstruc_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_dstruc_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_dstruc_f8
|
|
* @return Reference to member l_04_o_gdcomac_dstruc_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<double, 6>>& l_04_o_gdcomac_dstruc_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_dstruc_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_wor_par_f8
|
|
* @param _l_04_o_gdcomac_wor_par_f8 New value to be copied in member l_04_o_gdcomac_wor_par_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_wor_par_f8(
|
|
const eprosima::fastcdr::optional<std::array<double, 3>>& _l_04_o_gdcomac_wor_par_f8)
|
|
{
|
|
m_l_04_o_gdcomac_wor_par_f8 = _l_04_o_gdcomac_wor_par_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_wor_par_f8
|
|
* @param _l_04_o_gdcomac_wor_par_f8 New value to be moved in member l_04_o_gdcomac_wor_par_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_wor_par_f8(
|
|
eprosima::fastcdr::optional<std::array<double, 3>>&& _l_04_o_gdcomac_wor_par_f8)
|
|
{
|
|
m_l_04_o_gdcomac_wor_par_f8 = std::move(_l_04_o_gdcomac_wor_par_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_wor_par_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_wor_par_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<double, 3>>& l_04_o_gdcomac_wor_par_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_wor_par_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_wor_par_f8
|
|
* @return Reference to member l_04_o_gdcomac_wor_par_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<double, 3>>& l_04_o_gdcomac_wor_par_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_wor_par_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_nd_f8
|
|
* @param _l_04_o_gdcomac_nd_f8 New value to be copied in member l_04_o_gdcomac_nd_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_nd_f8(
|
|
const eprosima::fastcdr::optional<std::array<double, 3>>& _l_04_o_gdcomac_nd_f8)
|
|
{
|
|
m_l_04_o_gdcomac_nd_f8 = _l_04_o_gdcomac_nd_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_nd_f8
|
|
* @param _l_04_o_gdcomac_nd_f8 New value to be moved in member l_04_o_gdcomac_nd_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_nd_f8(
|
|
eprosima::fastcdr::optional<std::array<double, 3>>&& _l_04_o_gdcomac_nd_f8)
|
|
{
|
|
m_l_04_o_gdcomac_nd_f8 = std::move(_l_04_o_gdcomac_nd_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_nd_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_nd_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<double, 3>>& l_04_o_gdcomac_nd_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_nd_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_nd_f8
|
|
* @return Reference to member l_04_o_gdcomac_nd_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<double, 3>>& l_04_o_gdcomac_nd_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_nd_f8;
|
|
}
|
|
|
|
|
|
/*!
|
|
* @brief This function copies the value in member l_04_o_gdcomac_vczt_f8
|
|
* @param _l_04_o_gdcomac_vczt_f8 New value to be copied in member l_04_o_gdcomac_vczt_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_vczt_f8(
|
|
const eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& _l_04_o_gdcomac_vczt_f8)
|
|
{
|
|
m_l_04_o_gdcomac_vczt_f8 = _l_04_o_gdcomac_vczt_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member l_04_o_gdcomac_vczt_f8
|
|
* @param _l_04_o_gdcomac_vczt_f8 New value to be moved in member l_04_o_gdcomac_vczt_f8
|
|
*/
|
|
eProsima_user_DllExport void l_04_o_gdcomac_vczt_f8(
|
|
eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>&& _l_04_o_gdcomac_vczt_f8)
|
|
{
|
|
m_l_04_o_gdcomac_vczt_f8 = std::move(_l_04_o_gdcomac_vczt_f8);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member l_04_o_gdcomac_vczt_f8
|
|
* @return Constant reference to member l_04_o_gdcomac_vczt_f8
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& l_04_o_gdcomac_vczt_f8() const
|
|
{
|
|
return m_l_04_o_gdcomac_vczt_f8;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member l_04_o_gdcomac_vczt_f8
|
|
* @return Reference to member l_04_o_gdcomac_vczt_f8
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>>& l_04_o_gdcomac_vczt_f8()
|
|
{
|
|
return m_l_04_o_gdcomac_vczt_f8;
|
|
}
|
|
|
|
|
|
|
|
private:
|
|
|
|
eprosima::fastcdr::optional<char> m_l_04_o_gdcomac_frz_l1;
|
|
eprosima::fastcdr::optional<char> m_l_04_o_gdcomac_ac_on_ground_l1;
|
|
eprosima::fastcdr::optional<double> m_l_04_o_gdcomac_ac_stationary_f8;
|
|
eprosima::fastcdr::optional<double> m_l_04_o_gdcomac_alt_tire_f8;
|
|
eprosima::fastcdr::optional<double> m_l_04_o_gdcomac_zcg_to_tire_f8;
|
|
eprosima::fastcdr::optional<double> m_l_04_o_gdcomac_fxb_f8;
|
|
eprosima::fastcdr::optional<double> m_l_04_o_gdcomac_fyb_f8;
|
|
eprosima::fastcdr::optional<double> m_l_04_o_gdcomac_fzb_f8;
|
|
eprosima::fastcdr::optional<double> m_l_04_o_gdcomac_mxb_f8;
|
|
eprosima::fastcdr::optional<double> m_l_04_o_gdcomac_myb_f8;
|
|
eprosima::fastcdr::optional<double> m_l_04_o_gdcomac_mzb_f8;
|
|
eprosima::fastcdr::optional<std::array<double, 3>> m_l_04_o_gdcomac_fygs_f8;
|
|
eprosima::fastcdr::optional<std::array<double, 3>> m_l_04_o_gdcomac_mzgs_f8;
|
|
eprosima::fastcdr::optional<std::array<double, 3>> m_l_04_o_gdcomac_mu_f8;
|
|
eprosima::fastcdr::optional<std::array<double, 3>> m_l_04_o_gdcomac_dstroke_f8;
|
|
eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>> m_l_04_o_gdcomac_sr_f8;
|
|
eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>> m_l_04_o_gdcomac_sy_f8;
|
|
eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>> m_l_04_o_gdcomac_sx_f8;
|
|
eprosima::fastcdr::optional<std::array<double, 3>> m_l_04_o_gdcomac_xft_f8;
|
|
eprosima::fastcdr::optional<std::array<double, 3>> m_l_04_o_gdcomac_yft_f8;
|
|
eprosima::fastcdr::optional<std::array<double, 3>> m_l_04_o_gdcomac_zft_f8;
|
|
eprosima::fastcdr::optional<double> m_l_04_o_gdcomac_distngrxcg_f8;
|
|
eprosima::fastcdr::optional<double> m_l_04_o_gdcomac_distmgrxcg_f8;
|
|
eprosima::fastcdr::optional<double> m_l_04_o_gdcomac_distmgrzcg_f8;
|
|
eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>> m_l_04_o_gdcomac_tire_vel_f8;
|
|
eprosima::fastcdr::optional<std::array<std::array<char, 2>, 3>> m_l_04_o_gdcomac_tire_burst_l1;
|
|
eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>> m_l_04_o_gdcomac_tire_temp_f8;
|
|
eprosima::fastcdr::optional<char> m_l_04_o_gdcomac_wow_l1;
|
|
eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>> m_l_04_o_gdcomac_utirew_f8;
|
|
eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>> m_l_04_o_gdcomac_vtirew_f8;
|
|
eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>> m_l_04_o_gdcomac_whl_omega_f8;
|
|
eprosima::fastcdr::optional<std::array<double, 6>> m_l_04_o_gdcomac_dstruc_f8;
|
|
eprosima::fastcdr::optional<std::array<double, 3>> m_l_04_o_gdcomac_wor_par_f8;
|
|
eprosima::fastcdr::optional<std::array<double, 3>> m_l_04_o_gdcomac_nd_f8;
|
|
eprosima::fastcdr::optional<std::array<std::array<double, 2>, 3>> m_l_04_o_gdcomac_vczt_f8;
|
|
|
|
};
|
|
/*!
|
|
* @brief This class represents the structure GroundHandling_heartbeat defined by the user in the IDL file.
|
|
* @ingroup XNGroundHandling
|
|
*/
|
|
class GroundHandling_heartbeat
|
|
{
|
|
public:
|
|
|
|
/*!
|
|
* @brief Default constructor.
|
|
*/
|
|
eProsima_user_DllExport GroundHandling_heartbeat()
|
|
{
|
|
}
|
|
|
|
/*!
|
|
* @brief Default destructor.
|
|
*/
|
|
eProsima_user_DllExport ~GroundHandling_heartbeat()
|
|
{
|
|
}
|
|
|
|
/*!
|
|
* @brief Copy constructor.
|
|
* @param x Reference to the object GroundHandling_heartbeat that will be copied.
|
|
*/
|
|
eProsima_user_DllExport GroundHandling_heartbeat(
|
|
const GroundHandling_heartbeat& x)
|
|
{
|
|
m_groundhandling_model_heartbeat = x.m_groundhandling_model_heartbeat;
|
|
|
|
}
|
|
|
|
/*!
|
|
* @brief Move constructor.
|
|
* @param x Reference to the object GroundHandling_heartbeat that will be copied.
|
|
*/
|
|
eProsima_user_DllExport GroundHandling_heartbeat(
|
|
GroundHandling_heartbeat&& x) noexcept
|
|
{
|
|
m_groundhandling_model_heartbeat = x.m_groundhandling_model_heartbeat;
|
|
}
|
|
|
|
/*!
|
|
* @brief Copy assignment.
|
|
* @param x Reference to the object GroundHandling_heartbeat that will be copied.
|
|
*/
|
|
eProsima_user_DllExport GroundHandling_heartbeat& operator =(
|
|
const GroundHandling_heartbeat& x)
|
|
{
|
|
|
|
m_groundhandling_model_heartbeat = x.m_groundhandling_model_heartbeat;
|
|
|
|
return *this;
|
|
}
|
|
|
|
/*!
|
|
* @brief Move assignment.
|
|
* @param x Reference to the object GroundHandling_heartbeat that will be copied.
|
|
*/
|
|
eProsima_user_DllExport GroundHandling_heartbeat& operator =(
|
|
GroundHandling_heartbeat&& x) noexcept
|
|
{
|
|
|
|
m_groundhandling_model_heartbeat = x.m_groundhandling_model_heartbeat;
|
|
return *this;
|
|
}
|
|
|
|
/*!
|
|
* @brief Comparison operator.
|
|
* @param x GroundHandling_heartbeat object to compare.
|
|
*/
|
|
eProsima_user_DllExport bool operator ==(
|
|
const GroundHandling_heartbeat& x) const
|
|
{
|
|
return (m_groundhandling_model_heartbeat == x.m_groundhandling_model_heartbeat);
|
|
}
|
|
|
|
/*!
|
|
* @brief Comparison operator.
|
|
* @param x GroundHandling_heartbeat object to compare.
|
|
*/
|
|
eProsima_user_DllExport bool operator !=(
|
|
const GroundHandling_heartbeat& x) const
|
|
{
|
|
return !(*this == x);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function copies the value in member groundhandling_model_heartbeat
|
|
* @param _groundhandling_model_heartbeat New value to be copied in member groundhandling_model_heartbeat
|
|
*/
|
|
eProsima_user_DllExport void groundhandling_model_heartbeat(
|
|
const eprosima::fastcdr::optional<int32_t>& _groundhandling_model_heartbeat)
|
|
{
|
|
m_groundhandling_model_heartbeat = _groundhandling_model_heartbeat;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function moves the value in member groundhandling_model_heartbeat
|
|
* @param _groundhandling_model_heartbeat New value to be moved in member groundhandling_model_heartbeat
|
|
*/
|
|
eProsima_user_DllExport void groundhandling_model_heartbeat(
|
|
eprosima::fastcdr::optional<int32_t>&& _groundhandling_model_heartbeat)
|
|
{
|
|
m_groundhandling_model_heartbeat = std::move(_groundhandling_model_heartbeat);
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a constant reference to member groundhandling_model_heartbeat
|
|
* @return Constant reference to member groundhandling_model_heartbeat
|
|
*/
|
|
eProsima_user_DllExport const eprosima::fastcdr::optional<int32_t>& groundhandling_model_heartbeat() const
|
|
{
|
|
return m_groundhandling_model_heartbeat;
|
|
}
|
|
|
|
/*!
|
|
* @brief This function returns a reference to member groundhandling_model_heartbeat
|
|
* @return Reference to member groundhandling_model_heartbeat
|
|
*/
|
|
eProsima_user_DllExport eprosima::fastcdr::optional<int32_t>& groundhandling_model_heartbeat()
|
|
{
|
|
return m_groundhandling_model_heartbeat;
|
|
}
|
|
|
|
|
|
|
|
private:
|
|
|
|
eprosima::fastcdr::optional<int32_t> m_groundhandling_model_heartbeat;
|
|
|
|
};
|
|
|
|
} // namespace ATA04
|
|
|
|
} // namespace XNSim
|
|
|
|
#endif // _FAST_DDS_GENERATED_XNSIM_ATA04_XNGROUNDHANDLING_HPP_
|
|
|
|
|