40 lines
694 B
C++
40 lines
694 B
C++
//!;;Rpy::+
|
|
//!;;Rpy::ModelElement: iddheader::idd_header_info
|
|
//!;;Rpy::
|
|
//!;;Rpy::Component: IDDComponent
|
|
//!;;Rpy::Configuration: IDDConfig
|
|
//!;;Rpy::Project: IDD
|
|
//!;;Rpy::
|
|
//!;;Rpy::FilePath: idd_header_info.h
|
|
//!;;Rpy::Tag: $Tag
|
|
//!;;Rpy::
|
|
//!;;Rpy::Copyright: Leonardocompany - COMPANY RESTRICTED
|
|
//!;;Rpy::
|
|
//!;;Rpy::Generated by Rhapsody: 7.5.3
|
|
//!;;Rpy::-
|
|
|
|
|
|
#ifndef idd_header_info_H
|
|
#define idd_header_info_H
|
|
|
|
namespace iddheader
|
|
{
|
|
//## package iddheader::idd_header_info
|
|
|
|
|
|
//#[ type header_info_t
|
|
struct header_info_t
|
|
{
|
|
unsigned int header_marker;
|
|
unsigned int rev_id;
|
|
unsigned int header_dim;
|
|
}
|
|
;
|
|
//#]
|
|
}
|
|
|
|
#endif
|
|
//;;Rpy:: end
|
|
|
|
|