//!;;Rpy::+ //!;;Rpy::ModelElement: iddheader::idd_signal_descr //!;;Rpy:: //!;;Rpy::Component: IDDComponent //!;;Rpy::Configuration: IDDConfig //!;;Rpy::Project: IDD //!;;Rpy:: //!;;Rpy::FilePath: idd_signal_descr.h //!;;Rpy::Tag: $Tag //!;;Rpy:: //!;;Rpy::Copyright: Leonardocompany - COMPANY RESTRICTED //!;;Rpy:: //!;;Rpy::Generated by Rhapsody: 7.5.3 //!;;Rpy::- #ifndef idd_signal_descr_H #define idd_signal_descr_H //## dependency idd_base_types #include "idd_base_types.h" namespace iddheader { //## package iddheader::idd_signal_descr //#[ type signal_descr_t struct packet_descr_t { unsigned int npri; unsigned int nrbin; unsigned int num_of_channels; unsigned int block_dim; unsigned int signal_order; }; struct signal_descr_t { unsigned int bacth_counter; iddtypes::timetag_t ttag; struct packet_descr_t packet_descr; unsigned int packet_len; unsigned int num_of_packets; } ; //#] } #endif //;;Rpy:: end