19#ifndef _SDSA_PARAMS_H_
20#define _SDSA_PARAMS_H_
74 int Read(
char* ParFile );
76 int Write(
char* ParFile );
Simple I/O functions class.
Parameters file for SDSA program to run SDSA in batch mode.
double dDH
step of hight of flight taken into the analysis
int Read(char *ParFile)
reads parameters file
int iSAS_r
SAS in rudder channel - flag (0-1)
double dV1
upper bound of airspeed taken into the analysis
int iAct_r
Actuator model in rudder channel - flag (0-1)
int iPilot_a
pilot in the loop in aileron channel - flag (0-1)
int iAct_h
Actuator model in elevator channel - flag (0-1)
void Clean()
cleans local variables
int iAct_a
Actuator model in aileron channel - flag (0-1)
int iAero
number of aerodynamic data (1/2)
double dDA
aileron deflection [deg] (for roll response characteristics, must be grater than 0)
int Write(char *ParFile)
writes parameters file
int iSAS_h
SAS in elevator channel - flag (0-1)
char OutFile[256]
pathname of output file
int iSAS_a
SAS in aileron channel - flag (0-1)
double dH1
upper bound of hight of flight taken into the analysis
double dDV
step of airspeed taken into the analysis
int iPilot_h
pilot in the loop in elevator channel - flag (0-1)
int iPilot_r
pilot in the loop in rudder channel - flag (0-1)
int iSpeedType
airspeed type (0-TAS, 1-CAS)
double dV0
lower bound of airspeed taken into the analysis
double dH0
lower bound of hight of flight taken into the analysis
This file contains some smart I/O functions.