56 lines
1.4 KiB
C++
56 lines
1.4 KiB
C++
//!;;Rpy::+
|
|
//!;;Rpy::ModelElement: iddheader::idd_header
|
|
//!;;Rpy::
|
|
//!;;Rpy::Component: IDDComponent
|
|
//!;;Rpy::Configuration: IDDConfig
|
|
//!;;Rpy::Project: IDD
|
|
//!;;Rpy::
|
|
//!;;Rpy::FilePath: idd_header.h
|
|
//!;;Rpy::Tag: $Tag
|
|
//!;;Rpy::
|
|
//!;;Rpy::Copyright: Leonardocompany - COMPANY RESTRICTED
|
|
//!;;Rpy::
|
|
//!;;Rpy::Generated by Rhapsody: 7.5.3
|
|
//!;;Rpy::-
|
|
|
|
|
|
#ifndef idd_header_H
|
|
#define idd_header_H
|
|
|
|
//## attribute function_settings
|
|
#include "idd_function_settings.h"
|
|
//## attribute general_settings
|
|
#include "idd_general_settings.h"
|
|
//## attribute header_info
|
|
#include "idd_header_info.h"
|
|
//## attribute mode
|
|
#include "idd_mode_descr.h"
|
|
//## attribute signal
|
|
#include "idd_signal_descr.h"
|
|
//## attribute sim_info
|
|
#include "idd_siminfo.h"
|
|
//## attribute sp_settings
|
|
#include "idd_sp_settings.h"
|
|
namespace iddheader
|
|
{
|
|
//## package iddheader::idd_header
|
|
|
|
|
|
//## type ge_header_t
|
|
struct ge_header_t
|
|
{
|
|
header_info_t header_info; //## attribute header_info
|
|
siminfo_t sim_info; //## attribute sim_info
|
|
signal_descr_t signal; //## attribute signal
|
|
mode_descr_t mode; //## attribute mode
|
|
sp_settings_t sp_settings; //## attribute sp_settings
|
|
general_settings_t general_settings; //## attribute general_settings
|
|
function_settings_t function_settings; //## attribute function_settings
|
|
};
|
|
}
|
|
|
|
#endif
|
|
//;;Rpy:: end
|
|
|
|
|