59 lines
1.2 KiB
C++
59 lines
1.2 KiB
C++
//!;;Rpy::+
|
|
//!;;Rpy::ModelElement: iddconstants
|
|
//!;;Rpy::
|
|
//!;;Rpy::Component: IDDComponent
|
|
//!;;Rpy::Configuration: IDDConfig
|
|
//!;;Rpy::Project: IDD
|
|
//!;;Rpy::
|
|
//!;;Rpy::FilePath: iddconstants.h
|
|
//!;;Rpy::Tag: $Tag
|
|
//!;;Rpy::
|
|
//!;;Rpy::Copyright: Leonardocompany - COMPANY RESTRICTED
|
|
//!;;Rpy::
|
|
//!;;Rpy::Generated by Rhapsody: 7.5.3
|
|
//!;;Rpy::-
|
|
|
|
|
|
#ifndef iddconstants_H
|
|
#define iddconstants_H
|
|
|
|
namespace iddconstants
|
|
{
|
|
//## package iddconstants
|
|
|
|
|
|
//#[ type SPEED_OF_LIGHT
|
|
#ifndef SPEED_OF_LIGHT
|
|
#define SPEED_OF_LIGHT (2.997925e+08f)
|
|
#endif
|
|
|
|
//#]
|
|
|
|
// Length of a range-bin in meters
|
|
//## attribute LRB_M
|
|
#define LRB_M (74.948125f)
|
|
|
|
// Length of a range-bin in seconds
|
|
//## attribute LRB_S
|
|
#define LRB_S (0.5e-6f)
|
|
|
|
// Length of a range-bin in micro-seconds
|
|
//## attribute LRB_US
|
|
#define LRB_US (0.5f)
|
|
|
|
//## attribute SPEED_OF_LIGHT_
|
|
#define SPEED_OF_LIGHT_ (2.997925e+08f)
|
|
|
|
//## attribute SPEED_OF_LIGHT_M_US
|
|
#define SPEED_OF_LIGHT_M_US (299.792458f)
|
|
|
|
// Length of a range-bin in meters
|
|
//## attribute TTAG_SEC_LSB
|
|
#define TTAG_SEC_LSB (64.0e-6f)
|
|
}
|
|
|
|
#endif
|
|
//;;Rpy:: end
|
|
|
|
|