Code Interface Report for bh_f14

Table of Contents

Entry Point Functions

Function: bh_f14_initialize

Prototype void bh_f14_initialize(RT_MODEL_bh_f14_T *const bh_f14_M, real_T *bh_f14_U_u, real_T *bh_f14_Y_alpharad, real_T *bh_f14_Y_NzPilotg)
Description Initialization entry point of generated code
Timing Must be called exactly once
Arguments [-]
# Name Data Type Description
1 bh_f14_M RT_MODEL_bh_f14_T *const Real-time model
2 bh_f14_U_u real_T * <Root>/u
3 bh_f14_Y_alpharad real_T * <Root>/alpha (rad)
4 bh_f14_Y_NzPilotg real_T * <Root>/Nz Pilot (g)
Return value None
Header file bh_f14.h

Function: bh_f14_step

Prototype void bh_f14_step(RT_MODEL_bh_f14_T *const bh_f14_M, real_T bh_f14_U_u, real_T *bh_f14_Y_alpharad, real_T *bh_f14_Y_NzPilotg)
Description Output entry point of generated code
Timing Must be called periodically, every 0.01 seconds
Arguments [-]
# Name Data Type Description
1 bh_f14_M RT_MODEL_bh_f14_T *const Real-time model
2 bh_f14_U_u real_T <Root>/u
3 bh_f14_Y_alpharad real_T * <Root>/alpha (rad)
4 bh_f14_Y_NzPilotg real_T * <Root>/Nz Pilot (g)
Return value None
Header file bh_f14.h

Function: bh_f14_terminate

Prototype void bh_f14_terminate(RT_MODEL_bh_f14_T *const bh_f14_M)
Description Termination entry point of generated code
Timing Must be called exactly once
Arguments
# Name Data Type Description
1 bh_f14_M RT_MODEL_bh_f14_T *const Real-time model
Return value None
Header file bh_f14.h

Inports

Block Name Code Identifier Data Type Dimension
<Root>/u Defined externally real_T 1

Outports

Block Name Code Identifier Data Type Dimension
<Root>/alpha (rad) Defined externally real_T 1
<Root>/Nz Pilot (g) Defined externally real_T 1

Interface Parameters

No interface/tunable parameters in model.

Data Stores

No data stores in the model; note that this report lists only data stores with non-auto storage class and global data stores