45 lines
876 B
C++
45 lines
876 B
C++
//!;;Rpy::+
|
|
//!;;Rpy::ModelElement: iddheader::idd_auf_settings
|
|
//!;;Rpy::
|
|
//!;;Rpy::Component: IDDComponent
|
|
//!;;Rpy::Configuration: IDDConfig
|
|
//!;;Rpy::Project: IDD
|
|
//!;;Rpy::
|
|
//!;;Rpy::FilePath: idd_auf_settings.h
|
|
//!;;Rpy::Tag: $Tag
|
|
//!;;Rpy::
|
|
//!;;Rpy::Copyright: Leonardocompany - COMPANY RESTRICTED
|
|
//!;;Rpy::
|
|
//!;;Rpy::Generated by Rhapsody: 7.5.3
|
|
//!;;Rpy::-
|
|
|
|
|
|
#ifndef idd_auf_settings_H
|
|
#define idd_auf_settings_H
|
|
|
|
namespace iddheader
|
|
{
|
|
//## package iddheader::idd_auf_settings
|
|
|
|
|
|
//#[ type auf_settings_t
|
|
struct auf_settings_t
|
|
{
|
|
unsigned int n_rbin;
|
|
unsigned int n_fft;
|
|
unsigned int filter_flag;
|
|
unsigned int prf_set_idx;
|
|
unsigned int prf_elem_idx;
|
|
unsigned int skip_proc_flag;
|
|
unsigned int cll_filter_shift;
|
|
float theta_point;
|
|
};
|
|
|
|
//#]
|
|
}
|
|
|
|
#endif
|
|
//;;Rpy:: end
|
|
|
|
|