42 lines
754 B
C++
42 lines
754 B
C++
//!;;Rpy::+
|
|
//!;;Rpy::ModelElement: iddheader::idd_pc_settings
|
|
//!;;Rpy::
|
|
//!;;Rpy::Component: IDDComponent
|
|
//!;;Rpy::Configuration: IDDConfig
|
|
//!;;Rpy::Project: IDD
|
|
//!;;Rpy::
|
|
//!;;Rpy::FilePath: idd_pc_settings.h
|
|
//!;;Rpy::Tag: $Tag
|
|
//!;;Rpy::
|
|
//!;;Rpy::Copyright: Leonardocompany - COMPANY RESTRICTED
|
|
//!;;Rpy::
|
|
//!;;Rpy::Generated by Rhapsody: 7.5.3
|
|
//!;;Rpy::-
|
|
|
|
|
|
#ifndef idd_pc_settings_H
|
|
#define idd_pc_settings_H
|
|
|
|
namespace iddheader
|
|
{
|
|
//## package iddheader::idd_pc_settings
|
|
|
|
|
|
//#[ type pc_settings_t
|
|
struct pc_settings_t
|
|
{
|
|
unsigned int pc_mof;
|
|
unsigned int filt_id;
|
|
unsigned int pc_lsn_start;
|
|
unsigned int pc_lsn_len;
|
|
unsigned int pc_out_offset;
|
|
}
|
|
;
|
|
//#]
|
|
}
|
|
|
|
#endif
|
|
//;;Rpy:: end
|
|
|
|
|