42 lines
801 B
C++
42 lines
801 B
C++
//!;;Rpy::+
|
|
//!;;Rpy::ModelElement: iddheader::idd_gads_settings
|
|
//!;;Rpy::
|
|
//!;;Rpy::Component: IDDComponent
|
|
//!;;Rpy::Configuration: IDDConfig
|
|
//!;;Rpy::Project: IDD
|
|
//!;;Rpy::
|
|
//!;;Rpy::FilePath: idd_gads_settings.h
|
|
//!;;Rpy::Tag: $Tag
|
|
//!;;Rpy::
|
|
//!;;Rpy::Copyright: Leonardocompany - COMPANY RESTRICTED
|
|
//!;;Rpy::
|
|
//!;;Rpy::Generated by Rhapsody: 7.5.3
|
|
//!;;Rpy::-
|
|
|
|
|
|
#ifndef idd_gads_settings_H
|
|
#define idd_gads_settings_H
|
|
|
|
namespace iddheader
|
|
{
|
|
//## package iddheader::idd_gads_settings
|
|
|
|
|
|
//#[ type gads_settings_t
|
|
struct gads_settings_t
|
|
{
|
|
unsigned int n_rbin;
|
|
unsigned int n_fft;
|
|
unsigned int cfar_start_filt;
|
|
unsigned int cfar_stop_filt;
|
|
unsigned int doppler_notch;
|
|
unsigned int skip_proc_flag;
|
|
};
|
|
//#]
|
|
}
|
|
|
|
#endif
|
|
//;;Rpy:: end
|
|
|
|
|