47 lines
1.1 KiB
C++
47 lines
1.1 KiB
C++
//!;;Rpy::+
|
|
//!;;Rpy::ModelElement: iddheader::idd_general_settings
|
|
//!;;Rpy::
|
|
//!;;Rpy::Component: IDDComponent
|
|
//!;;Rpy::Configuration: IDDConfig
|
|
//!;;Rpy::Project: IDD
|
|
//!;;Rpy::
|
|
//!;;Rpy::FilePath: idd_general_settings.h
|
|
//!;;Rpy::Tag: $Tag
|
|
//!;;Rpy::
|
|
//!;;Rpy::Copyright: Leonardocompany - COMPANY RESTRICTED
|
|
//!;;Rpy::
|
|
//!;;Rpy::Generated by Rhapsody: 7.5.3
|
|
//!;;Rpy::-
|
|
|
|
|
|
#ifndef idd_general_settings_H
|
|
#define idd_general_settings_H
|
|
|
|
//## attribute antenna
|
|
#include "idd_ant_types.h"
|
|
//## attribute missiontime
|
|
#include "idd_mission_time.h"
|
|
//## attribute navigation
|
|
#include "idd_nav_types.h"
|
|
//## attribute waveform
|
|
#include "idd_waveform_descriptor.h"
|
|
namespace iddheader
|
|
{
|
|
//## package iddheader::idd_general_settings
|
|
|
|
|
|
//## type general_settings_t
|
|
struct general_settings_t
|
|
{
|
|
mission_time_t missiontime; //## attribute missiontime
|
|
navigation_t navigation; //## attribute navigation
|
|
antenna_t antenna; //## attribute antenna
|
|
waveform_descriptor_t waveform; //## attribute waveform
|
|
};
|
|
}
|
|
|
|
#endif
|
|
//;;Rpy:: end
|
|
|
|
|