/* * Licensed to the OpenAirInterface (OAI) Software Alliance under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The OpenAirInterface Software Alliance licenses this file to You under * the OAI Public License, Version 1.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.openairinterface.org/?page_id=698 * * 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. *------------------------------------------------------------------------------- * For more information about the OpenAirInterface (OAI) Software Alliance: * contact@openairinterface.org */ /* Header file generated by fdesign on Tue Nov 13 09:42:50 2012 */ #ifndef FD_lte_scope_h_ #define FD_lte_scope_h_ #include <forms.h> #include "../impl_defs_lte.h" #include "../impl_defs_top.h" #include "../defs.h" #include "../../SCHED/defs.h" // for OPENAIR_DAQ_VARS /* Forms and Objects */ typedef struct { FL_FORM * lte_phy_scope_enb; FL_OBJECT * rxsig_t; FL_OBJECT * chest_f; FL_OBJECT * chest_t; FL_OBJECT * pusch_comp; FL_OBJECT * pucch_comp; FL_OBJECT * pucch_comp1; FL_OBJECT * pusch_llr; FL_OBJECT * pusch_tput; FL_OBJECT * button_0; } FD_lte_phy_scope_enb; typedef struct { FL_FORM * lte_phy_scope_ue; FL_OBJECT * rxsig_t; FL_OBJECT * chest_f; FL_OBJECT * chest_t; FL_OBJECT * pbch_comp; FL_OBJECT * pbch_llr; FL_OBJECT * pdcch_comp; FL_OBJECT * pdcch_llr; FL_OBJECT * pdsch_comp; FL_OBJECT * pdsch_llr; FL_OBJECT * pdsch_comp1; FL_OBJECT * pdsch_llr1; FL_OBJECT * pdsch_tput; FL_OBJECT * button_0; } FD_lte_phy_scope_ue; FD_lte_phy_scope_enb * create_lte_phy_scope_enb( void ); FD_lte_phy_scope_ue * create_lte_phy_scope_ue( void ); void phy_scope_eNB(FD_lte_phy_scope_enb *form, PHY_VARS_eNB *phy_vars_enb, int UE_id); void phy_scope_UE(FD_lte_phy_scope_ue *form, PHY_VARS_UE *phy_vars_ue, int eNB_id, int UE_id, uint8_t subframe); #endif /* FD_lte_scope_h_ */