49 lines
975 B
C++
49 lines
975 B
C++
//!;;Rpy::+
|
|
//!;;Rpy::ModelElement: iddheader::idd_exp_settings
|
|
//!;;Rpy::
|
|
//!;;Rpy::Component: IDDComponent
|
|
//!;;Rpy::Configuration: IDDConfig
|
|
//!;;Rpy::Project: IDD
|
|
//!;;Rpy::
|
|
//!;;Rpy::FilePath: idd_exp_settings.h
|
|
//!;;Rpy::Tag: $Tag
|
|
//!;;Rpy::
|
|
//!;;Rpy::Copyright: Leonardocompany - COMPANY RESTRICTED
|
|
//!;;Rpy::
|
|
//!;;Rpy::Generated by Rhapsody: 7.5.3
|
|
//!;;Rpy::-
|
|
|
|
|
|
#ifndef idd_exp_settings_H
|
|
#define idd_exp_settings_H
|
|
|
|
namespace iddheader
|
|
{
|
|
//## package iddheader::idd_exp_settings
|
|
|
|
|
|
//#[ type exp_settings_t
|
|
struct exp_settings_t
|
|
{
|
|
unsigned int exp_mof;
|
|
unsigned int phase_rst_code;
|
|
unsigned int pulse_id;
|
|
unsigned int exp_f_base;
|
|
unsigned int exp_f_delta;
|
|
unsigned int pulse_len;
|
|
unsigned int amp_peak;
|
|
unsigned int pulse_id_2;
|
|
unsigned int exp_f_base_2;
|
|
unsigned int exp_f_delta_2;
|
|
unsigned int pulse_len_2;
|
|
unsigned int amp_peak_2;
|
|
}
|
|
;
|
|
//#]
|
|
}
|
|
|
|
#endif
|
|
//;;Rpy:: end
|
|
|
|
|