FlightGear next
|
Functions | |
float | abs (float f) |
static void | moveprop (SGPropertyNode *node, const std::string &prop, float target, float frac) |
static float | magnitudeUnit (const float *v, float *out) |
bool | gearCompression (const float(&ground)[4], const GearVector &compression, const float(&wheel_pos)[3], const GearVector(&wheel_axle), float wheel_radius, float tyre_radius, std::function< float()> bump_fn, float(&o_contact)[3], float &o_compression_distance_vertical, float &o_compression_norm) |
bool | gearCompressionOld (const float(&ground)[4], const GearVector &compression, const float(&pos)[3], std::function< float()> bump_fn, float(&o_contact)[3], float &o_compression_distance_vertical, float &o_compression_norm) |
static float | sqr (float a) |
std::ostream & | operator<< (std::ostream &out, Rotor &r) |
std::ostream & | operator<< (std::ostream &out, const Rotorpart &rp) |
static float | i2fu (unsigned int i) |
static float | i2fs (unsigned int i) |
static float | c2fu (unsigned char c) |
static unsigned char | f2cu (float f) |
std::ostream & | operator<< (std::ostream &os, const YASIM_VERSION &version) |
Variables | |
static const std::vector< std::string > | ControlNames |
keep this list in sync with the enum ControlType in ControlMap.hpp ! | |
static const float | YASIM_PI = 3.14159265358979323846 |
static const float | DEG2RAD = YASIM_PI / 180.0 |
static const float | maxGroundBumpAmplitude =0.4 |
static const float | YASIM_PI2 = 3.14159265358979323846/2 |
static const float | YASIM_PI2 = 3.14159265358979323846f/2 |
static const float | HP2W = 745.7f |
static const float | CIN2CM = 1.6387064e-5f |
static const float | RPM2RADPS = 0.1047198f |
const float | pi =3.14159 |
float | _help = 0 |
const float | MAX_TURBULENCE = 20 |
const float | BASE_RATE = 2.0 |
const double | MAGNITUDE_EXP = 2.0 |
const int | MEANINGFUL_GENS = 7 |
static unsigned int | SBOX [] |
static const std::vector< std::string > | VersionStrings |
const float | R = 287.058f |
const float | GAMMA = 1.4f |
|
inline |
Definition at line 21 of file Airplane.cpp.
|
inlinestatic |
Definition at line 102 of file Turbulence.cpp.
|
inlinestatic |
Definition at line 103 of file Turbulence.cpp.
bool yasim::gearCompression | ( | const float(&) | ground[4], |
const GearVector & | compression, | ||
const float(&) | wheel_pos[3], | ||
const GearVector & | wheel_axle, | ||
float | wheel_radius, | ||
float | tyre_radius, | ||
std::function< float()> | bump_fn, | ||
float(&) | o_contact[3], | ||
float & | o_compression_distance_vertical, | ||
float & | o_compression_norm ) |
bool yasim::gearCompressionOld | ( | const float(&) | ground[4], |
const GearVector & | compression, | ||
const float(&) | pos[3], | ||
std::function< float()> | bump_fn, | ||
float(&) | o_contact[3], | ||
float & | o_compression_distance_vertical, | ||
float & | o_compression_norm ) |
|
inlinestatic |
Definition at line 99 of file Turbulence.cpp.
|
inlinestatic |
Definition at line 96 of file Turbulence.cpp.
|
static |
|
static |
std::ostream & yasim::operator<< | ( | std::ostream & | os, |
const YASIM_VERSION & | version ) |
Definition at line 54 of file Version.cpp.
std::ostream & yasim::operator<< | ( | std::ostream & | out, |
const Rotorpart & | rp ) |
Definition at line 576 of file Rotorpart.cpp.
std::ostream & yasim::operator<< | ( | std::ostream & | out, |
Rotor & | r ) |
float yasim::_help = 0 |
Definition at line 14 of file Rotorpart.cpp.
const float yasim::BASE_RATE = 2.0 |
Definition at line 15 of file Turbulence.cpp.
|
static |
Definition at line 7 of file PistonEngine.cpp.
|
static |
keep this list in sync with the enum ControlType in ControlMap.hpp !
Definition at line 25 of file ControlMap.cpp.
const float yasim::GAMMA = 1.4f |
Definition at line 57 of file YASimAtmosphere.cpp.
|
static |
Definition at line 6 of file PistonEngine.cpp.
const double yasim::MAGNITUDE_EXP = 2.0 |
Definition at line 21 of file Turbulence.cpp.
const float yasim::MAX_TURBULENCE = 20 |
Definition at line 9 of file Turbulence.cpp.
const int yasim::MEANINGFUL_GENS = 7 |
Definition at line 28 of file Turbulence.cpp.
const float yasim::R = 287.058f |
Definition at line 54 of file YASimAtmosphere.cpp.
|
static |
Definition at line 8 of file PistonEngine.cpp.
|
static |
Definition at line 36 of file Turbulence.cpp.
|
static |
Definition at line 17 of file Version.cpp.
|
static |
|
static |
Definition at line 9 of file Launchbar.cpp.