//!;;Rpy::+ //!;;Rpy::ModelElement: idd_cdp_cmp //!;;Rpy:: //!;;Rpy::Component: IDDComponent //!;;Rpy::Configuration: IDDConfig //!;;Rpy::Project: IDD //!;;Rpy:: //!;;Rpy::FilePath: idd_cdp_cmp.h //!;;Rpy::Tag: $Tag //!;;Rpy:: //!;;Rpy::Copyright: Leonardocompany - COMPANY RESTRICTED //!;;Rpy:: //!;;Rpy::Generated by Rhapsody: 7.5.3 //!;;Rpy::- #ifndef idd_cdp_cmp_H #define idd_cdp_cmp_H //## dependency idd_blob #include "idd_blob.h" //## dependency iddbite #include "iddbite.h" //## dependency antenna_feedback_t #include "idd_antenna_types.h" //## dependency base_ttag_t #include "idd_timetag_types.h" //## dependency cdp_extra_info_t #include "idd_dfe_extra_info_type.h" //## dependency idd_hr_types #include "idd_hr_types.h" //## dependency idd_identifier_types #include "idd_identifier_types.h" //## dependency idd_status_types #include "idd_status_types.h" //## dependency stt_target_t #include "idd_stt_types.h" //## dependency target_detection_t #include "idd_detections_types.h" //## package idd_cdp_cmp //#[ type idd_cdp_cmp_status_t template< template class H_=idd_blob::ChunkWriter> struct idd_cdp_cmp_status_t { H_ structIdentifier; H_ timetag; H_ timetagSynchronize; H_ status; H_ antennaStatus; H_ detections; H_ stt_tgt; H_ hr; H_ extra; }; //#] //#[ type idd_cdp_bite_report_t template< template class H_=idd_blob::ChunkWriter> struct idd_cdp_bite_report_t { H_ structIdentifier; H_ status; H_ report; H_ rf_report; H_ cal_report; H_ aesa_report; H_ graph_info; H_ vinfo; } ; //#] //#[ type idd_cdp_mtt_data_t template< template class H_=idd_blob::ChunkWriter> struct idd_cdp_mtt_data_t { H_ structIdentifier; H_ mttTgts; }; //#] #endif //;;Rpy:: end